Uses of Interface
org.eclipse.ui.IPartService
Package
Description
Application programming interfaces for interaction
with and extension of the Eclipse Platform User Interface.
-
Uses of IPartService 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.getPartService()
Returns the part service which tracks part activation within this workbench window. -
Uses of IPartService in org.eclipse.ui.databinding.typed
Modifier and TypeMethodDescriptionstatic <S extends IPartService>
IValueProperty<S,IEditorReference> WorkbenchProperties.activePartAsEditorReference()
Returns a property for observing the active part reference of a part service, casted toIEditorReference
.static <S extends IPartService>
IValueProperty<S,IWorkbenchPartReference> WorkbenchProperties.activePartReference()
Returns a property for observing the active part reference of a part service. -
Uses of IPartService in org.eclipse.ui.internal
Modifier and TypeClassDescriptionclass
class
A part service which delegates all responsibility to the parent service.class
A collection of views and editors in a workbench.ModifierConstructorDescriptionSlavePartService
(IPartService parentPartService) Constructs a new instance.