Uses of Interface
org.eclipse.ui.IPartService
-
Packages that use IPartService Package Description org.eclipse.ui Application programming interfaces for interaction with and extension of the Eclipse Platform User Interface.org.eclipse.ui.databinding APIs for Workbench properties and observables for use with data binding -
-
Uses of IPartService in org.eclipse.ui
Subinterfaces of IPartService in org.eclipse.ui Modifier and Type Interface Description interface
IWorkbenchPage
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 IPartService Modifier and Type Method Description IPartService
IWorkbenchWindow. 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 IPartService Modifier and Type Method Description static IObservableValue<IEditorReference>
WorkbenchObservables. observeActiveEditor(IPartService partService)
Deprecated.Returns an observable value that tracks the active editor for the given part service.static IObservableValue<IWorkbenchPartReference>
WorkbenchObservables. observeActivePart(IPartService partService)
Deprecated.Returns an observable value that tracks the active workbench part for the given part service.
-