Uses of Class
org.eclipse.swt.events.TypedEvent

Packages that use TypedEvent
Package
Description
SWT Browser widget.
SWT Custom widgets.
SWT Drag and Drop support.
SWT typed listener support.
Events and listeners for forms-based parts.
  • Uses of TypedEvent in org.eclipse.swt.browser

    Modifier and Type
    Class
    Description
    class 
    An AuthenticationEvent is sent by a Browser to AuthenticationListener's when the Browser navigates to a page that requires authentication.
    class 
    A LocationEvent is sent by a Browser to LocationListener's when the Browser navigates to a different URL.
    class 
    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 
    A StatusTextEvent is sent by a Browser to StatusTextListener's when the status text is changed.
    class 
    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 
    A WindowEvent is sent by a Browser when a new window needs to be created or when an existing window needs to be closed.
  • Uses of TypedEvent in org.eclipse.swt.custom

    Modifier and Type
    Class
    Description
    class 
    This event is sent to BidiSegmentListeners when a line is to be measured or rendered in a bidi locale.
    class 
    This event is sent when the caret offset changes.
    class 
    This event is sent when an event is generated in the CTabFolder.
    final class 
    This event is sent after a text change occurs.
    class 
    This event is sent when a line is about to be drawn.
    class 
    This event is sent when a line is about to be drawn.
    class 
    This event is sent when a new offset is required based on the current offset and a movement type.
    class 
    This event is sent when an object needs to be drawn.
    class 
    This event is sent by the StyledTextContent implementor when a change to the text occurs.
    class 
    This event is sent by the StyledTextContent implementor when a change to the text is about to occur.
  • Uses of TypedEvent in org.eclipse.swt.dnd

    Modifier and Type
    Class
    Description
    class 
    The DragSourceEvent contains the event information passed in the methods of the DragSourceListener.
    class 
    The DropTargetEvent contains the event information passed in the methods of the DropTargetListener.
  • Uses of TypedEvent in org.eclipse.swt.events

    Modifier and Type
    Class
    Description
    final class 
    Instances of this class are sent as a result of a widget such as a menu item being armed.
    final class 
    Instances of this class are sent as a result of controls being moved or resized.
    final class 
    Instances of this class are sent as a result of widgets being disposed.
    final class 
    Instances of this class are sent as a result of a drag gesture.
    class 
    Instances of this class are sent as a result of ExpandItems being expanded or collapsed.
    final class 
    Instances of this class are sent as a result of widgets gaining and losing focus.
    class 
    Instances of this class are sent in response to touch-based gestures that are triggered by the user.
    final class 
    Instances of this class are sent as a result of help being requested for a widget.
    class 
    Instances of this class are sent as a result of keys being pressed and released on the keyboard.
    final class 
    Instances of this class are sent whenever the platform- specific trigger for showing a context menu is detected.
    final class 
    Instances of this class are sent as a result of menus being shown and hidden.
    final class 
    Instances of this class are sent as a result of text being modified.
    class 
    Instances of this class are sent whenever mouse related actions occur.
    final class 
    Instances of this class are sent as a result of visible areas of controls requiring re-painting.
    class 
    This event is sent to SegmentListeners when a text content is to be modified.
    class 
    Instances of this class are sent as a result of widgets being selected.
    final class 
    Instances of this class are sent as a result of operations being performed on shells.
    class 
    Instances of this class are sent in response to a touch-based input source being touched.
    final class 
    Instances of this class are sent as a result of widget traversal actions.
    final class 
    Instances of this class are sent as a result of trees being expanded and collapsed.
    final class 
    Instances of this class are sent as a result of widgets handling keyboard events
  • Uses of TypedEvent in org.eclipse.ui.forms.events

    Modifier and Type
    Class
    Description
    final class 
    Notifies listeners when expandable controls change expansion state.
    final class 
    Notifies listeners about a hyperlink change.