Package | Description |
---|---|
org.eclipse.swt.accessibility | |
org.eclipse.swt.browser | |
org.eclipse.swt.custom | |
org.eclipse.swt.dnd | |
org.eclipse.swt.events | |
org.eclipse.swt.graphics |
Modifier and Type | Class and Description |
---|---|
class |
AccessibleActionEvent
Instances of this class are sent as a result of accessibility clients
sending AccessibleAction messages to an accessible object.
|
class |
AccessibleAttributeEvent
Instances of this class are sent as a result of accessibility clients
sending AccessibleAttribute messages to an accessible object.
|
class |
AccessibleControlEvent
Instances of this class are sent as a result of
accessibility clients sending messages to controls
asking for detailed information about the implementation
of the control instance.
|
class |
AccessibleEditableTextEvent
Instances of this class are sent as a result of accessibility clients
sending AccessibleEditableText messages to an accessible object.
|
class |
AccessibleEvent
Instances of this class are sent as a result of
accessibility clients sending messages to controls
asking for information about the control instance.
|
class |
AccessibleHyperlinkEvent
Instances of this class are sent as a result of accessibility clients
sending AccessibleHyperlink messages to an accessible object.
|
class |
AccessibleTableCellEvent
Instances of this class are sent as a result of accessibility clients
sending AccessibleTableCell messages to an accessible object.
|
class |
AccessibleTableEvent
Instances of this class are sent as a result of accessibility clients
sending AccessibleTable messages to an accessible object.
|
class |
AccessibleTextAttributeEvent
Instances of this class are sent as a result of accessibility clients
sending AccessibleAttribute or AccessibleEditableText messages to an
accessible object.
|
class |
AccessibleTextEvent
Instances of this class are sent as a result of
accessibility clients sending messages to controls
asking for detailed information about the implementation
of the control instance.
|
class |
AccessibleValueEvent
Instances of this class are sent as a result of accessibility clients
sending AccessibleValue messages to an accessible object.
|
Modifier and Type | Class and Description |
---|---|
class |
AuthenticationEvent
An
AuthenticationEvent is sent by a Browser
to AuthenticationListener 's when the Browser
navigates to a page that requires authentication. |
class |
LocationEvent
A
LocationEvent is sent by a Browser to
LocationListener 's when the Browser
navigates to a different URL. |
class |
ProgressEvent
A
ProgressEvent is sent by a Browser to
ProgressListener 's when a progress is made during the
loading of the current URL or when the loading of the current
URL has been completed. |
class |
StatusTextEvent
|
class |
TitleEvent
A
TitleEvent is sent by a Browser to
TitleListener 's when the title of the current document
is available or when it is modified. |
class |
WindowEvent
A
WindowEvent is sent by a Browser when
a new window needs to be created or when an existing window needs to be
closed. |
Modifier and Type | Class and Description |
---|---|
class |
BidiSegmentEvent
This event is sent to BidiSegmentListeners when a line is to
be measured or rendered in a bidi locale.
|
class |
CaretEvent
This event is sent when the caret offset changes.
|
class |
CTabFolderEvent
This event is sent when an event is generated in the CTabFolder.
|
class |
ExtendedModifyEvent
This event is sent after a text change occurs.
|
class |
LineBackgroundEvent
This event is sent when a line is about to be drawn.
|
class |
LineStyleEvent
This event is sent when a line is about to be drawn.
|
class |
MovementEvent
This event is sent when a new offset is required based on the current
offset and a movement type.
|
class |
PaintObjectEvent
This event is sent when an object needs to be drawn.
|
class |
TextChangedEvent
This event is sent by the StyledTextContent implementor when a change to
the text occurs.
|
class |
TextChangingEvent
This event is sent by the StyledTextContent implementor when a change
to the text is about to occur.
|
Modifier and Type | Class and Description |
---|---|
class |
DragSourceEvent
The DragSourceEvent contains the event information passed in the methods of the DragSourceListener.
|
class |
DropTargetEvent
The DropTargetEvent contains the event information passed in the methods of the DropTargetListener.
|
Modifier and Type | Class and Description |
---|---|
class |
ArmEvent
Instances of this class are sent as a result of
a widget such as a menu item being armed.
|
class |
ControlEvent
Instances of this class are sent as a result of
controls being moved or resized.
|
class |
DisposeEvent
Instances of this class are sent as a result of
widgets being disposed.
|
class |
DragDetectEvent
Instances of this class are sent as a result of
a drag gesture.
|
class |
ExpandEvent
Instances of this class are sent as a result of
ExpandItem s being expanded or collapsed. |
class |
FocusEvent
Instances of this class are sent as a result of
widgets gaining and losing focus.
|
class |
GestureEvent
Instances of this class are sent in response to
touch-based gestures that are triggered by the user.
|
class |
HelpEvent
Instances of this class are sent as a result of
help being requested for a widget.
|
class |
KeyEvent
Instances of this class are sent as a result of
keys being pressed and released on the keyboard.
|
class |
MenuDetectEvent
Instances of this class are sent whenever the platform-
specific trigger for showing a context menu is detected.
|
class |
MenuEvent
Instances of this class are sent as a result of
menus being shown and hidden.
|
class |
ModifyEvent
Instances of this class are sent as a result of
text being modified.
|
class |
MouseEvent
Instances of this class are sent whenever mouse
related actions occur.
|
class |
PaintEvent
Instances of this class are sent as a result of
visible areas of controls requiring re-painting.
|
class |
SegmentEvent
This event is sent to SegmentListeners when a text content is to be modified.
|
class |
SelectionEvent
Instances of this class are sent as a result of
widgets being selected.
|
class |
ShellEvent
Instances of this class are sent as a result of
operations being performed on shells.
|
class |
TouchEvent
Instances of this class are sent in response to
a touch-based input source being touched.
|
class |
TraverseEvent
Instances of this class are sent as a result of
widget traversal actions.
|
class |
TreeEvent
Instances of this class are sent as a result of
trees being expanded and collapsed.
|
class |
TypedEvent
This is the super class for all typed event classes provided
by SWT.
|
class |
VerifyEvent
Instances of this class are sent as a result of
widgets handling keyboard events
|
Modifier and Type | Class and Description |
---|---|
class |
ImageLoaderEvent
Instances of this class are sent as a result of the incremental
loading of image data.
|
Copyright © 2017. All Rights Reserved.