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

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

Introduction

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

The text is from its open source code.

Subclass

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

Constructor

ComboViewer(Composite parent)
Creates a combo viewer on a newly-created combo control under the given parent.
ComboViewer(Combo list)
Creates a combo viewer on the given combo control.
ComboViewer(CCombo list)
Creates a combo viewer on the given CCombo control.
ComboViewer(Composite parent, int style)
Creates a combo viewer on a newly-created combo control under the given parent.

Method

voidadd(Object... elements)
Adds the given elements to this list viewer.
CCombogetCCombo()
Returns this list viewer's list control.
CombogetCombo()
Returns this list viewer's list control.
ControlgetControl()
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.