Eclipse Platform
2.0

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

Packages that use ILabelProvider
org.eclipse.debug.ui Provides a generic debugger user interface that clients may customize via standard workbench extension points. 
org.eclipse.jface.viewers Provides a framework for viewers, which are model-based content adapters for SWT widgets. 
org.eclipse.ui.dialogs Classes for standard dialogs, wizards, and preference pages in the Eclipse Platform User Interface. 
org.eclipse.ui.model Provides a workbench adapter for displaying workbench elements in the UI without having to know the concrete type of the element. 
 

Uses of ILabelProvider in org.eclipse.debug.ui
 

Subinterfaces of ILabelProvider in org.eclipse.debug.ui
 interface IDebugModelPresentation
          A debug model presentation is responsible for providing labels, images, and editors associated with debug elements in a specific debug model.
 

Uses of ILabelProvider in org.eclipse.jface.viewers
 

Classes in org.eclipse.jface.viewers that implement ILabelProvider
 class DecoratingLabelProvider
          A decorating label provider is a label provider which combines a nested label provider and an optional decorator.
 class LabelProvider
          A label provider implementation which, by default, uses an element's toString value for its text and null for its image.
 

Uses of ILabelProvider in org.eclipse.ui.dialogs
 

Classes in org.eclipse.ui.dialogs that implement ILabelProvider
 class FileEditorMappingLabelProvider
          A label provider for displaying of IFileEditorMapping objects in viewers.
 

Uses of ILabelProvider in org.eclipse.ui.model
 

Classes in org.eclipse.ui.model that implement ILabelProvider
 class WorkbenchLabelProvider
          Provides basic labels for adaptable objects that have the IWorkbenchAdapter adapter associated with them.
 


Eclipse Platform
2.0

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