Eclipse Platform
2.1

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

Packages that use Event
org.eclipse.debug.ui.actions

Provides a set of actions related to running and debugging applications. 

org.eclipse.jface.action Provides support for shared UI resources such as menus, tool bars, and status lines. 
org.eclipse.swt.dnd SWT Drag and Drop support. 
org.eclipse.swt.events SWT typed listener support. 
org.eclipse.swt.widgets SWT widget public API classes. 
org.eclipse.ui Application programming interfaces for interaction with and extension of the Eclipse Platform User Interface. 
org.eclipse.ui.actions Classes for actions and operations used in a workbench window, page, or part in the Eclipse Platform User Interface. 
org.eclipse.ui.dialogs Classes for standard dialogs, wizards, and preference pages in the Eclipse Platform User Interface. 
org.eclipse.ui.texteditor Provides a framework for text editors obeying to the desktop rules. 
 

Uses of Event in org.eclipse.debug.ui.actions
 

Methods in org.eclipse.debug.ui.actions with parameters of type Event
 void LaunchAction.runWithEvent(Event event)
          If the user has control-clicked the launch history item, open the launch configuration dialog on the launch configuration, rather than running it.
 

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.dnd
 

Methods in org.eclipse.swt.dnd with parameters of type Event
 void DropTarget.notifyListeners(int eventType, Event event)
           
 

Uses of Event in org.eclipse.swt.events
 

Constructors in org.eclipse.swt.events with parameters of type Event
TypedEvent(Event e)
          Constructs a new instance of this class based on the information in the argument.
KeyEvent(Event e)
          Constructs a new instance of this class based on the information in the given untyped event.
VerifyEvent(Event e)
          Constructs a new instance of this class based on the information in the given untyped event.
ShellEvent(Event e)
           
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.
HelpEvent(Event e)
          Constructs a new instance of this class based on the information in the given untyped event.
ControlEvent(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.
SelectionEvent(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.
PaintEvent(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.
TraverseEvent(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.
ArmEvent(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
 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.
 void TypedListener.handleEvent(Event e)
          Handles the given event.
 void Listener.handleEvent(Event event)
          Sent when an event that the receiver has registered for occurs.
 

Uses of Event in org.eclipse.ui
 

Methods in org.eclipse.ui with parameters of type Event
 void IActionDelegateWithEvent.runWithEvent(IAction action, Event event)
          Deprecated. Use org.eclipse.ui.IActionDelegate2 instead.
 void IActionDelegate2.runWithEvent(IAction action, Event event)
          Performs this action, passing the SWT event which triggered it.
 

Uses of Event in org.eclipse.ui.actions
 

Methods in org.eclipse.ui.actions with parameters of type Event
 void RetargetAction.runWithEvent(Event event)
          Invoked when an action occurs.
 void ActionDelegate.runWithEvent(IAction action, Event event)
          The ActionDelegate implementation of this IActionDelegate2 method redirects to the run method.
 

Uses of Event in org.eclipse.ui.dialogs
 

Methods in org.eclipse.ui.dialogs with parameters of type Event
 void WizardExportPage.handleEvent(Event event)
          Deprecated. The WizardExportPage implementation of this Listener method handles all events and enablements for controls on this page.
 void WizardImportPage.handleEvent(Event event)
          Deprecated. The WizardImportPage implementation of this Listener method handles all events and enablements for controls on this page.
 void WizardNewFileCreationPage.handleEvent(Event event)
          The WizardNewFileCreationPage implementation of this Listener method handles all events and enablements for controls on this page.
 void WizardNewFolderMainPage.handleEvent(Event ev)
          The WizardNewFolderCreationPage implementation of this Listener method handles all events and enablements for controls on this page.
 void WizardResourceImportPage.handleEvent(Event event)
          The WizardResourceImportPage implementation of this Listener method handles all events and enablements for controls on this page.
 

Uses of Event in org.eclipse.ui.texteditor
 

Methods in org.eclipse.ui.texteditor with parameters of type Event
 void TextNavigationAction.runWithEvent(Event event)
           
 


Eclipse Platform
2.1

Copyright (c) IBM Corp. and others 2000, 2003. All Rights Reserved.