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

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

Introduction

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

The text is from its open source code.

Subclass

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

Constructor

LabelProvider()
Creates a new label provider.

Method

voiddispose()
The BaseLabelProvider implementation of this IBaseLabelProvider method clears its internal listener list.
ImagegetImage(Object element)
The LabelProvider implementation of this ILabelProvider method returns null.
StringgetText(Object element)
The LabelProvider implementation of this ILabelProvider method returns the element's toString string.