Uses of Interface
org.eclipse.ui.IWorkbenchPartReference
Packages that use IWorkbenchPartReference
Package
Description
Application programming interfaces for interaction
with and extension of the Eclipse Platform User Interface.
-
Uses of IWorkbenchPartReference in org.eclipse.ui
Subinterfaces of IWorkbenchPartReference in org.eclipse.uiModifier and TypeInterfaceDescriptioninterfaceImplements a reference to an editor.interfaceDefines a reference to an IViewPart.Methods in org.eclipse.ui that return IWorkbenchPartReferenceModifier and TypeMethodDescriptionIPartService.getActivePartReference()Returns the active part reference.IWorkbenchPage.getReference(IWorkbenchPart part) Find the part reference for the given part.MultiPartInitException.getReferences()Returns an array of part references, containing references of parts that were intialized correctly.Methods in org.eclipse.ui with parameters of type IWorkbenchPartReferenceModifier and TypeMethodDescriptionintIWorkbenchPage.getPartState(IWorkbenchPartReference ref) Returns the maximized/minimized/restored state of the given part reference.default voidIPartListener2.partActivated(IWorkbenchPartReference partRef) Notifies this listener that the given part has been activated.default voidIPartListener2.partBroughtToTop(IWorkbenchPartReference partRef) Notifies this listener that the given part has been brought to the top.default voidIPartListener2.partClosed(IWorkbenchPartReference partRef) Notifies this listener that the given part has been closed.default voidIPartListener2.partDeactivated(IWorkbenchPartReference partRef) Notifies this listener that the given part has been deactivated.default voidIPartListener2.partHidden(IWorkbenchPartReference partRef) Notifies this listener that the given part is hidden or obscured by another part.default voidIPartListener2.partInputChanged(IWorkbenchPartReference partRef) Notifies this listener that the given part's input was changed.default voidIPartListener2.partOpened(IWorkbenchPartReference partRef) Notifies this listener that the given part has been opened.default voidIPartListener2.partVisible(IWorkbenchPartReference partRef) Notifies this listener that the given part is visible.voidIPerspectiveListener2.perspectiveChanged(IWorkbenchPage page, IPerspectiveDescriptor perspective, IWorkbenchPartReference partRef, String changeId) Notifies this listener that a part in the given page's perspective has changed in some way (for example, view show/hide, editor open/close, etc).voidPerspectiveAdapter.perspectiveChanged(IWorkbenchPage page, IPerspectiveDescriptor perspective, IWorkbenchPartReference partRef, String changeId) voidIWorkbenchPage.setPartState(IWorkbenchPartReference ref, int state) Set the state of the given part reference.voidIWorkbenchPage.toggleZoom(IWorkbenchPartReference ref) Zoom the page in on a part.Constructors in org.eclipse.ui with parameters of type IWorkbenchPartReferenceModifierConstructorDescriptionMultiPartInitException(IWorkbenchPartReference[] references, PartInitException[] exceptions) Creates a new exception object. -
Uses of IWorkbenchPartReference in org.eclipse.ui.databinding.typed
Methods in org.eclipse.ui.databinding.typed that return types with arguments of type IWorkbenchPartReferenceModifier and TypeMethodDescriptionstatic <S extends IPartService>
IValueProperty<S,IWorkbenchPartReference> WorkbenchProperties.activePartReference()Returns a property for observing the active part reference of a part service.