Uses of Interface
org.eclipse.jface.viewers.IBaseLabelProvider
-
Packages that use IBaseLabelProvider Package Description org.eclipse.compare Provides support for performing structural and textual compare operations on arbitrary data and displaying the results.org.eclipse.debug.ui Provides a generic debugger user interface that clients may customize via standard workbench extension points.org.eclipse.debug.ui.memory Provides classes and interfaces to render memory blocks in the memory view.org.eclipse.jface.databinding.viewers Provides classes that can be used to observe the JFace Viewer framework.org.eclipse.jface.internal.databinding.provisional.viewers org.eclipse.jface.preference Provides a framework for preferences.org.eclipse.jface.viewers Provides a framework for viewers, which are model-based content adapters for SWT widgets.org.eclipse.ltk.ui.refactoring.history Application programming interface to display and preview refactoring history information.org.eclipse.ltk.ui.refactoring.model Application programming interface to provide model integration for refactoring histories.org.eclipse.team.ui.mapping Application programming interfaces for working with resource mappings.org.eclipse.team.ui.synchronize Contains the team synchronization presentation framework and support for the Synchronize View.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.intro.quicklinks Application programming interfaces for the Quicklinks Viewer, a component for the Welcome/Intro.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, and various label providers for workbench-specific objects like editors, views, and perspectives.org.eclipse.ui.navigator Provides the Common Navigator framework.org.eclipse.ui.views.properties 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.compare Modifier and Type Interface Description interfaceICompareInputLabelProviderA 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.ui Modifier and Type Interface Description interfaceIDebugModelPresentationA debug model presentation is responsible for providing labels, images, and editors associated with debug elements in a specific debug model.interfaceIDebugModelPresentationExtensionOptional extension for anIDebugModelPresentation.interfaceIInstructionPointerPresentationA 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 IBaseLabelProvider Modifier and Type Class Description classEnvironmentTab.EnvironmentVariableLabelProviderLabel provider for the environment tableclassPrototypeDecoratorDecorator forILaunchConfigurationprototypes. -
Uses of IBaseLabelProvider in org.eclipse.debug.ui.memory
Subinterfaces of IBaseLabelProvider in org.eclipse.debug.ui.memory Modifier and Type Interface Description interfaceIMemoryBlockTablePresentationAllows 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 IBaseLabelProvider Modifier and Type Class Description classListeningLabelProvider<E>classObservableMapCellLabelProviderA label provider based on one or more observable maps that track attributes that this label provider uses for display.classObservableMapLabelProviderA 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 with annotations of type with type parameters of type that implement declared as with annotations of type with type parameters of type with annotations of type with annotations of type with type parameters of type that return that return types with arguments of type with parameters of type with type arguments of type that throw with annotations of type with annotations of type with parameters of type with type arguments of type that throw IBaseLabelProvider Modifier and Type Class Description classorg.eclipse.jface.internal.databinding.provisional.viewers.ViewerLabelProviderNON-API - Generic viewer label provider. -
Uses of IBaseLabelProvider in org.eclipse.jface.preference
Classes in org.eclipse.jface.preference that implement IBaseLabelProvider Modifier and Type Class Description classPreferenceLabelProviderProvides labels forIPreferenceNodeobjects. -
Uses of IBaseLabelProvider in org.eclipse.jface.viewers
Subinterfaces of IBaseLabelProvider in org.eclipse.jface.viewers Modifier and Type Interface Description static interfaceDelegatingStyledCellLabelProvider.IStyledLabelProviderInterface marking a label provider that provides styled text labels and images.interfaceIDelayedLabelDecoratorA delayed label decorator is a label decorator that may not have a decoration available immediately.interfaceILabelDecoratorA label decorator decorates the label text and image for some element.interfaceILabelProviderExtendsIBaseLabelProviderwith the methods to provide the text and/or image for the label of a given element.interfaceILightweightLabelDecoratorTheILightweightLabelDecoratoris a decorator that decorates using a prefix, suffix and overlay image rather than doing all of the image and text management itself like anILabelDecorator.interfaceITableLabelProviderExtendsIBaseLabelProviderwith the methods to provide the text and/or image for each column of a given element.interfaceITreePathLabelProviderAn extension toILabelProviderthat is given the path of the element being decorated, when it is available.interfaceIViewerLabelProviderExtendsIBaseLabelProviderwith the methods to update the label for a given element.Classes in org.eclipse.jface.viewers that implement IBaseLabelProvider Modifier and Type Class Description classBaseLabelProviderBaseLabelProvider is a default concrete implementation ofIBaseLabelProviderclassCellLabelProviderThe CellLabelProvider is an abstract implementation of a label provider for structured viewers.classColumnLabelProviderThe ColumnLabelProvider is the label provider for viewers that have column support such asTreeViewerandTableViewerclassDecoratingLabelProviderA decorating label provider is a label provider which combines a nested label provider and an optional decorator.classDecoratingStyledCellLabelProviderADecoratingStyledCellLabelProvideris aDelegatingStyledCellLabelProviderthat uses a nestedDelegatingStyledCellLabelProvider.IStyledLabelProviderto compute styled text label and image and takes aILabelDecoratorto decorate the label.classDelegatingStyledCellLabelProviderADelegatingStyledCellLabelProvideris aStyledCellLabelProviderthat delegates requests for the styled string and the image to aDelegatingStyledCellLabelProvider.IStyledLabelProvider.classLabelDecoratorThe LabelDecorator is an abstract superclass of ILabelDecorators that support IDecorationContext.classLabelProviderA label provider implementation which, by default, uses an element'stoStringvalue for its text andnullfor its image.classNamedHandleObjectLabelProviderA label provider for instances ofNamedHandlerObject, which exposes the name as the label.classOwnerDrawLabelProviderOwnerDrawLabelProvider is an abstract implementation of a label provider that handles custom draw.classStyledCellLabelProviderAStyledCellLabelProvidersupports styled labels by using owner draw.classTreeColumnViewerLabelProviderTreeViewerLabelProvider is the ViewerLabelProvider that handles TreePaths.Methods in org.eclipse.jface.viewers that return IBaseLabelProvider Modifier and Type Method Description IBaseLabelProviderAbstractListViewer. getLabelProvider()The list viewer implementation of thisViewerframework method returns the label provider, which in the case of list viewers will be an instance ofILabelProvider.IBaseLabelProviderAbstractTableViewer. getLabelProvider()The table viewer implementation of thisViewerframework method returns the label provider, which in the case of table viewers will be an instance of eitherITableLabelProviderorILabelProvider.IBaseLabelProviderContentViewer. getLabelProvider()Returns the label provider used by this viewer.IBaseLabelProviderTreeViewer. getLabelProvider()The tree viewer implementation of thisViewerframework method ensures that the given label provider is an instance of eitherITableLabelProviderorILabelProvider.Methods in org.eclipse.jface.viewers with parameters of type IBaseLabelProvider Modifier and Type Method Description voidAbstractListViewer. setLabelProvider(IBaseLabelProvider labelProvider)The list viewer implementation of thisViewerframework method ensures that the given label provider is an instance ofILabelProvider.voidColumnViewer. setLabelProvider(IBaseLabelProvider labelProvider)The column viewer implementation of thisViewerframework method ensures that the given label provider is an instance ofITableLabelProvider,ILabelProvider, orCellLabelProvider.voidComboBoxViewerCellEditor. setLabelProvider(IBaseLabelProvider labelProvider)voidContentViewer. setLabelProvider(IBaseLabelProvider labelProvider)Sets the label provider for this viewer.voidStructuredViewer. setLabelProvider(IBaseLabelProvider labelProvider)Constructors in org.eclipse.jface.viewers with parameters of type IBaseLabelProvider Constructor Description ColorAndFontCollectorWithProviders(IBaseLabelProvider provider)Create a new instance of the receiver using the supplied label provider.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 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.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 IBaseLabelProvider Modifier and Type Class Description classRefactoringHistoryLabelProviderLabel 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 IBaseLabelProvider Modifier and Type Class Description classAbstractSynchronizationLabelProviderPartial 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 IBaseLabelProvider Modifier and Type Class Description classSynchronizationLabelProviderA 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 IBaseLabelProvider Modifier and Type Class Description classAbstractSynchronizeLabelProviderA 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.ui Modifier and Type Interface Description interfaceIDecoratorManagerManages the decorators contributed via theorg.eclipse.ui.decoratorextension point.Methods in org.eclipse.ui that return IBaseLabelProvider Modifier and Type Method Description IBaseLabelProviderIDecoratorManager. 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 Modifier and Type Class Description classFileEditorMappingLabelProviderA label provider for displaying ofIFileEditorMappingobjects in viewers.Constructors in org.eclipse.ui.dialogs with parameters of type IBaseLabelProvider Constructor Description ElementTreeSelectionDialog(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 IBaseLabelProvider Modifier and Type Class Description classURLLabelProviderSimple 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 IBaseLabelProvider Modifier and Type Class Description classPerspectiveLabelProviderA table label provider implementation for showing workbench perspectives (objects of typeIPerspectiveDescriptor) in table- and tree-structured viewers.classWorkbenchLabelProviderProvides basic labels for adaptable objects that have theIWorkbenchAdapteradapter associated with them.classWorkbenchPartLabelProviderA 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.navigator
Subinterfaces of IBaseLabelProvider in org.eclipse.ui.navigator Modifier and Type Interface Description interfaceICommonLabelProviderAllows extensions to vary their behavior based on properties in the extension model and the given memento. -
Uses of IBaseLabelProvider in org.eclipse.ui.views.properties
Classes in org.eclipse.ui.views.properties that implement IBaseLabelProvider Modifier and Type Class Description classComboBoxLabelProviderAnILabelProviderthat assists in rendering labels forComboBoxPropertyDescriptors.classPropertyColumnLabelProviderA 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.
-