Eclipse Platform
Release 3.1

Uses of Interface
org.eclipse.ui.views.properties.IPropertySheetEntryListener

Packages that use IPropertySheetEntryListener
org.eclipse.ui.views.properties Provides the standard Property Sheet view which displays custom properties of the active workbench part's current selection.  
 

Uses of IPropertySheetEntryListener in org.eclipse.ui.views.properties
 

Methods in org.eclipse.ui.views.properties with parameters of type IPropertySheetEntryListener
 void PropertySheetEntry.addPropertySheetEntryListener(IPropertySheetEntryListener listener)
           
 void PropertySheetEntry.removePropertySheetEntryListener(IPropertySheetEntryListener listener)
           
 void IPropertySheetEntry.addPropertySheetEntryListener(IPropertySheetEntryListener listener)
          Adds the given listener to this entry's collection of listeners.
 void IPropertySheetEntry.removePropertySheetEntryListener(IPropertySheetEntryListener listener)
          Removes the given listener from this entry's collection of listeners.
 


Eclipse Platform
Release 3.1

Guidelines for using Eclipse APIs.

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