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.
- 
Uses of IPartService in org.eclipse.uiSubinterfaces of IPartService in org.eclipse.uiModifier and TypeInterfaceDescriptioninterfaceA 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.typedMethods in org.eclipse.ui.databinding.typed with type parameters of type IPartServiceModifier 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.internalClasses in org.eclipse.ui.internal that implement IPartServiceModifier and TypeClassDescriptionclassclassA part service which delegates all responsibility to the parent service.classA collection of views and editors in a workbench.Methods in org.eclipse.ui.internal that return IPartServiceConstructors in org.eclipse.ui.internal with parameters of type IPartServiceModifierConstructorDescriptionSlavePartService(IPartService parentPartService) Constructs a new instance.