Eclipse Platform
2.1

Uses of Interface
org.eclipse.ui.IWorkbenchPartReference

Packages that use IWorkbenchPartReference
org.eclipse.ui 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.ui
 interface IEditorReference
          Implements a reference to a editor.
 interface IViewReference
          Defines a reference to an IViewPart.
 

Methods in org.eclipse.ui that return IWorkbenchPartReference
 IWorkbenchPartReference IPartService.getActivePartReference()
          Returns the active part reference.
 

Methods in org.eclipse.ui with parameters of type IWorkbenchPartReference
 void IPartListener2.partActivated(IWorkbenchPartReference ref)
          Notifies this listener that the given part has been activated.
 void IPartListener2.partBroughtToTop(IWorkbenchPartReference ref)
          Notifies this listener that the given part has been brought to the top.
 void IPartListener2.partClosed(IWorkbenchPartReference ref)
          Notifies this listener that the given part has been closed.
 void IPartListener2.partDeactivated(IWorkbenchPartReference ref)
          Notifies this listener that the given part has been deactivated.
 void IPartListener2.partOpened(IWorkbenchPartReference ref)
          Notifies this listener that the given part has been opened.
 void IPartListener2.partHidden(IWorkbenchPartReference ref)
          Notifies this listener that the given part is hidden.
 void IPartListener2.partVisible(IWorkbenchPartReference ref)
          Notifies this listener that the given part is visible.
 void IPartListener2.partInputChanged(IWorkbenchPartReference ref)
          Notifies this listener that the given part input was changed.
 


Eclipse Platform
2.1

Copyright (c) IBM Corp. and others 2000, 2003. All Rights Reserved.