|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Event | |
---|---|
org.eclipse.ercp.swt.mobile | SWT Mobile Extensions Package Specification This package contains classes which are suitable for mobile devices. |
org.eclipse.jface.action | Provides support for shared UI resources such as menus, tool bars, and status lines. |
org.eclipse.swt.events | SWT typed listener support. |
org.eclipse.swt.widgets | SWT widget public API classes. |
Uses of Event in org.eclipse.ercp.swt.mobile |
---|
Methods in org.eclipse.ercp.swt.mobile with parameters of type Event | |
---|---|
boolean |
SortedList.allowTraverseByArrowKey(Event event)
|
boolean |
ListView.allowTraverseByArrowKey(Event event)
|
boolean |
ListBox.allowTraverseByArrowKey(Event event)
|
boolean |
HyperLink.allowTraverseByArrowKey(Event event)
|
boolean |
DateEditor.allowTraverseByArrowKey(Event event)
|
boolean |
ConstrainedText.allowTraverseByArrowKey(Event event)
|
protected boolean |
SortedList.traverse(Event event)
|
protected boolean |
ListView.traverse(Event event)
|
protected boolean |
ListBox.traverse(Event event)
|
protected boolean |
HyperLink.traverse(Event event)
|
protected boolean |
DateEditor.traverse(Event event)
|
protected boolean |
ConstrainedText.traverse(Event event)
|
Uses of Event in org.eclipse.jface.action |
---|
Methods in org.eclipse.jface.action with parameters of type Event | |
---|---|
void |
Action.runWithEvent(Event event)
The default implementation of this IAction method
ignores the event argument, and simply calls run() . |
void |
IAction.runWithEvent(Event event)
Runs this action, passing the triggering SWT event. |
Uses of Event in org.eclipse.swt.events |
---|
Constructors in org.eclipse.swt.events with parameters of type Event | |
---|---|
ControlEvent(Event e)
Constructs a new instance of this class based on the information in the given untyped event. |
|
DisposeEvent(Event e)
Constructs a new instance of this class based on the information in the given untyped event. |
|
FocusEvent(Event e)
Constructs a new instance of this class based on the information in the given untyped event. |
|
KeyEvent(Event e)
Constructs a new instance of this class based on the information in the given untyped event. |
|
MenuEvent(Event e)
Constructs a new instance of this class based on the information in the given untyped event. |
|
ModifyEvent(Event e)
Constructs a new instance of this class based on the information in the given untyped event. |
|
MouseEvent(Event e)
Constructs a new instance of this class based on the information in the given untyped event. |
|
PaintEvent(Event e)
Constructs a new instance of this class based on the information in the given untyped event. |
|
SelectionEvent(Event e)
Constructs a new instance of this class based on the information in the given untyped event. |
|
ShellEvent(Event e)
Constructs a new instance of this class based on the information in the given untyped event. |
|
TraverseEvent(Event e)
Constructs a new instance of this class based on the information in the given untyped event. |
|
TreeEvent(Event e)
Constructs a new instance of this class based on the information in the given untyped event. |
|
TypedEvent(Event e)
Constructs a new instance of this class based on the information in the argument. |
|
VerifyEvent(Event e)
Constructs a new instance of this class based on the information in the given untyped event. |
Uses of Event in org.eclipse.swt.widgets |
---|
Methods in org.eclipse.swt.widgets with parameters of type Event | |
---|---|
boolean |
Button.allowTraverseByArrowKey(Event event)
|
boolean |
Combo.allowTraverseByArrowKey(Event event)
|
boolean |
Composite.allowTraverseByArrowKey(Event event)
|
boolean |
Control.allowTraverseByArrowKey(Event event)
|
boolean |
List.allowTraverseByArrowKey(Event event)
|
boolean |
Slider.allowTraverseByArrowKey(Event event)
|
boolean |
Table.allowTraverseByArrowKey(Event event)
|
boolean |
Text.allowTraverseByArrowKey(Event event)
|
boolean |
Tree.allowTraverseByArrowKey(Event event)
|
void |
Listener.handleEvent(Event event)
Sent when an event that the receiver has registered for occurs. |
void |
TypedListener.handleEvent(Event e)
Handles the given event. |
void |
Widget.notifyListeners(int eventType,
Event event)
Notifies all of the receiver's listeners for events of the given type that one such event has occurred by invoking their handleEvent() method. |
boolean |
Display.post(Event event)
Generate a low level system event. |
protected void |
Widget.sendEvent(int eventType,
Event event)
|
protected boolean |
Button.traverse(Event event)
|
protected boolean |
Combo.traverse(Event event)
|
protected boolean |
Composite.traverse(Event event)
|
protected boolean |
Control.traverse(Event event)
|
protected boolean |
List.traverse(Event event)
|
protected boolean |
Slider.traverse(Event event)
|
protected boolean |
Table.traverse(Event event)
|
protected boolean |
Text.traverse(Event event)
|
protected boolean |
Tree.traverse(Event event)
|
protected boolean |
Control.traverseByArrowKey(Event event)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |