public class TextComboViewer
extends AbstractListViewer
Constructor and Description |
---|
TextComboViewer(TextCombo list) |
Modifier and Type | Method and Description |
---|---|
Control |
getControl() |
void |
handleEvent(Event event) |
protected void |
listAdd(java.lang.String string,
int index) |
protected void |
listDeselectAll() |
protected int |
listGetItemCount() |
protected int[] |
listGetSelectionIndices() |
protected void |
listRemove(int index) |
protected void |
listRemoveAll() |
protected void |
listSetItem(int index,
java.lang.String string) |
protected void |
listSetItems(java.lang.String[] labels) |
protected void |
listSetSelection(int[] ixs) |
protected void |
listShowSelection() |
void |
reveal(java.lang.Object element) |
public TextComboViewer(TextCombo list)
public void handleEvent(Event event)
protected void listAdd(java.lang.String string, int index)
protected void listSetItem(int index, java.lang.String string)
protected int[] listGetSelectionIndices()
protected int listGetItemCount()
protected void listSetItems(java.lang.String[] labels)
protected void listRemoveAll()
protected void listRemove(int index)
public Control getControl()
public void reveal(java.lang.Object element)
protected void listSetSelection(int[] ixs)
protected void listDeselectAll()
protected void listShowSelection()
Copyright © 2008 OpenText Corp. All rights reserved.