|
Eclipse Platform 2.0 |
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IBaseLabelProvider | |
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 IBaseLabelProvider in org.eclipse.debug.ui |
Subinterfaces of IBaseLabelProvider 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 IBaseLabelProvider in org.eclipse.jface.viewers |
Subinterfaces of IBaseLabelProvider in org.eclipse.jface.viewers | |
interface |
ILabelDecorator
A label decorator decorates the label text and image for some element. |
interface |
ILabelProvider
Extends IBaseLabelProvider with the methods
to provide the text and/or image for the label of a given element. |
interface |
ITableLabelProvider
Extends IBaseLabelProvider with the methods
to provide the text and/or image for each column of a given element. |
Classes in org.eclipse.jface.viewers that implement IBaseLabelProvider | |
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 IBaseLabelProvider in org.eclipse.ui.dialogs |
Classes in org.eclipse.ui.dialogs that implement IBaseLabelProvider | |
class |
FileEditorMappingLabelProvider
A label provider for displaying of IFileEditorMapping
objects in viewers. |
Uses of IBaseLabelProvider in org.eclipse.ui.model |
Classes in org.eclipse.ui.model that implement IBaseLabelProvider | |
class |
WorkbenchLabelProvider
Provides basic labels for adaptable objects that have the IWorkbenchAdapter adapter associated with them. |
|
Eclipse Platform 2.0 |
||||||||||
PREV NEXT | FRAMES NO FRAMES |