Uses of Interface
org.eclipse.swt.internal.SWTEventListener

Packages that use SWTEventListener
  • Uses of SWTEventListener in org.eclipse.swt.accessibility

    Modifier and Type
    Interface
    Description
    interface 
    Classes which implement this interface provide methods that handle AccessibleAction events.
    interface 
    Classes which implement this interface provide methods that handle AccessibleAttribute events.
    interface 
    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 
    Classes which implement this interface provide methods that handle AccessibleEditableText events.
    interface 
    Classes which implement this interface provide methods that handle AccessibleHyperlink events.
    interface 
    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 
    Classes which implement this interface provide methods that handle AccessibleTableCell events.
    interface 
    Classes which implement this interface provide methods that handle AccessibleTable events.
    interface 
    Classes which implement this interface provide methods that handle AccessibleTextExtended events.
    interface 
    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 
    Classes which implement this interface provide methods that handle AccessibleValue events.
    Modifier and Type
    Class
    Description
    class 
    This adapter class provides default implementations for the methods in the AccessibleActionListener interface.
    class 
    This adapter class provides default implementations for the methods described by the AccessibleListener interface.
    class 
    This adapter class provides default implementations for the methods in the AccessibleAttributeListener interface.
    class 
    This adapter class provides default implementations for the methods described by the AccessibleControlListener interface.
    class 
    This adapter class provides default implementations for the methods in the AccessibleEditableTextListener interface.
    class 
    This adapter class provides default implementations for the methods in the AccessibleHyperlinkListener interface.
    class 
    This adapter class provides default implementations for the methods in the AccessibleTableListener interface.
    class 
    This adapter class provides default implementations for the methods in the AccessibleTableCellListener interface.
    class 
    This adapter class provides default implementations for the methods described by the AccessibleTextListener interface.
    class 
    This adapter class provides default implementations for the methods in the AccessibleTextExtendedListener interface.
    class 
    This adapter class provides default implementations for the methods in the AccessibleValueListener interface.
  • Uses of SWTEventListener in org.eclipse.swt.browser

    Modifier and Type
    Interface
    Description
    interface 
    This listener interface may be implemented in order to receive an AuthenticationEvent notification when the Browser encounters a page that requires authentication.
    interface 
    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 
    This listener interface may be implemented in order to receive a LocationEvent notification when a Browser navigates to a different URL.
    interface 
    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 
    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 
    This listener interface may be implemented in order to receive a StatusTextEvent notification when the status text for a Browser is changed.
    interface 
    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 
    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.
    Classes in org.eclipse.swt.browser that implement SWTEventListener
    Modifier and Type
    Class
    Description
    class 
    This adapter class provides default implementations for the methods described by the LocationListener interface.
    class 
    This adapter class provides default implementations for the methods described by the ProgressListener interface.
    class 
    This adapter class provides default implementations for the methods described by the VisibilityWindowListener interface.
  • Uses of SWTEventListener in org.eclipse.swt.custom

    Modifier and Type
    Interface
    Description
    interface 
    This listener interface may be implemented in order to receive BidiSegmentEvents.
    interface 
    This listener interface may be implemented in order to receive CaretEvents.
    interface 
    Classes which implement this interface provide methods that deal with the events that are generated by the CTabFolder control.
    interface 
    Classes which implement this interface provide a method that deals with events generated in the CTabFolder.
    interface 
    Classes which implement this interface provide a method that deals with the event that is generated when text is modified.
    interface 
    Classes which implement this interface provide a method that can provide the background color for a line that is to be drawn.
    interface 
    Classes which implement this interface provide a method that can provide the style information for a line that is to be drawn.
    interface 
    This listener is invoked when a new offset is required based on the current offset and a movement type.
    interface 
    This listener is invoked when an object needs to be drawn.
    interface 
    The StyledText widget implements this listener to receive notifications when changes to the model occur.
    interface 
    Classes which implement this interface provide a method that deals with the event that is generated when a key is pressed.
    Classes in org.eclipse.swt.custom that implement SWTEventListener
    Modifier and Type
    Class
    Description
    class 
    This adapter class provides default implementations for the methods described by the CTabFolder2Listener interface.
    class 
    This adapter class provides a default implementation for the method described by the CTabFolderListener interface.
    class 
    This adapter class provides a default drag under effect (eg.
  • Uses of SWTEventListener in org.eclipse.swt.dnd

    Modifier and Type
    Interface
    Description
    interface 
    The DragSourceListener class provides event notification to the application for DragSource events.
    interface 
    The DropTargetListener class provides event notification to the application for DropTarget events.
    Classes in org.eclipse.swt.dnd that implement SWTEventListener
    Modifier and Type
    Class
    Description
    class 
    This adapter class provides default implementations for the methods described by the DragSourceListener interface.
    class 
    This class provides default implementations to display a drag source effect during a drag and drop operation.
    class 
    This adapter class provides default implementations for the methods described by the DropTargetListener interface.
    class 
    This class provides a default drag under effect during a drag and drop.
    class 
    This class provides default implementations to display a source image when a drag is initiated from a Table.
    class 
    This class provides a default drag under effect (eg.
    class 
    This class provides default implementations to display a source image when a drag is initiated from a Tree.
    class 
    This class provides a default drag under effect (eg.
  • Uses of SWTEventListener in org.eclipse.swt.events

    Modifier and Type
    Interface
    Description
    interface 
    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 
    Classes which implement this interface provide methods that deal with the events that are generated by moving and resizing controls.
    interface 
    Classes which implement this interface provide a method that deals with the event that is generated when a widget is disposed.
    interface 
    Classes which implement this interface provide methods that deal with the events that are generated when a drag gesture is detected.
    interface 
    Classes which implement this interface provide methods that deal with the expanding and collapsing of ExpandItems.
    interface 
    Classes which implement this interface provide methods that deal with the events that are generated as controls gain and lose focus.
    interface 
    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 
    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 
    Classes which implement this interface provide methods that deal with the events that are generated as keys are pressed on the system keyboard.
    interface 
    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 
    Classes which implement this interface provide methods that deal with the hiding and showing of menus.
    interface 
    Classes which implement this interface provide a method that deals with the events that are generated when text is modified.
    interface 
    Classes which implement this interface provide methods that deal with the events that are generated as mouse buttons are pressed.
    interface 
    Classes which implement this interface provide a method that deals with the events that are generated as the mouse pointer moves.
    interface 
    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 
    Classes which implement this interface provide a method that deals with the event that is generated as the mouse wheel is scrolled.
    interface 
    Classes which implement this interface provide methods that deal with the events that are generated when the control needs to be painted.
    interface 
    This listener interface may be implemented in order to receive SegmentEvents.
    interface 
    Classes which implement this interface provide methods that deal with the events that are generated when selection occurs in a control.
    interface 
    Classes which implement this interface provide methods that deal with changes in state of Shells.
    interface 
    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 
    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 
    Classes which implement this interface provide methods that deal with the expanding and collapsing of tree branches.
    interface 
    Classes which implement this interface provide a method that deals with the events that are generated when text is about to be modified.
    Classes in org.eclipse.swt.events that implement SWTEventListener
    Modifier and Type
    Class
    Description
    class 
    This adapter class provides default implementations for the methods described by the ControlListener interface.
    class 
    This adapter class provides default implementations for the methods described by the ExpandListener interface.
    class 
    This adapter class provides default implementations for the methods described by the FocusListener interface.
    class 
    This adapter class provides default implementations for the methods described by the KeyListener interface.
    class 
    This adapter class provides default implementations for the methods described by the MenuListener interface.
    class 
    This adapter class provides default implementations for the methods described by the MouseListener interface.
    class 
    This adapter class provides default implementations for the methods described by the MouseTrackListener interface.
    class 
    This adapter class provides default implementations for the methods described by the SelectionListener interface.
    class 
    This adapter class provides default implementations for the methods described by the ShellListener interface.
    class 
    This adapter class provides default implementations for the methods described by the TreeListener interface.
  • Uses of SWTEventListener in org.eclipse.swt.graphics

    Modifier and Type
    Interface
    Description
    interface 
    Classes which implement this interface provide methods that deal with the incremental loading of image data.
  • Uses of SWTEventListener in org.eclipse.swt.internal.dnd.gtk

    Modifier and Type
    Class
    Description
    class 
    This class provides default implementations to display a source image when a drag is initiated from a List.
  • Uses of SWTEventListener in org.eclipse.swt.widgets

    Modifier and Type
    Field
    Description
    TypedListener.eventListener
    The receiver's event listener
    Modifier and Type
    Method
    Description
    TypedListener.getEventListener()
    Returns the receiver's event listener.
    Methods in org.eclipse.swt.widgets with parameters of type SWTEventListener
    Modifier and Type
    Method
    Description
    protected void
    Widget.removeListener(int eventType, SWTEventListener handler)
    Removes the listener from the collection of listeners who will be notified when an event of the given type occurs.
    Constructors in org.eclipse.swt.widgets with parameters of type SWTEventListener
    Modifier
    Constructor
    Description
     
    Constructs a new instance of this class for the given event listener.