Uses of Interface
org.eclipse.ui.ISelectionService
Package
Description
Application programming interfaces for interaction
with and extension of the Eclipse Platform User Interface.
-
Uses of ISelectionService in org.eclipse.ui
Modifier and TypeInterfaceDescriptioninterface
A workbench page consists of an arrangement of views and editors intended to be presented together to the user in a single workbench window.Modifier and TypeMethodDescriptionIWorkbenchWindow.getSelectionService()
Returns the selection service which tracks selection within this workbench window. -
Uses of ISelectionService in org.eclipse.ui.databinding.typed
Modifier and TypeMethodDescriptionstatic <S extends ISelectionService,
E>
IListProperty<S,E> WorkbenchProperties.multipleSelection()
Returns a property for observing the elements of a structured selection as exposed byISelectionService
.static <S extends ISelectionService,
E>
IListProperty<S,E> WorkbenchProperties.multipleSelection
(Class<E> elementType) Returns a property for observing the elements of a structured selection as exposed byISelectionService
.static <S extends ISelectionService,
E>
IListProperty<S,E> WorkbenchProperties.multipleSelection
(String partId, boolean postSelection) Returns a property for observing the elements of a structured selection as exposed byISelectionService
.static <S extends ISelectionService,
E>
IListProperty<S,E> WorkbenchProperties.multipleSelection
(String partId, boolean postSelection, Class<E> elementType) Returns a property for observing the elements of a structured selection as exposed byISelectionService
.static <S extends ISelectionService,
T>
IValueProperty<S,T> WorkbenchProperties.singleSelection()
Returns a property for observing the first element of a structured selection as exposed byISelectionService
.static <S extends ISelectionService,
T>
IValueProperty<S,T> WorkbenchProperties.singleSelection
(String partId, boolean postSelection) Returns a property for observing the first element of a structured selection as exposed byISelectionService
.static <S extends ISelectionService,
T>
IValueProperty<S,T> WorkbenchProperties.singleSelection
(String partId, boolean postSelection, Class<T> valueType) Returns a property for observing the first element of a structured selection as exposed byISelectionService
. -
Uses of ISelectionService in org.eclipse.ui.internal
Modifier and TypeClassDescriptionclass
class
A collection of views and editors in a workbench.