Library:Eclipse SWT
Version:3.2
Compatibility:JDK 1.4
Interfaces in library Eclipse SWT.
NamePackageDescription
AccessibleControlListenerorg.eclipse.swt.accessibilityClasses that implement this interface provide methods that deal with the events that are generated when an accessibility client sends a message to a control.
AccessibleListenerorg.eclipse.swt.accessibilityClasses that implement this interface provide methods that deal with the events that are generated when an accessibility client sends a message to a control.
AccessibleTextListenerorg.eclipse.swt.accessibilityClasses that implement this interface provide methods that deal with the events that are generated when an accessibility client sends a message to a control.
ArmListenerorg.eclipse.swt.eventsClasses 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.
BidiSegmentListenerorg.eclipse.swt.customThis listener interface may be implemented in order to receive BidiSegmentEvents.
CloseWindowListenerorg.eclipse.swt.browserThis 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.
ControlListenerorg.eclipse.swt.eventsClasses which implement this interface provide methods that deal with the events that are generated by moving and resizing controls.
CTabFolder2Listenerorg.eclipse.swt.customClasses which implement this interface provide methods that deal with the events that are generated by the CTabFolder control.
CTabFolderListenerorg.eclipse.swt.customClasses which implement this interface provide a method that deals with events generated in the CTabFolder.
DisposeListenerorg.eclipse.swt.eventsClasses which implement this interface provide a method that deals with the event that is generated when a widget is disposed.
DragSourceListenerorg.eclipse.swt.dndThe DragSourceListener class provides event notification to the application for DragSource events.
Drawableorg.eclipse.swt.graphicsImplementers of Drawable can have a graphics context (GC) created for them, and then they can be drawn on by sending messages to their associated GC.
DropTargetListenerorg.eclipse.swt.dndThe DropTargetListener class provides event notification to the application for DropTarget events.
ExpandListenerorg.eclipse.swt.eventsClasses which implement this interface provide methods that deal with the expanding and collapsing of ExpandItems.
ExtendedModifyListenerorg.eclipse.swt.customNo description provided.
FocusListenerorg.eclipse.swt.eventsClasses which implement this interface provide methods that deal with the events that are generated as controls gain and lose focus.
HelpListenerorg.eclipse.swt.eventsClasses 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.
ImageLoaderListenerorg.eclipse.swt.graphicsClasses which implement this interface provide methods that deal with the incremental loading of image data.
KeyListenerorg.eclipse.swt.eventsClasses which implement this interface provide methods that deal with the events that are generated as keys are pressed on the system keyboard.
LineBackgroundListenerorg.eclipse.swt.customNo description provided.
LineStyleListenerorg.eclipse.swt.customNo description provided.
Listenerorg.eclipse.swt.widgetsImplementers of Listener provide a simple handleEvent() method that is used internally by SWT to dispatch events.
LocationListenerorg.eclipse.swt.browserThis listener interface may be implemented in order to receive a LocationEvent notification when a Browser navigates to a different URL.
MenuListenerorg.eclipse.swt.eventsClasses which implement this interface provide methods that deal with the hiding and showing of menus.
ModifyListenerorg.eclipse.swt.eventsClasses which implement this interface provide a method that deals with the events that are generated when text is modified.
MouseListenerorg.eclipse.swt.eventsClasses which implement this interface provide methods that deal with the events that are generated as mouse buttons are pressed.
MouseMoveListenerorg.eclipse.swt.eventsClasses which implement this interface provide a method that deals with the events that are generated as the mouse pointer moves.
MouseTrackListenerorg.eclipse.swt.eventsClasses which implement this interface provide methods that deal with the events that are generated as the mouse pointer passes (or hovers) over controls.
OleListenerorg.eclipse.swt.ole.win32No description provided.
OpenWindowListenerorg.eclipse.swt.browserThis listener interface may be implemented in order to receive a WindowEvent notification when a new Browser needs to be provided by the application.
PaintListenerorg.eclipse.swt.eventsClasses which implement this interface provide methods that deal with the events that are generated when the control needs to be painted.
PaintObjectListenerorg.eclipse.swt.customThis listener is invoked when an object needs to be drawn.
ProgressListenerorg.eclipse.swt.browserThis 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.
SelectionListenerorg.eclipse.swt.eventsClasses which implement this interface provide methods that deal with the events that are generated when selection occurs in a control.
ShellListenerorg.eclipse.swt.eventsClasses which implement this interface provide methods that deal with changes in state of Shells.
StatusTextListenerorg.eclipse.swt.browserThis listener interface may be implemented in order to receive a StatusTextEvent notification when the status text for a Browser is changed.
StyledTextContentorg.eclipse.swt.customClients may implement the StyledTextContent interface to provide a custom store for the StyledText widget content.
TextChangeListenerorg.eclipse.swt.customThe StyledText widget implements this listener to receive notifications when changes to the model occur.
TitleListenerorg.eclipse.swt.browserThis 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.
TraverseListenerorg.eclipse.swt.eventsClasses which implement this interface provide a method that deals with the events that are generated when a traverse event occurs in a control.
TreeListenerorg.eclipse.swt.eventsClasses which implement this interface provide methods that deal with the expanding and collapsing of tree branches.
VerifyKeyListenerorg.eclipse.swt.customNo description provided.
VerifyListenerorg.eclipse.swt.eventsClasses which implement this interface provide a method that deals with the events that are generated when text is about to be modified.
VisibilityWindowListenerorg.eclipse.swt.browserThis listener interface may be implemented in order to receive a WindowEvent notification when a window hosting a Browser needs to be displayed or hidden.
Search