Package | Description |
---|---|
org.eclipse.debug.ui.actions |
Provides a set of actions related to running and debugging applications. |
org.eclipse.jface.text |
Provides a framework for creating and manipulating text documents.
|
org.eclipse.jface.text.contentassist |
Provides a content assist add-on for an ITextViewer.
|
org.eclipse.jface.text.hyperlink |
Provides support for detecting and displaying hyperlinks in ISourceViewers.
|
org.eclipse.jface.text.source |
Provides a framework for connecting document regions
with annotations and for displaying those.
|
org.eclipse.jface.util |
Provides useful building blocks used throughout JFace,
including property change events, a listener list implementation, and runtime
checked assertions.
|
org.eclipse.jface.viewers |
Provides a framework for viewers, which are model-based
content adapters for SWT widgets.
|
org.eclipse.swt.accessibility |
SWT Accessibility.
|
org.eclipse.swt.browser |
SWT Browser widget.
|
org.eclipse.swt.custom |
SWT Custom widgets.
|
org.eclipse.swt.dnd |
SWT Drag and Drop support.
|
org.eclipse.swt.events |
SWT typed listener support.
|
org.eclipse.swt.graphics |
SWT graphics classes.
|
org.eclipse.swt.widgets |
SWT widget public API classes.
|
org.eclipse.ui.console |
Application programming interfaces for interaction
with the Eclipse console.
|
org.eclipse.ui.navigator |
Provides the Common Navigator framework.
|
org.eclipse.ui.part |
Classes for the creation of workbench parts that integrate
with the Eclipse Platform User Interface.
|
org.eclipse.ui.texteditor |
Provides a framework for text editors obeying to the
desktop rules.
|
org.eclipse.ui.views.navigator |
Provides the standard Resource Navigator view which
presents the tree of resources in the workspace.
|
Modifier and Type | Class and Description |
---|---|
class |
RulerEnableDisableBreakpointActionDelegate
Toggles enablement of a breakpoint in a vertical ruler.
|
class |
RulerToggleBreakpointActionDelegate
Toggles a breakpoint when ruler is double-clicked.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractReusableInformationControlCreator
Abstract class for a reusable information control creators.
|
class |
CursorLinePainter
A painter the draws the background of the caret line in a configured color.
|
class |
DefaultInformationControl
Default implementation of
IInformationControl . |
class |
MarginPainter
Paints a vertical line (margin line) after a given column respecting the text
viewer's font.
|
class |
PaintManager
Manages the
IPainter object registered with an
ITextViewer . |
class |
WhitespaceCharacterPainter
A painter for drawing visible characters for (invisible) whitespace
characters.
|
Modifier and Type | Class and Description |
---|---|
protected class |
ContentAssistant.AutoAssistListener
An implementation of
IContentAssistListener , this class is used to monitor
key events in support of automatic activation of the content assistant. |
Modifier and Type | Class and Description |
---|---|
class |
HyperlinkManager
Default implementation of a hyperlink manager.
|
Modifier and Type | Class and Description |
---|---|
protected class |
AnnotationBarHoverManager.Closer
Deprecated.
As of 3.4, no longer used as closer from super class is used
|
class |
AnnotationPainter
Paints decorations for annotations provided by an annotation model and/or
highlights them in the associated source viewer.
|
class |
MatchingCharacterPainter
Highlights the peer character matching the character near the caret position, or a pair of peer
characters enclosing the caret position.
|
Modifier and Type | Interface and Description |
---|---|
interface |
TransferDragSourceListener
|
interface |
TransferDropTargetListener
|
Modifier and Type | Class and Description |
---|---|
class |
DelegatingDragAdapter
A
DelegatingDragAdapter is a DragSourceListener that
maintains and delegates to a set of TransferDragSourceListener s. |
class |
DelegatingDropAdapter
A
DelegatingDropAdapter is a DropTargetListener that
maintains and delegates to a set of TransferDropTargetListener s. |
class |
StructuredTextSegmentListener
Segment listener that implements bidi-structured text reordering.
|
Modifier and Type | Class and Description |
---|---|
class |
ViewerDropAdapter
This adapter class provides generic drag-and-drop support for a viewer.
|
Modifier and Type | Interface and Description |
---|---|
interface |
AccessibleActionListener
Classes which implement this interface provide methods
that handle AccessibleAction events.
|
interface |
AccessibleAttributeListener
Classes which implement this interface provide methods
that handle AccessibleAttribute events.
|
interface |
AccessibleControlListener
Classes that implement this interface provide methods
that deal with the events that are generated when an
accessibility client sends a message to a control.
|
interface |
AccessibleEditableTextListener
Classes which implement this interface provide methods
that handle AccessibleEditableText events.
|
interface |
AccessibleHyperlinkListener
Classes which implement this interface provide methods
that handle AccessibleHyperlink events.
|
interface |
AccessibleListener
Classes that implement this interface provide methods
that deal with the events that are generated when an
accessibility client sends a message to a control.
|
interface |
AccessibleTableCellListener
Classes which implement this interface provide methods
that handle AccessibleTableCell events.
|
interface |
AccessibleTableListener
Classes which implement this interface provide methods
that handle AccessibleTable events.
|
interface |
AccessibleTextExtendedListener
Classes which implement this interface provide methods
that handle AccessibleTextExtended events.
|
interface |
AccessibleTextListener
Classes that implement this interface provide methods
that deal with the events that are generated when an
accessibility client sends a message to a control.
|
interface |
AccessibleValueListener
Classes which implement this interface provide methods
that handle AccessibleValue events.
|
Modifier and Type | Class and Description |
---|---|
class |
AccessibleActionAdapter
This adapter class provides default implementations for the
methods in the
AccessibleActionListener interface. |
class |
AccessibleAdapter
This adapter class provides default implementations for the
methods described by the
AccessibleListener interface. |
class |
AccessibleAttributeAdapter
This adapter class provides default implementations for the
methods in the
AccessibleAttributeListener interface. |
class |
AccessibleControlAdapter
This adapter class provides default implementations for the
methods described by the
AccessibleControlListener interface. |
class |
AccessibleEditableTextAdapter
This adapter class provides default implementations for the
methods in the
AccessibleEditableTextListener interface. |
class |
AccessibleHyperlinkAdapter
This adapter class provides default implementations for the
methods in the
AccessibleHyperlinkListener interface. |
class |
AccessibleTableAdapter
This adapter class provides default implementations for the
methods in the
AccessibleTableListener interface. |
class |
AccessibleTableCellAdapter
This adapter class provides default implementations for the
methods in the
AccessibleTableCellListener interface. |
class |
AccessibleTextAdapter
This adapter class provides default implementations for the
methods described by the
AccessibleTextListener interface. |
class |
AccessibleTextExtendedAdapter
This adapter class provides default implementations for the
methods in the
AccessibleTextExtendedListener interface. |
class |
AccessibleValueAdapter
This adapter class provides default implementations for the
methods in the
AccessibleValueListener interface. |
Modifier and Type | Interface and Description |
---|---|
interface |
AuthenticationListener
This listener interface may be implemented in order to receive
an
AuthenticationEvent notification when the Browser
encounters a page that requires authentication. |
interface |
CloseWindowListener
This listener interface may be implemented in order to receive
a
WindowEvent notification when a Browser is
about to be closed and when its host window should be closed
by the application. |
interface |
LocationListener
This listener interface may be implemented in order to receive
a
LocationEvent notification when a Browser
navigates to a different URL. |
interface |
OpenWindowListener
This listener interface may be implemented in order to receive
a
WindowEvent notification when a new Browser
needs to be provided by the application. |
interface |
ProgressListener
This listener interface may be implemented in order to receive
a
ProgressEvent notification when a Browser
makes a progress in loading the current URL or when the
current URL has been loaded. |
interface |
StatusTextListener
This listener interface may be implemented in order to receive
a
StatusTextEvent notification when the status text for
a Browser is changed. |
interface |
TitleListener
This listener interface may be implemented in order to receive
a
TitleEvent notification when the title of the document
displayed in a Browser is known or has been changed. |
interface |
VisibilityWindowListener
This listener interface may be implemented in order to receive
a
WindowEvent notification when a window hosting a
Browser needs to be displayed or hidden. |
Modifier and Type | Class and Description |
---|---|
class |
LocationAdapter
This adapter class provides default implementations for the
methods described by the
LocationListener interface. |
class |
ProgressAdapter
This adapter class provides default implementations for the
methods described by the
ProgressListener interface. |
class |
VisibilityWindowAdapter
This adapter class provides default implementations for the
methods described by the
VisibilityWindowListener interface. |
Modifier and Type | Interface and Description |
---|---|
interface |
BidiSegmentListener
This listener interface may be implemented in order to receive
BidiSegmentEvents.
|
interface |
CaretListener
This listener interface may be implemented in order to receive
CaretEvents.
|
interface |
CTabFolder2Listener
Classes which implement this interface provide methods
that deal with the events that are generated by the CTabFolder
control.
|
interface |
CTabFolderListener
Classes which implement this interface provide a method
that deals with events generated in the CTabFolder.
|
interface |
ExtendedModifyListener
Classes which implement this interface provide a method
that deals with the event that is generated when text
is modified.
|
interface |
LineBackgroundListener
Classes which implement this interface provide a method
that can provide the background color for a line that
is to be drawn.
|
interface |
LineStyleListener
Classes which implement this interface provide a method
that can provide the style information for a line that
is to be drawn.
|
interface |
MovementListener
This listener is invoked when a new offset is required based on the current
offset and a movement type.
|
interface |
PaintObjectListener
This listener is invoked when an object needs to be drawn.
|
interface |
TextChangeListener
The StyledText widget implements this listener to receive
notifications when changes to the model occur.
|
interface |
VerifyKeyListener
Classes which implement this interface provide a method
that deals with the event that is generated when a
key is pressed.
|
Modifier and Type | Class and Description |
---|---|
class |
CTabFolder2Adapter
This adapter class provides default implementations for the
methods described by the
CTabFolder2Listener interface. |
class |
CTabFolderAdapter
This adapter class provides a default implementation for the
method described by the
CTabFolderListener interface. |
class |
StyledTextDropTargetEffect
This adapter class provides a default drag under effect (eg. select and scroll)
when a drag occurs over a
StyledText . |
Modifier and Type | Interface and Description |
---|---|
interface |
DragSourceListener
The
DragSourceListener class provides event notification to the application for DragSource events. |
interface |
DropTargetListener
The
DropTargetListener class provides event notification to the application
for DropTarget events. |
Modifier and Type | Class and Description |
---|---|
class |
DragSourceAdapter
This adapter class provides default implementations for the
methods described by the
DragSourceListener interface. |
class |
DragSourceEffect
This class provides default implementations to display a drag source
effect during a drag and drop operation.
|
class |
DropTargetAdapter
This adapter class provides default implementations for the
methods described by the
DropTargetListener interface. |
class |
DropTargetEffect
This class provides a default drag under effect during a drag and drop.
|
class |
TableDragSourceEffect
This class provides default implementations to display a source image
when a drag is initiated from a
Table . |
class |
TableDropTargetEffect
This class provides a default drag under effect (eg. select, insert and scroll)
when a drag occurs over a
Table . |
class |
TreeDragSourceEffect
This class provides default implementations to display a source image
when a drag is initiated from a
Tree . |
class |
TreeDropTargetEffect
This class provides a default drag under effect (eg. select, insert, scroll and expand)
when a drag occurs over a
Tree . |
Modifier and Type | Interface and Description |
---|---|
interface |
ArmListener
Classes which implement this interface provide a method
that deals with the event that is generated when a widget,
such as a menu item, is armed.
|
interface |
ControlListener
Classes which implement this interface provide methods
that deal with the events that are generated by moving
and resizing controls.
|
interface |
DisposeListener
Classes which implement this interface provide a method
that deals with the event that is generated when a widget
is disposed.
|
interface |
DragDetectListener
Classes which implement this interface provide methods
that deal with the events that are generated when a drag
gesture is detected.
|
interface |
ExpandListener
Classes which implement this interface provide methods
that deal with the expanding and collapsing of
ExpandItem s. |
interface |
FocusListener
Classes which implement this interface provide methods
that deal with the events that are generated as controls
gain and lose focus.
|
interface |
GestureListener
Classes which implement this interface provide methods
that deal with the events that are generated as gestures
are triggered by the user interacting with a touch pad or
touch screen.
|
interface |
HelpListener
Classes which implement this interface provide a method
that deals with the event that is generated when help is
requested for a control, typically when the user presses F1.
|
interface |
KeyListener
Classes which implement this interface provide methods
that deal with the events that are generated as keys
are pressed on the system keyboard.
|
interface |
MenuDetectListener
Classes which implement this interface provide methods
that deal with the events that are generated when the
platform-specific trigger for showing a context menu is
detected.
|
interface |
MenuListener
Classes which implement this interface provide methods
that deal with the hiding and showing of menus.
|
interface |
ModifyListener
Classes which implement this interface provide a method
that deals with the events that are generated when text
is modified.
|
interface |
MouseListener
Classes which implement this interface provide methods
that deal with the events that are generated as mouse buttons
are pressed.
|
interface |
MouseMoveListener
Classes which implement this interface provide a method
that deals with the events that are generated as the mouse
pointer moves.
|
interface |
MouseTrackListener
Classes which implement this interface provide methods
that deal with the events that are generated as the mouse
pointer passes (or hovers) over controls.
|
interface |
MouseWheelListener
Classes which implement this interface provide a method
that deals with the event that is generated as the mouse
wheel is scrolled.
|
interface |
PaintListener
Classes which implement this interface provide methods
that deal with the events that are generated when the
control needs to be painted.
|
interface |
SegmentListener
This listener interface may be implemented in order to receive
SegmentEvents.
|
interface |
SelectionListener
Classes which implement this interface provide methods
that deal with the events that are generated when selection
occurs in a control.
|
interface |
ShellListener
Classes which implement this interface provide methods
that deal with changes in state of
Shell s. |
interface |
TouchListener
Classes which implement this interface provide methods
that deal with the events that are generated as touches
occur on a touch-aware input surface.
|
interface |
TraverseListener
Classes which implement this interface provide a method
that deals with the events that are generated when a
traverse event occurs in a control.
|
interface |
TreeListener
Classes which implement this interface provide methods
that deal with the expanding and collapsing of tree
branches.
|
interface |
VerifyListener
Classes which implement this interface provide a method
that deals with the events that are generated when text
is about to be modified.
|
Modifier and Type | Class and Description |
---|---|
class |
ControlAdapter
This adapter class provides default implementations for the
methods described by the
ControlListener interface. |
class |
ExpandAdapter
This adapter class provides default implementations for the
methods described by the
ExpandListener interface. |
class |
FocusAdapter
This adapter class provides default implementations for the
methods described by the
FocusListener interface. |
class |
KeyAdapter
This adapter class provides default implementations for the
methods described by the
KeyListener interface. |
class |
MenuAdapter
This adapter class provides default implementations for the
methods described by the
MenuListener interface. |
class |
MouseAdapter
This adapter class provides default implementations for the
methods described by the
MouseListener interface. |
class |
MouseTrackAdapter
This adapter class provides default implementations for the
methods described by the
MouseTrackListener interface. |
class |
SelectionAdapter
This adapter class provides default implementations for the
methods described by the
SelectionListener interface. |
class |
ShellAdapter
This adapter class provides default implementations for the
methods described by the
ShellListener interface. |
class |
TreeAdapter
This adapter class provides default implementations for the
methods described by the
TreeListener interface. |
Modifier and Type | Interface and Description |
---|---|
interface |
ImageLoaderListener
Classes which implement this interface provide methods
that deal with the incremental loading of image data.
|
Modifier and Type | Field and Description |
---|---|
protected SWTEventListener |
TypedListener.eventListener
The receiver's event listener
|
Modifier and Type | Method and Description |
---|---|
SWTEventListener |
TypedListener.getEventListener()
Returns the receiver's event listener.
|
Modifier and Type | Method and Description |
---|---|
protected void |
Widget.removeListener(int eventType,
SWTEventListener listener)
Removes the listener from the collection of listeners who will
be notified when an event of the given type occurs.
|
Constructor and Description |
---|
TypedListener(SWTEventListener listener)
Constructs a new instance of this class for the given event listener.
|
Modifier and Type | Class and Description |
---|---|
class |
TextConsoleViewer
Default viewer used to display a
TextConsole . |
Modifier and Type | Class and Description |
---|---|
class |
CommonDragAdapter
Provides an implementation of
DragSourceAdapter which uses the
extensions provided by the associated INavigatorContentService . |
class |
CommonDropAdapter
Provides an implementation of
PluginDropAdapter which uses the
extensions provided by the associated INavigatorContentService . |
Modifier and Type | Class and Description |
---|---|
class |
PluginDropAdapter
Adapter for adding handling of the
PluginTransfer drag and drop
transfer type to a drop action. |
Modifier and Type | Interface and Description |
---|---|
interface |
ITextEditorDropTargetListener
Interface to be implemented by SWT drop target listeners to be used with
AbstractTextEditor . |
Modifier and Type | Class and Description |
---|---|
class |
AbstractRulerActionDelegate
This class serves as an adapter for actions contributed to the vertical ruler's
context menu.
|
class |
BookmarkRulerAction
Adapter for the managing bookmark action.
|
class |
SelectRulerAction
Adapter for the select marker action.
|
class |
TaskRulerAction
Adapter for the marker ruler action creating/removing tasks.
|
Modifier and Type | Class and Description |
---|---|
class |
NavigatorDragAdapter
Deprecated.
as of 3.5, use the Common Navigator Framework classes instead
|
class |
NavigatorDropAdapter
Deprecated.
as of 3.5, use the Common Navigator Framework classes instead
|
Copyright (c) 2000, 2015 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.