|
BioLegato 0.7.5 Core API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.biolegato.menu.ListWidget
public abstract class ListWidget
A wrapper class used to abstract combo boxes within command windows.
| Field Summary | |
|---|---|
protected int |
index
Stores the current value selected by the chooser. |
protected java.lang.String |
label
The label to associate with the list widget |
protected java.lang.String[] |
names
The list of choice names |
protected java.lang.String[] |
values
The list of choice values |
| Constructor Summary | |
|---|---|
ListWidget(java.lang.String label,
java.lang.String[] names,
java.lang.String[] values,
int index)
Creates a new instance of EZComboBox (represents "choice_list" in GDE menu files). |
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.biolegato.menu.Widget |
|---|
close, display, getValue |
| Field Detail |
|---|
protected int index
protected java.lang.String label
protected java.lang.String[] names
protected java.lang.String[] values
| Constructor Detail |
|---|
public ListWidget(java.lang.String label,
java.lang.String[] names,
java.lang.String[] values,
int index)
data - the data to create the combobox with.
|
BioLegato 0.7.5 Core API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||