Uses of Interface
org.eclipse.ui.IPartService
Packages that use IPartService
Package
Description
Application programming interfaces for interaction
with and extension of the Eclipse Platform User Interface.
APIs for Workbench properties and observables for use with data binding
-
Uses of IPartService in org.eclipse.ui
Subinterfaces of IPartService 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 IPartServiceModifier and TypeMethodDescriptionIWorkbenchWindow.getPartService()
Returns the part service which tracks part activation within this workbench window. -
Uses of IPartService in org.eclipse.ui.databinding
Methods in org.eclipse.ui.databinding with parameters of type IPartServiceModifier and TypeMethodDescriptionstatic IObservableValue<IEditorReference>
WorkbenchObservables.observeActiveEditor
(IPartService partService) Deprecated.Returns an observable value that tracks the active editor for the given part service.WorkbenchObservables.observeActivePart
(IPartService partService) Deprecated.Returns an observable value that tracks the active workbench part for the given part service.