Eclipse Platform
Release 3.2

Uses of Interface
org.eclipse.jface.viewers.ILabelProviderListener

Packages that use ILabelProviderListener
org.eclipse.jface.viewers Provides a framework for viewers, which are model-based content adapters for SWT widgets.  
org.eclipse.team.ui.synchronize Contains the team synchronization presentation framework and support for the Synchronize View. 
org.eclipse.ui.views.properties.tabbed Provides the Tabbed Properties framework.  
 

Uses of ILabelProviderListener in org.eclipse.jface.viewers
 

Methods in org.eclipse.jface.viewers with parameters of type ILabelProviderListener
 void LabelProvider.addListener(ILabelProviderListener listener)
           
 void LabelProvider.removeListener(ILabelProviderListener listener)
           
 void IBaseLabelProvider.addListener(ILabelProviderListener listener)
          Adds a listener to this label provider.
 void IBaseLabelProvider.removeListener(ILabelProviderListener listener)
          Removes a listener to this label provider.
 void DecoratingLabelProvider.addListener(ILabelProviderListener listener)
          The DecoratingLabelProvider implementation of this IBaseLabelProvider method adds the listener to both the nested label provider and the label decorator.
 void DecoratingLabelProvider.removeListener(ILabelProviderListener listener)
          The DecoratingLabelProvider implementation of this IBaseLabelProvider method removes the listener from both the nested label provider and the label decorator.
 

Uses of ILabelProviderListener in org.eclipse.team.ui.synchronize
 

Methods in org.eclipse.team.ui.synchronize with parameters of type ILabelProviderListener
 void AbstractSynchronizeLabelProvider.addListener(ILabelProviderListener listener)
           
 void AbstractSynchronizeLabelProvider.removeListener(ILabelProviderListener listener)
           
 

Uses of ILabelProviderListener in org.eclipse.ui.views.properties.tabbed
 

Classes in org.eclipse.ui.views.properties.tabbed that implement ILabelProviderListener
 class TabbedPropertySheetPage
          A property sheet page that provides a tabbed UI.
 


Eclipse Platform
Release 3.2

Guidelines for using Eclipse APIs.

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