|
Eclipse Platform 2.1 |
|||||||||
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 | Application programming interfaces for interaction with and extension of the Eclipse Platform User Interface. |
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 |
ILightweightLabelDecorator
The ILightweightLabelDecorator is a decorator that decorates
using a prefix, suffix and overlay image rather than doing all
of the image and text management itself like an ILabelDecorator . |
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. |
Methods in org.eclipse.jface.viewers that return IBaseLabelProvider | |
IBaseLabelProvider |
ContentViewer.getLabelProvider()
Returns the label provider used by this viewer. |
IBaseLabelProvider |
TreeViewer.getLabelProvider()
The tree viewer implementation of this Viewer framework
method returns the label provider, which in the case of tree
viewers will be an instance of ILabelProvider . |
IBaseLabelProvider |
ListViewer.getLabelProvider()
The list viewer implementation of this Viewer framework
method returns the label provider, which in the case of list
viewers will be an instance of ILabelProvider . |
IBaseLabelProvider |
TableViewer.getLabelProvider()
The table viewer implementation of this Viewer framework
method returns the label provider, which in the case of table
viewers will be an instance of either ITableLabelProvider
or ILabelProvider . |
IBaseLabelProvider |
TableTreeViewer.getLabelProvider()
The table tree viewer implementation of this Viewer framework
method returns the label provider, which in the case of table tree
viewers will be an instance of either ITableLabelProvider
or ILabelProvider . |
Methods in org.eclipse.jface.viewers with parameters of type IBaseLabelProvider | |
void |
ContentViewer.setLabelProvider(IBaseLabelProvider labelProvider)
Sets the label provider for this viewer. |
void |
TreeViewer.setLabelProvider(IBaseLabelProvider labelProvider)
The tree viewer implementation of this Viewer framework
method ensures that the given label provider is an instance
of ILabelProvider . |
void |
ListViewer.setLabelProvider(IBaseLabelProvider labelProvider)
The list viewer implementation of this Viewer framework
method ensures that the given label provider is an instance
of ILabelProvider . |
void |
TableViewer.setLabelProvider(IBaseLabelProvider labelProvider)
The table viewer implementation of this Viewer framework
method ensures that the given label provider is an instance
of either ITableLabelProvider or ILabelProvider . |
void |
TableTreeViewer.setLabelProvider(IBaseLabelProvider labelProvider)
The table tree viewer implementation of this Viewer framework
method ensures that the given label provider is an instance
of either ITableLabelProvider or ILabelProvider . |
Constructors in org.eclipse.jface.viewers with parameters of type IBaseLabelProvider | |
LabelProviderChangedEvent(IBaseLabelProvider source)
Creates a new event for the given source, indicating that all labels provided by the source are no longer valid and should be updated. |
|
LabelProviderChangedEvent(IBaseLabelProvider source,
Object[] elements)
Creates a new event for the given source, indicating that the label provided by the source for the given elements is no longer valid and should be updated. |
|
LabelProviderChangedEvent(IBaseLabelProvider source,
Object element)
Creates a new event for the given source, indicating that the label provided by the source for the given element is no longer valid and should be updated. |
Uses of IBaseLabelProvider in org.eclipse.ui |
Methods in org.eclipse.ui that return IBaseLabelProvider | |
IBaseLabelProvider |
IDecoratorManager.getBaseLabelProvider(String decoratorId)
Return the IBaseLabelProvider that corresponds to the decoratorId. |
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.1 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |