Eclipse eRCP
Release 1.1

Uses of Interface
org.eclipse.ui.IPropertyListener

Packages that use IPropertyListener
org.eclipse.ui Application programming interfaces for interaction with and extension of the Eclipse Platform User Interface.  
org.eclipse.ui.part Classes for the creation of workbench parts that integrate with the Eclipse Platform User Interface.  
org.eclipse.ui.presentations   
 

Uses of IPropertyListener in org.eclipse.ui
 

Methods in org.eclipse.ui with parameters of type IPropertyListener
 void IWorkbenchPartReference.addPropertyListener(IPropertyListener listener)
           
 void IWorkbenchPartReference.removePropertyListener(IPropertyListener listener)
           
 void IWorkbenchPart.addPropertyListener(IPropertyListener listener)
          Adds a listener for changes to properties of this workbench part.
 void IWorkbenchPart.removePropertyListener(IPropertyListener listener)
          Removes the given property listener from this workbench part.
 

Uses of IPropertyListener in org.eclipse.ui.part
 

Methods in org.eclipse.ui.part with parameters of type IPropertyListener
 void WorkbenchPart.addPropertyListener(IPropertyListener l)
           
 void WorkbenchPart.removePropertyListener(IPropertyListener l)
           
 

Uses of IPropertyListener in org.eclipse.ui.presentations
 

Methods in org.eclipse.ui.presentations with parameters of type IPropertyListener
 void IPresentablePart.addPropertyListener(IPropertyListener listener)
          Adds a listener for changes to properties of this workbench part.
 void IPresentablePart.removePropertyListener(IPropertyListener listener)
          Remove a listener that was previously added using addPropertyListener.
 


Eclipse eRCP
Release 1.1