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

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

Introduction

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

The text is from its open source code.

Subclass

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

Method

voidadd(Object... elements)
Adds the given elements to this list viewer.
voidadd(Object element)
Adds the given element to this list viewer.
ObjectgetElementAt(int index)
Returns the element with the given index from this list viewer.
IBaseLabelProvidergetLabelProvider()
The list viewer implementation of this Viewer framework method returns the label provider, which in the case of list viewers will be an instance of ILabelProvider.
voidsetLabelProvider(IBaseLabelProvider labelProvider)
The list viewer implementation of this Viewer framework method ensures that the given label provider is an instance of ILabelProvider.