Uses of Interface
org.eclipse.ui.ISelectionService
Packages that use ISelectionService
Package
Description
Application programming interfaces for interaction
with and extension of the Eclipse Platform User Interface.
-
Uses of ISelectionService in org.eclipse.ui
Subinterfaces of ISelectionService in org.eclipse.uiModifier 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.Methods in org.eclipse.ui that return ISelectionServiceModifier and TypeMethodDescriptionIWorkbenchWindow.getSelectionService()
Returns the selection service which tracks selection within this workbench window. -
Uses of ISelectionService in org.eclipse.ui.databinding.typed
Methods in org.eclipse.ui.databinding.typed with type parameters of type ISelectionServiceModifier 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
Classes in org.eclipse.ui.internal that implement ISelectionServiceModifier and TypeClassDescriptionclass
class
A collection of views and editors in a workbench.Methods in org.eclipse.ui.internal that return ISelectionServiceConstructors in org.eclipse.ui.internal with parameters of type ISelectionService