|
 |
|
|
Uses of Interface org.eclipse.jface.viewers.ILabelProvider
Uses of
ILabelProvider in org.eclipse.jface.internal.databinding.provisional.viewers
|
Classes in org.eclipse.jface.internal.databinding.provisional.viewers that implement
ILabelProvider
|
class
|
org.eclipse.jface.internal.databinding.provisional.viewers.ViewerLabelProvider
NON-API - Generic viewer label provider. |
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)
Deprecated. 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 additional 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
|
Constructors in
org.eclipse.ui.dialogs with parameters of type
ILabelProvider
|
AbstractElementListSelectionDialog
(
Shell parent,
ILabelProvider renderer)
Constructs a list selection dialog. |
CheckedTreeSelectionDialog
(
Shell parent,
ILabelProvider labelProvider,
ITreeContentProvider contentProvider)
Constructs an instance of ElementTreeSelectionDialog . |
ElementListSelectionDialog
(
Shell parent,
ILabelProvider renderer)
Creates a list selection dialog. |
ElementTreeSelectionDialog
(
Shell parent,
ILabelProvider labelProvider,
ITreeContentProvider contentProvider)
Constructs an instance of ElementTreeSelectionDialog . |
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. |
TwoPaneElementSelector
(
Shell parent,
ILabelProvider elementRenderer,
ILabelProvider qualifierRenderer)
Creates the two pane element selector. |
YesNoCancelListSelectionDialog
(
Shell parentShell,
Object input,
IStructuredContentProvider contentProvider,
ILabelProvider labelProvider,
String message)
Deprecated. see class comment
|
Classes in
org.eclipse.ui.model that implement
ILabelProvider
|
class
|
PerspectiveLabelProvider
A table label provider implementation for showing workbench perspectives
(objects of type IPerspectiveDescriptor ) in table- and
tree-structured viewers. |
class
|
WorkbenchLabelProvider
Provides basic labels for adaptable objects that have the
IWorkbenchAdapter adapter associated with them. |
class
|
WorkbenchPartLabelProvider
A table label provider implementation for showing workbench views and
editors (objects of type IWorkbenchPart ) in tree- and
table-structured viewers. |
Methods in
org.eclipse.ui.views.properties that return
ILabelProvider
|
ILabelProvider
|
IPropertyDescriptor.
getLabelProvider
()
Returns the label provider for this property. |
ILabelProvider
|
ComboBoxPropertyDescriptor.
getLabelProvider
()
The ComboBoxPropertyDescriptor implementation of this
IPropertyDescriptor method returns the value set by
the setProvider method or, if no value has been set
it returns a ComboBoxLabelProvider created from the
valuesArray of this ComboBoxPropertyDescriptor . |
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
|
Guidelines for using Eclipse APIs.
Copyright (c) Eclipse contributors and others 2000, 2008. All rights reserved.
|
|
|