Java org.eclipse.jface.viewers ColumnLabelProvider fields, constructors, methods, implement or subclass

Example usage for Java org.eclipse.jface.viewers ColumnLabelProvider fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.eclipse.jface.viewers ColumnLabelProvider.

The text is from its open source code.

Subclass

org.eclipse.jface.viewers.ColumnLabelProvider has subclasses.
Click this link to see all its subclasses.

Constructor

Method

ColorgetBackground(Object element)
FontgetFont(Object element)
ColorgetForeground(Object element)
ImagegetImage(Object element)
StringgetText(Object element)
ColorgetToolTipBackgroundColor(Object object)
Return the background color used for the tool tip
intgetToolTipDisplayDelayTime(Object object)
The time in milliseconds until the tool tip is displayed.
FontgetToolTipFont(Object object)
Get the Font used to display the tool tip
ColorgetToolTipForegroundColor(Object object)
The foreground color used to display the the text in the tool tip
ImagegetToolTipImage(Object object)
Get the image displayed in the tool tip for object.
PointgetToolTipShift(Object object)
Return the amount of pixels in x and y direction you want the tool tip to pop up from the mouse pointer.
intgetToolTipStyle(Object object)
The SWT style used to create the CLabel (see there for supported styles).
StringgetToolTipText(Object element)
Get the text displayed in the tool tip for object.
intgetToolTipTimeDisplayed(Object object)
The time in milliseconds the tool tip is shown for.