Uses of Class
org.eclipse.jface.viewers.ColumnLabelProvider
Package
Description
Provides a framework for viewers, which are model-based
content adapters for SWT widgets.
Provides the standard Property Sheet view which displays
custom properties of the active workbench part's current selection.
-
Uses of ColumnLabelProvider in org.eclipse.jface.viewers
Modifier and TypeClassDescriptionclass
TableColumnViewerLabelProvider is the mapping from the table based providers to the ViewerLabelProvider.class
TreeViewerLabelProvider is the ViewerLabelProvider that handles TreePaths.Modifier and TypeMethodDescriptionstatic ColumnLabelProvider
ColumnLabelProvider.createImageProvider
(Function<Object, Image> imageFunction) Creates aColumnLabelProvider
which implements thegetImage(java.lang.Object)
method by calling the argument function.static ColumnLabelProvider
ColumnLabelProvider.createTextImageProvider
(Function<Object, String> textFunction, Function<Object, Image> imageFunction) Creates aColumnLabelProvider
which implements both thegetText(java.lang.Object)
andgetImage(java.lang.Object)
methods by calling the argument functions.static ColumnLabelProvider
ColumnLabelProvider.createTextProvider
(Function<Object, String> textFunction) Creates aColumnLabelProvider
which implements thegetText(java.lang.Object)
method by calling the argument function. -
Uses of ColumnLabelProvider in org.eclipse.ui.internal
Modifier and TypeMethodDescriptionprotected ColumnLabelProvider
FilteredTableBaseHandler.getColumnLabelProvider()
Default ColumnLabelProvider. -
Uses of ColumnLabelProvider in org.eclipse.ui.views.properties
Modifier and TypeClassDescriptionclass
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.