Eclipse Platform
Release 3.1

Uses of Interface
org.eclipse.ui.IPropertyListener

Packages that use IPropertyListener
org.eclipse.team.ui Provides basic support for managing Team providers.  
org.eclipse.ui Application programming interfaces for interaction with and extension of the Eclipse Platform User Interface.  
org.eclipse.ui.intro 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.team.ui
 

Methods in org.eclipse.team.ui with parameters of type IPropertyListener
 void SaveablePartAdapter.addPropertyListener(IPropertyListener listener)
           
 void SaveablePartAdapter.removePropertyListener(IPropertyListener listener)
           
 

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.
 void IEditorRegistry.addPropertyListener(IPropertyListener listener)
          Adds a listener for changes to properties of this registry.
 void IEditorRegistry.removePropertyListener(IPropertyListener listener)
          Removes the given property listener from this registry.
 

Uses of IPropertyListener in org.eclipse.ui.intro
 

Methods in org.eclipse.ui.intro with parameters of type IPropertyListener
 void IIntroPart.addPropertyListener(IPropertyListener listener)
          Adds a listener for changes to properties of this intro part.
 void IIntroPart.removePropertyListener(IPropertyListener listener)
          Removes the given property listener from this intro 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)
           
 void IntroPart.addPropertyListener(IPropertyListener l)
           
 void IntroPart.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 Platform
Release 3.1

Guidelines for using Eclipse APIs.

Copyright (c) IBM Corp. and others 2000, 2005. All rights reserved.