Uses of Class
org.eclipse.swt.widgets.Event

Packages that use Event
  • Uses of Event in org.eclipse.rap.rwt.scripting

    Methods in org.eclipse.rap.rwt.scripting with parameters of type Event
    Modifier and Type
    Method
    Description
    void
    ClientListener.handleEvent(Event event)
    This method will NOT be called on a ClientListener.
  • Uses of Event in org.eclipse.swt.events

    Constructors in org.eclipse.swt.events with parameters of type Event
    Modifier
    Constructor
    Description
     
    ArmEvent(Event event)
    Constructs a new instance of this class based on the information in the given untyped event.
     
    Constructs a new instance of this class based on the information in the given untyped event.
     
    Constructs a new instance of this class based on the information in the given untyped event.
     
    Constructs a new instance of this class based on the information in the given untyped event.
     
    Constructs a new instance of this class based on the information in the given untyped event.
     
    Constructs a new instance of this class based on the information in the given untyped event.
     
    Constructs a new instance of this class based on the information in the given untyped event.
     
    Constructs a new instance of this class based on the information in the given untyped event.
     
    KeyEvent(Event event)
    Constructs a new instance of this class based on the information in the given untyped event.
     
    Constructs a new instance of this class based on the information in the given untyped event.
     
    Constructs a new instance of this class based on the information in the given untyped event.
     
    Constructs a new instance of this class based on the information in the given untyped event.
     
    Constructs a new instance of this class based on the information in the given untyped event.
     
    Constructs a new instance of this class based on the information in the given untyped event.
     
    Constructs a new instance of this class based on the information in the given untyped event.
     
    Constructs a new instance of this class based on the information in the given untyped event.
     
    Constructs a new instance of this class based on the information in the given untyped event.
     
    Constructs a new instance of this class based on the information in the given untyped event.
     
    Constructs a new instance of this class based on the information in the given untyped event.
     
    Constructs a new instance of this class based on the information in the argument.
     
    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
    Modifier and Type
    Method
    Description
    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.