Eclipse Platform
2.0

Uses of Class
org.eclipse.jface.viewers.LabelProvider

Packages that use LabelProvider
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 LabelProvider in org.eclipse.jface.viewers
 

Subclasses of LabelProvider in org.eclipse.jface.viewers
 class DecoratingLabelProvider
          A decorating label provider is a label provider which combines a nested label provider and an optional decorator.
 

Uses of LabelProvider in org.eclipse.ui.dialogs
 

Subclasses of LabelProvider in org.eclipse.ui.dialogs
 class FileEditorMappingLabelProvider
          A label provider for displaying of IFileEditorMapping objects in viewers.
 

Uses of LabelProvider in org.eclipse.ui.model
 

Subclasses of LabelProvider in org.eclipse.ui.model
 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.