|
Eclipse Platform 2.1 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ILabelProvider | |
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.search.ui | Provides classes and interfaces for search pages. |
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. |
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 ILabelProvider in org.eclipse.debug.ui |
Subinterfaces of ILabelProvider 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 ILabelProvider in org.eclipse.jface.viewers |
Classes in org.eclipse.jface.viewers that implement ILabelProvider | |
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 ILabelProvider | |
ILabelProvider |
DecoratingLabelProvider.getLabelProvider()
Returns the nested label provider. |
Constructors in org.eclipse.jface.viewers with parameters of type ILabelProvider | |
DecoratingLabelProvider(ILabelProvider provider,
ILabelDecorator decorator)
Creates a decorating label provider which uses the given label decorator to decorate labels provided by the given label provider. |
Uses of ILabelProvider in org.eclipse.search.ui |
Methods in org.eclipse.search.ui that return ILabelProvider | |
ILabelProvider |
ISearchResultView.getLabelProvider()
Returns the label provider of a search result view. |
Methods in org.eclipse.search.ui with parameters of type ILabelProvider | |
void |
ISearchResultView.searchStarted(IActionGroupFactory groupFactory,
String singularLabel,
String pluralLabelPattern,
ImageDescriptor imageDescriptor,
String pageId,
ILabelProvider labelProvider,
IAction gotoAction,
IGroupByKeyComputer groupByKeyComputer,
IRunnableWithProgress operation)
Informs the view that a search has started. |
void |
ISearchResultView.searchStarted(String pageId,
String label,
ImageDescriptor imageDescriptor,
IContextMenuContributor contributor,
ILabelProvider labelProvider,
IAction gotoAction,
IGroupByKeyComputer groupByKeyComputer,
IRunnableWithProgress operation)
Deprecated. As of build > 20011107, replaced by the new version with additonal parameter |
void |
ISearchResultView.searchStarted(String pageId,
String singularLabel,
String pluralLabelPattern,
ImageDescriptor imageDescriptor,
IContextMenuContributor contributor,
ILabelProvider labelProvider,
IAction gotoAction,
IGroupByKeyComputer groupByKeyComputer,
IRunnableWithProgress operation)
Deprecated. As of build > 20020514, replaced by the new version which provides an action group factory |
Uses of ILabelProvider in org.eclipse.ui.dialogs |
Classes in org.eclipse.ui.dialogs that implement ILabelProvider | |
class |
FileEditorMappingLabelProvider
A label provider for displaying of IFileEditorMapping
objects in viewers. |
Methods in org.eclipse.ui.dialogs that return ILabelProvider | |
ILabelProvider |
FilteredList.getLabelProvider()
Returns the label provider for the items. |
Methods in org.eclipse.ui.dialogs with parameters of type ILabelProvider | |
void |
FilteredList.setLabelProvider(ILabelProvider labelProvider)
Sets the label provider. |
void |
ListDialog.setLabelProvider(ILabelProvider lp)
|
Constructors in org.eclipse.ui.dialogs with parameters of type ILabelProvider | |
FilteredList(Composite parent,
int style,
ILabelProvider labelProvider,
boolean ignoreCase,
boolean allowDuplicates,
boolean matchEmptyString)
Constructs a new filtered list. |
|
ListSelectionDialog(Shell parentShell,
Object input,
IStructuredContentProvider contentProvider,
ILabelProvider labelProvider,
String message)
Creates a list selection dialog. |
|
YesNoCancelListSelectionDialog(Shell parentShell,
Object input,
IStructuredContentProvider contentProvider,
ILabelProvider labelProvider,
String message)
Deprecated. see class comment |
|
AbstractElementListSelectionDialog(Shell parent,
ILabelProvider renderer)
Constructs a list selection dialog. |
|
TwoPaneElementSelector(Shell parent,
ILabelProvider elementRenderer,
ILabelProvider qualifierRenderer)
Creates the two pane element selector. |
|
CheckedTreeSelectionDialog(Shell parent,
ILabelProvider labelProvider,
ITreeContentProvider contentProvider)
Constructs an instance of ElementTreeSelectionDialog . |
|
ElementTreeSelectionDialog(Shell parent,
ILabelProvider labelProvider,
ITreeContentProvider contentProvider)
Constructs an instance of ElementTreeSelectionDialog . |
|
ElementListSelectionDialog(Shell parent,
ILabelProvider renderer)
Creates a list selection dialog. |
Uses of ILabelProvider in org.eclipse.ui.model |
Classes in org.eclipse.ui.model that implement ILabelProvider | |
class |
WorkbenchLabelProvider
Provides basic labels for adaptable objects that have the IWorkbenchAdapter adapter associated with them. |
Methods in org.eclipse.ui.model that return ILabelProvider | |
static ILabelProvider |
WorkbenchLabelProvider.getDecoratingWorkbenchLabelProvider()
Returns a workbench label provider that is hooked up to the decorator mechanism. |
Uses of ILabelProvider in org.eclipse.ui.views.properties |
Methods in org.eclipse.ui.views.properties that return ILabelProvider | |
ILabelProvider |
PropertyDescriptor.getLabelProvider()
The PropertyDescriptor implementation of this
IPropertyDescriptor method returns the value set by
the setProvider method or, if no value has been set
it returns a LabelProvider |
ILabelProvider |
IPropertyDescriptor.getLabelProvider()
Returns the label provider for this property. |
Methods in org.eclipse.ui.views.properties with parameters of type ILabelProvider | |
void |
PropertyDescriptor.setLabelProvider(ILabelProvider provider)
Sets the label provider for this property descriptor. |
|
Eclipse Platform 2.1 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |