Uses of Interface
org.eclipse.jface.viewers.IBaseLabelProvider
Packages that use IBaseLabelProvider
Package
Description
Provides support for performing structural and textual
compare operations on arbitrary data and displaying the results.
Provides a generic debugger user interface that clients may customize via standard
workbench extension points.
Provides classes and interfaces to render memory blocks in the memory view.
Provides classes that can be used to observe the JFace Viewer framework.
Provides a framework for preferences.
Provides a framework for viewers, which are model-based
content adapters for SWT widgets.
Application programming interface to display and preview refactoring history information.
Application programming interface to provide model integration for refactoring histories.
Application programming interfaces for working with resource mappings.
Contains the team synchronization presentation framework and support
for the Synchronize View.
Application programming interfaces for interaction
with and extension of the Eclipse Platform User Interface.
Classes for standard dialogs, wizards, and preference
pages in the Eclipse Platform User Interface.
Application programming interfaces for the Quicklinks
Viewer, a component for the Welcome/Intro.
Provides a workbench adapter for displaying workbench elements in the UI without
having to know the concrete type of the element, and various label providers for
workbench-specific objects like editors, views, and perspectives.
Provides the Common Navigator framework.
Provides the standard Property Sheet view which displays
custom properties of the active workbench part's current selection.
-
Uses of IBaseLabelProvider in org.eclipse.compare
Subinterfaces of IBaseLabelProvider in org.eclipse.compareModifier and TypeInterfaceDescriptioninterface
A label provider that provides the label and image for the left, right and ancestor sides for a compare input being shown in compare/merge viewers. -
Uses of IBaseLabelProvider in org.eclipse.debug.ui
Subinterfaces of IBaseLabelProvider in org.eclipse.debug.uiModifier and TypeInterfaceDescriptioninterface
A debug model presentation is responsible for providing labels, images, and editors associated with debug elements in a specific debug model.interface
Optional extension for anIDebugModelPresentation
.interface
A debug model presentation may implement this interface to override standard annotations used to display instruction pointers for stack frames.Classes in org.eclipse.debug.ui that implement IBaseLabelProviderModifier and TypeClassDescriptionclass
Label provider for the environment tableclass
Decorator forILaunchConfiguration
prototypes. -
Uses of IBaseLabelProvider in org.eclipse.debug.ui.memory
Subinterfaces of IBaseLabelProvider in org.eclipse.debug.ui.memoryModifier and TypeInterfaceDescriptioninterface
Allows debug models to customize the rendering of addresses for its memory blocks in table and text based renderings provided by the debug platform. -
Uses of IBaseLabelProvider in org.eclipse.jface.databinding.viewers
Classes in org.eclipse.jface.databinding.viewers that implement IBaseLabelProviderModifier and TypeClassDescriptionclass
class
A label provider based on one or more observable maps that track attributes that this label provider uses for display.class
A label provider based on one or more observable maps that track attributes that this label provider uses for display. -
Uses of IBaseLabelProvider in org.eclipse.jface.internal.databinding.provisional.viewers
Classes in org.eclipse.jface.internal.databinding.provisional.viewers that implement IBaseLabelProviderModifier and TypeClassDescriptionclass
org.eclipse.jface.internal.databinding.provisional.viewers.ViewerLabelProvider
NON-API - Generic viewer label provider. -
Uses of IBaseLabelProvider in org.eclipse.jface.preference
Classes in org.eclipse.jface.preference that implement IBaseLabelProviderModifier and TypeClassDescriptionclass
Provides labels forIPreferenceNode
objects. -
Uses of IBaseLabelProvider in org.eclipse.jface.viewers
Subinterfaces of IBaseLabelProvider in org.eclipse.jface.viewersModifier and TypeInterfaceDescriptionstatic interface
Interface marking a label provider that provides styled text labels and images.interface
A delayed label decorator is a label decorator that may not have a decoration available immediately.interface
A label decorator decorates the label text and image for some element.interface
ExtendsIBaseLabelProvider
with the methods to provide the text and/or image for the label of a given element.interface
TheILightweightLabelDecorator
is a decorator that decorates using a prefix, suffix and overlay image rather than doing all of the image and text management itself like anILabelDecorator
.interface
ExtendsIBaseLabelProvider
with the methods to provide the text and/or image for each column of a given element.interface
An extension toILabelProvider
that is given the path of the element being decorated, when it is available.interface
ExtendsIBaseLabelProvider
with the methods to update the label for a given element.Classes in org.eclipse.jface.viewers that implement IBaseLabelProviderModifier and TypeClassDescriptionclass
BaseLabelProvider is a default concrete implementation ofIBaseLabelProvider
class
The CellLabelProvider is an abstract implementation of a label provider for structured viewers.class
The ColumnLabelProvider is the label provider for viewers that have column support such asTreeViewer
andTableViewer
class
A decorating label provider is a label provider which combines a nested label provider and an optional decorator.class
ADecoratingStyledCellLabelProvider
is aDelegatingStyledCellLabelProvider
that uses a nestedDelegatingStyledCellLabelProvider.IStyledLabelProvider
to compute styled text label and image and takes aILabelDecorator
to decorate the label.class
ADelegatingStyledCellLabelProvider
is aStyledCellLabelProvider
that delegates requests for the styled string and the image to aDelegatingStyledCellLabelProvider.IStyledLabelProvider
.class
The LabelDecorator is an abstract superclass of ILabelDecorators that support IDecorationContext.class
A label provider implementation which, by default, uses an element'stoString
value for its text andnull
for its image.final class
A label provider for instances ofNamedHandlerObject
, which exposes the name as the label.class
OwnerDrawLabelProvider is an abstract implementation of a label provider that handles custom draw.class
AStyledCellLabelProvider
supports styled labels by using owner draw.class
TableColumnViewerLabelProvider is the mapping from the table based providers to the ViewerLabelProvider.class
TreeViewerLabelProvider is the ViewerLabelProvider that handles TreePaths.Methods in org.eclipse.jface.viewers that return IBaseLabelProviderModifier and TypeMethodDescriptionAbstractListViewer.getLabelProvider()
The list viewer implementation of thisViewer
framework method returns the label provider, which in the case of list viewers will be an instance ofILabelProvider
.AbstractTableViewer.getLabelProvider()
The table viewer implementation of thisViewer
framework method returns the label provider, which in the case of table viewers will be an instance of eitherITableLabelProvider
orILabelProvider
.ContentViewer.getLabelProvider()
Returns the label provider used by this viewer.TreeViewer.getLabelProvider()
The tree viewer implementation of thisViewer
framework method ensures that the given label provider is an instance of eitherITableLabelProvider
orILabelProvider
.Methods in org.eclipse.jface.viewers with parameters of type IBaseLabelProviderModifier and TypeMethodDescriptionvoid
AbstractListViewer.setLabelProvider
(IBaseLabelProvider labelProvider) The list viewer implementation of thisViewer
framework method ensures that the given label provider is an instance ofILabelProvider
.void
ColumnViewer.setLabelProvider
(IBaseLabelProvider labelProvider) The column viewer implementation of thisViewer
framework method ensures that the given label provider is an instance ofITableLabelProvider
,ILabelProvider
, orCellLabelProvider
.void
ComboBoxViewerCellEditor.setLabelProvider
(IBaseLabelProvider labelProvider) void
ContentViewer.setLabelProvider
(IBaseLabelProvider labelProvider) Sets the label provider for this viewer.void
StructuredViewer.setLabelProvider
(IBaseLabelProvider labelProvider) Constructors in org.eclipse.jface.viewers with parameters of type IBaseLabelProviderModifierConstructorDescriptionCreate a new instance of the receiver using the supplied label provider.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 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.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.TableColumnViewerLabelProvider
(IBaseLabelProvider labelProvider) Create a new instance of the receiver.TreeColumnViewerLabelProvider
(IBaseLabelProvider labelProvider) Create a new instance of the receiver with the supplied labelProvider. -
Uses of IBaseLabelProvider in org.eclipse.ltk.ui.refactoring.history
Classes in org.eclipse.ltk.ui.refactoring.history that implement IBaseLabelProviderModifier and TypeClassDescriptionclass
Label provider to display a refactoring history. -
Uses of IBaseLabelProvider in org.eclipse.ltk.ui.refactoring.model
Classes in org.eclipse.ltk.ui.refactoring.model that implement IBaseLabelProviderModifier and TypeClassDescriptionclass
Partial implementation of a refactoring-aware synchronization label provider. -
Uses of IBaseLabelProvider in org.eclipse.team.ui.mapping
Classes in org.eclipse.team.ui.mapping that implement IBaseLabelProviderModifier and TypeClassDescriptionclass
A label provider wrapper that adds synchronization image and/or text decorations to the image and label obtained from the delegate provider. -
Uses of IBaseLabelProvider in org.eclipse.team.ui.synchronize
Classes in org.eclipse.team.ui.synchronize that implement IBaseLabelProviderModifier and TypeClassDescriptionclass
A label provider wrapper that adds synchronization image and/or text decorations to the image and label obtained from the delegate provider. -
Uses of IBaseLabelProvider in org.eclipse.ui
Subinterfaces of IBaseLabelProvider in org.eclipse.uiModifier and TypeInterfaceDescriptioninterface
Manages the decorators contributed via theorg.eclipse.ui.decorator
extension point.Methods in org.eclipse.ui that return IBaseLabelProviderModifier and TypeMethodDescriptionIDecoratorManager.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 IBaseLabelProviderModifier and TypeClassDescriptionclass
A label provider for displaying ofIFileEditorMapping
objects in viewers.Constructors in org.eclipse.ui.dialogs with parameters of type IBaseLabelProviderModifierConstructorDescriptionElementTreeSelectionDialog
(Shell parent, IBaseLabelProvider labelProvider, ITreeContentProvider contentProvider) Constructs an instance ofElementTreeSelectionDialog
. -
Uses of IBaseLabelProvider in org.eclipse.ui.intro.quicklinks
Classes in org.eclipse.ui.intro.quicklinks that implement IBaseLabelProviderModifier and TypeClassDescriptionclass
Simple label provider that knows how to load images from a URL. -
Uses of IBaseLabelProvider in org.eclipse.ui.model
Classes in org.eclipse.ui.model that implement IBaseLabelProviderModifier and TypeClassDescriptionfinal class
A table label provider implementation for showing workbench perspectives (objects of typeIPerspectiveDescriptor
) in table- and tree-structured viewers.class
Provides basic labels for adaptable objects that have theIWorkbenchAdapter
adapter associated with them.final class
A table label provider implementation for showing workbench views and editors (objects of typeIWorkbenchPart
) in tree- and table-structured viewers. -
Uses of IBaseLabelProvider in org.eclipse.ui.views.properties
Classes in org.eclipse.ui.views.properties that implement IBaseLabelProviderModifier and TypeClassDescriptionclass
AnILabelProvider
that assists in rendering labels forComboBoxPropertyDescriptors
.class
A column label provider that returns label text and images based on aIPropertySourceProvider
, forwarding requests for text and image to the label provider returned from the property descriptor for the given property id.