Uses of Class
org.eclipse.swt.widgets.Event
-
Packages that use Event Package Description 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.jface.bindings.keys Provides support for bindings between commands and keys.org.eclipse.jface.text.hyperlink Provides support for detecting and displaying hyperlinks inISourceViewers.org.eclipse.jface.text.source Provides a framework for connecting document regions with annotations and for displaying those.org.eclipse.jface.viewers Provides a framework for viewers, which are model-based content adapters for SWT widgets.org.eclipse.jface.window Provides a general framework for creating and managing windows.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.console Application programming interfaces for interaction with the Eclipse console.org.eclipse.ui.dialogs Classes for standard dialogs, wizards, and preference pages in the Eclipse Platform User Interface.org.eclipse.ui.forms.widgets Custom widgets and controls for forms-based parts.org.eclipse.ui.handlers Provides support for integrating handlers into the Eclipse workbench.org.eclipse.ui.keys Provides support for integrating keys into the Eclipse workbench.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 Modifier and Type Method Description booleanIToggleBreakpointsTargetExtension2. canToggleBreakpointsWithEvent(IWorkbenchPart part, ISelection selection, Event event)Returns whether breakpoints can be toggled on the given selection with the givenEvent.voidAbstractLaunchHistoryAction. runWithEvent(IAction action, Event event)voidAddMemoryRenderingActionDelegate. runWithEvent(IAction action, Event event)voidDebugCommandAction. runWithEvent(Event event)voidLaunchAction. 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.voidOpenLaunchDialogAction. runWithEvent(IAction action, Event event)voidRelaunchLastAction. runWithEvent(IAction action, Event event)voidRulerRunToLineActionDelegate. runWithEvent(IAction action, Event event)voidRulerToggleBreakpointActionDelegate. runWithEvent(IAction action, Event event)voidRunToLineAction. runWithEvent(Event event)voidRunToLineActionDelegate. runWithEvent(IAction action, Event event)voidToggleBreakpointAction. runWithEvent(Event event)voidIToggleBreakpointsTargetExtension2. toggleBreakpointsWithEvent(IWorkbenchPart part, ISelection selection, Event event)Creates or removes existing breakpoints based on any modifiers in the givenEvent. -
Uses of Event in org.eclipse.jface.action
Methods in org.eclipse.jface.action with parameters of type Event Modifier and Type Method Description voidExternalActionManager.CommandCallback. preExecute(IAction action, Event event)voidExternalActionManager.IExecuteCallback. preExecute(IAction action, Event e)Fires an execution event before an action is run.voidAction. runWithEvent(Event event)The default implementation of thisIActionmethod ignores the event argument, and simply callsrun().voidIAction. runWithEvent(Event event)Runs this action, passing the triggering SWT event. -
Uses of Event in org.eclipse.jface.bindings.keys
Methods in org.eclipse.jface.bindings.keys with parameters of type Event Modifier and Type Method Description static intSWTKeySupport. convertEventToModifiedAccelerator(Event event)Converts the given event into an SWT accelerator value -- considering the modified character with the shift modifier.static intSWTKeySupport. convertEventToUnmodifiedAccelerator(Event event)Converts the given event into an SWT accelerator value -- considering the unmodified character with all modifier keys.static intSWTKeySupport. convertEventToUnshiftedModifiedAccelerator(Event event)Converts the given event into an SWT accelerator value -- considering the modified character without the shift modifier. -
Uses of Event in org.eclipse.jface.text.hyperlink
Methods in org.eclipse.jface.text.hyperlink with parameters of type Event Modifier and Type Method Description voidHyperlinkManager. handleEvent(Event event) -
Uses of Event in org.eclipse.jface.text.source
Methods in org.eclipse.jface.text.source that return Event Modifier and Type Method Description EventVerticalRulerEvent. getEvent()Methods in org.eclipse.jface.text.source with parameters of type Event Modifier and Type Method Description voidAnnotationBarHoverManager.Closer. handleEvent(Event event)Deprecated.Constructors in org.eclipse.jface.text.source with parameters of type Event Constructor Description VerticalRulerEvent(Annotation annotation, Event event)Creates a new event. -
Uses of Event in org.eclipse.jface.viewers
Methods in org.eclipse.jface.viewers with parameters of type Event Modifier and Type Method Description protected voidColumnViewerToolTipSupport. afterHideToolTip(Event event)voidCellNavigationStrategy. collapse(ColumnViewer viewer, ViewerCell cellToCollapse, Event event)protected CompositeColumnViewerToolTipSupport. createToolTipContentArea(Event event, Composite parent)Instead of overwriting this method subclasses should overwriteColumnViewerToolTipSupport.createViewerToolTipContentArea(Event, ViewerCell, Composite)protected CompositeColumnViewerToolTipSupport. createViewerToolTipContentArea(Event event, ViewerCell cell, Composite parent)Creates the content area of the tool tip giving access to the cell the tip is shown for.protected voidOwnerDrawLabelProvider. erase(Event event, Object element)Handle the erase event.protected voidStyledCellLabelProvider. erase(Event event, Object element)Handle the erase event.voidCellNavigationStrategy. expand(ColumnViewer viewer, ViewerCell cellToExpand, Event event)ViewerCellCellNavigationStrategy. findSelectedCell(ColumnViewer viewer, ViewerCell currentSelectedCell, Event event)protected ObjectColumnViewerToolTipSupport. getToolTipArea(Event event)booleanCellNavigationStrategy. isCollapseEvent(ColumnViewer viewer, ViewerCell cellToCollapse, Event event)booleanCellNavigationStrategy. isExpandEvent(ColumnViewer viewer, ViewerCell cellToExpand, Event event)booleanCellNavigationStrategy. isNavigationEvent(ColumnViewer viewer, Event event)is the given event an event which moves the selection to another cellprotected abstract voidOwnerDrawLabelProvider. measure(Event event, Object element)Handle the measure event.protected voidStyledCellLabelProvider. measure(Event event, Object element)protected abstract voidOwnerDrawLabelProvider. paint(Event event, Object element)Handle the paint event.protected voidStyledCellLabelProvider. paint(Event event, Object element)booleanCellNavigationStrategy. shouldCancelEvent(ColumnViewer viewer, Event event)This method is consulted to decide whether an event has to be canceled or not.protected booleanColumnViewerToolTipSupport. shouldCreateToolTip(Event event) -
Uses of Event in org.eclipse.jface.window
Methods in org.eclipse.jface.window with parameters of type Event Modifier and Type Method Description protected voidToolTip. afterHideToolTip(Event event)This method is called after a tooltip is hidden.protected CompositeDefaultToolTip. createToolTipContentArea(Event event, Composite parent)Creates the content are of the the tooltip.protected abstract CompositeToolTip. createToolTipContentArea(Event event, Composite parent)Creates the content area of the the tooltip.protected ColorDefaultToolTip. getBackgroundColor(Event event)protected ImageDefaultToolTip. getBackgroundImage(Event event)protected FontDefaultToolTip. getFont(Event event)protected ColorDefaultToolTip. getForegroundColor(Event event)protected ImageDefaultToolTip. getImage(Event event)PointToolTip. getLocation(Point tipSize, Event event)Get the display relative location where the tooltip is displayed.protected intDefaultToolTip. getStyle(Event event)The style used to create theCLabelin the default implementationprotected StringDefaultToolTip. getText(Event event)The text displayed in theCLabelin the default implementationprotected ObjectToolTip. getToolTipArea(Event event)This method is called to check for which area the tooltip is created/hidden for.protected booleanToolTip. shouldCreateToolTip(Event event)Should the tooltip displayed because of the given event. -
Uses of Event in org.eclipse.swt.events
Constructors in org.eclipse.swt.events with parameters of type Event Constructor Description ArmEvent(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.DisposeEvent(Event e)Constructs a new instance of this class based on the information in the given untyped event.DragDetectEvent(Event e)Constructs a new instance of this class based on the information in the given untyped event.ExpandEvent(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.GestureEvent(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.KeyEvent(Event e)Constructs a new instance of this class based on the information in the given untyped event.MenuDetectEvent(Event e)Constructs a new instance of this class based on the information in the given untyped event.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.MouseEvent(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.SegmentEvent(Event e)SelectionEvent(Event e)Constructs a new instance of this class based on the information in the given untyped event.ShellEvent(Event e)Constructs a new instance of this class based on the information in the given untyped event.TouchEvent(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.TreeEvent(Event e)Constructs a new instance of this class based on the information in the given untyped event.TypedEvent(Event e)Constructs a new instance of this class based on the information in the argument.VerifyEvent(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 Modifier and Type Method Description booleanControl. dragDetect(Event event)Detects a drag and drop gesture.voidListener. handleEvent(Event event)Sent when an event that the receiver has registered for occurs.voidTypedListener. handleEvent(Event e)Handles the given event.voidWidget. 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 theirhandleEvent()method.booleanDisplay. post(Event event)Generate a low level system event.booleanControl. traverse(int traversal, Event event)Performs a platform traversal action corresponding to aKeyDownevent. -
Uses of Event in org.eclipse.ui
Methods in org.eclipse.ui with parameters of type Event Modifier and Type Method Description voidIActionDelegate2. runWithEvent(IAction action, Event event)Performs this action, passing the SWT event which triggered it.voidIActionDelegateWithEvent. runWithEvent(IAction action, Event event)Deprecated.Use org.eclipse.ui.IActionDelegate2 instead. -
Uses of Event in org.eclipse.ui.actions
Methods in org.eclipse.ui.actions with parameters of type Event Modifier and Type Method Description voidActionDelegate. runWithEvent(IAction action, Event event)TheActionDelegateimplementation of thisIActionDelegate2method redirects to therunmethod.voidBaseSelectionListenerAction. runWithEvent(Event event)voidContributedAction. runWithEvent(Event event)voidOpenPerspectiveAction. runWithEvent(Event event)voidRetargetAction. runWithEvent(Event event)Invoked when an action occurs. -
Uses of Event in org.eclipse.ui.console
Methods in org.eclipse.ui.console with parameters of type Event Modifier and Type Method Description voidIHyperlink2. linkActivated(Event event)Notification that this link has been activated. -
Uses of Event in org.eclipse.ui.dialogs
Methods in org.eclipse.ui.dialogs with parameters of type Event Modifier and Type Method Description voidWizardExportPage. handleEvent(Event event)Deprecated.TheWizardExportPageimplementation of thisListenermethod handles all events and enablements for controls on this page.voidWizardImportPage. handleEvent(Event event)Deprecated.TheWizardImportPageimplementation of thisListenermethod handles all events and enablements for controls on this page.voidWizardNewFileCreationPage. handleEvent(Event event)TheWizardNewFileCreationPageimplementation of thisListenermethod handles all events and enablements for controls on this page.voidWizardNewFolderMainPage. handleEvent(Event ev)TheWizardNewFolderCreationPageimplementation of thisListenermethod handles all events and enablements for controls on this page.voidWizardResourceImportPage. handleEvent(Event event)TheWizardResourceImportPageimplementation of thisListenermethod handles all events and enablements for controls on this page. -
Uses of Event in org.eclipse.ui.forms.widgets
Methods in org.eclipse.ui.forms.widgets with parameters of type Event Modifier and Type Method Description protected voidAbstractHyperlink. handleActivate(Event e)Called when hyperlink has been activated.protected voidImageHyperlink. handleActivate(Event e)protected voidAbstractHyperlink. handleEnter(Event e)Called when hyperlink is entered.protected voidImageHyperlink. handleEnter(Event e)protected voidAbstractHyperlink. handleExit(Event e)Called when hyperlink is exited.protected voidImageHyperlink. handleExit(Event e) -
Uses of Event in org.eclipse.ui.handlers
Methods in org.eclipse.ui.handlers with parameters of type Event Modifier and Type Method Description ExecutionEventIHandlerService. createExecutionEvent(Command command, Event event)Creates an execution event based on an SWT event.ExecutionEventIHandlerService. createExecutionEvent(ParameterizedCommand command, Event event)Creates a parameterized execution event based on an SWT event and a parameterized command.ObjectIHandlerService. executeCommand(String commandId, Event event)Executes the command with the given identifier and no parameters.ObjectIHandlerService. executeCommand(ParameterizedCommand command, Event event)Executes the given parameterized command.ObjectIHandlerService. executeCommandInContext(ParameterizedCommand command, Event event, IEvaluationContext context)Executes the given parameterized command in the provided context. -
Uses of Event in org.eclipse.ui.keys
Methods in org.eclipse.ui.keys with parameters of type Event Modifier and Type Method Description static intSWTKeySupport. convertEventToModifiedAccelerator(Event event)Deprecated.Converts the given event into an SWT accelerator value -- considering the modified character with the shift modifier.static intSWTKeySupport. convertEventToUnmodifiedAccelerator(Event event)Deprecated.Converts the given event into an SWT accelerator value -- considering the unmodified character with all modifier keys.static intSWTKeySupport. convertEventToUnshiftedModifiedAccelerator(Event event)Deprecated.Converts the given event into an SWT accelerator value -- considering the modified character without the shift modifier. -
Uses of Event in org.eclipse.ui.texteditor
Methods in org.eclipse.ui.texteditor with parameters of type Event Modifier and Type Method Description voidAbstractRulerActionDelegate. runWithEvent(IAction action, Event event)voidMoveLinesAction. runWithEvent(Event event)voidTextNavigationAction. runWithEvent(Event event)
-