Uses of Class
org.eclipse.swt.events.SelectionEvent
Packages that use SelectionEvent
Package
Description
Provides useful building blocks used throughout JFace,
including property change events, a listener list implementation, and runtime
checked assertions.
Provides a framework for viewers, which are model-based
content adapters for SWT widgets.
SWT typed listener support.
Classes for actions and operations used in a workbench
window, page, or part in the Eclipse Platform User Interface.
Provides the Common Navigator framework.
-
Uses of SelectionEvent in org.eclipse.jface.util
Methods in org.eclipse.jface.util with parameters of type SelectionEventModifier and TypeMethodDescriptionvoidIOpenEventListener.handleOpen(SelectionEvent e) Called when a selection or default selection occurs depending on the user preference. -
Uses of SelectionEvent in org.eclipse.jface.viewers
Methods in org.eclipse.jface.viewers with parameters of type SelectionEventModifier and TypeMethodDescriptionprotected voidTextCellEditor.handleDefaultSelection(SelectionEvent event) Handles a default selection event from the text control by applying the editor value and deactivating this cell editor.protected voidAbstractTreeViewer.handleDoubleSelect(SelectionEvent event) protected voidCheckboxTreeViewer.handleDoubleSelect(SelectionEvent event) protected voidColumnViewer.handleDoubleSelect(SelectionEvent event) protected voidStructuredViewer.handleDoubleSelect(SelectionEvent event) Handles a double-click select event from the widget.protected voidStructuredViewer.handleOpen(SelectionEvent event) Handles an open event from the OpenStrategy.protected voidStructuredViewer.handlePostSelect(SelectionEvent e) Handles a post select event from the widget.voidCheckboxTableViewer.handleSelect(SelectionEvent event) protected voidCheckboxTreeViewer.handleSelect(SelectionEvent event) protected voidStructuredViewer.handleSelect(SelectionEvent event) Handles a select event from the widget. -
Uses of SelectionEvent in org.eclipse.jface.widgets
Method parameters in org.eclipse.jface.widgets with type arguments of type SelectionEventModifier and TypeMethodDescriptionDateTimeFactory.onDefaultSelect(Consumer<SelectionEvent> consumer) Creates aSelectionListenerand registers it for the widgetDefaultSelected event.ButtonFactory.onSelect(Consumer<SelectionEvent> consumer) Creates aSelectionListenerand registers it for the widgetSelected event.DateTimeFactory.onSelect(Consumer<SelectionEvent> consumer) Creates aSelectionListenerand registers it for the widgetSelected event.LinkFactory.onSelect(Consumer<SelectionEvent> consumer) Creates aSelectionListenerand registers it for the widgetSelected event.SashFactory.onSelect(Consumer<SelectionEvent> consumer) Creates aSelectionListenerand registers it for the widgetSelected event.SpinnerFactory.onSelect(Consumer<SelectionEvent> consumer) Creates aSelectionListenerand registers it for the widgetSelected event.TableColumnFactory.onSelect(Consumer<SelectionEvent> consumer) Creates aSelectionListenerand registers it for the widgetSelected event.TableFactory.onSelect(Consumer<SelectionEvent> consumer) Creates aSelectionListenerand registers it for the widgetSelected event.TextFactory.onSelect(Consumer<SelectionEvent> consumer) Creates aSelectionListenerand registers it for the widgetSelected event.TreeColumnFactory.onSelect(Consumer<SelectionEvent> consumer) Creates aSelectionListenerand registers it for the widgetSelected event.TreeFactory.onSelect(Consumer<SelectionEvent> consumer) Creates aSelectionListenerand registers it for the widgetSelected event. -
Uses of SelectionEvent in org.eclipse.swt.events
Subclasses of SelectionEvent in org.eclipse.swt.eventsModifier and TypeClassDescriptionclassInstances of this class are sent as a result ofExpandItems being expanded or collapsed.final classInstances of this class are sent as a result of trees being expanded and collapsed.Methods in org.eclipse.swt.events with parameters of type SelectionEventModifier and TypeMethodDescriptionvoidSelectionAdapter.widgetDefaultSelected(SelectionEvent e) Sent when default selection occurs in the control.voidSelectionListener.widgetDefaultSelected(SelectionEvent e) Sent when default selection occurs in the control.voidSelectionAdapter.widgetSelected(SelectionEvent e) Sent when selection occurs in the control.voidSelectionListener.widgetSelected(SelectionEvent e) Sent when selection occurs in the control.Method parameters in org.eclipse.swt.events with type arguments of type SelectionEventModifier and TypeMethodDescriptionstatic SelectionListenerSelectionListener.widgetDefaultSelectedAdapter(Consumer<SelectionEvent> c) Static helper method to create aSelectionListenerfor theSelectionListener.widgetDefaultSelected(SelectionEvent e)) method, given a lambda expression or a method reference.static SelectionListenerSelectionListener.widgetSelectedAdapter(Consumer<SelectionEvent> c) Static helper method to create aSelectionListenerfor theSelectionListener.widgetSelected(SelectionEvent e)) method, given a lambda expression or a method reference. -
Uses of SelectionEvent in org.eclipse.ui.actions
Methods in org.eclipse.ui.actions with parameters of type SelectionEventModifier and TypeMethodDescriptionprotected voidOpenPerspectiveMenu.run(IPerspectiveDescriptor desc, SelectionEvent event) Deprecated.Runs an action for a particular perspective.protected voidPerspectiveMenu.run(IPerspectiveDescriptor desc, SelectionEvent event) Runs an action for a particular perspective.