|
BioLegato 0.7.3 Core API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.biolegato.core.pcdmenu.widgets.ListWidget
public abstract class ListWidget
A wrapper class used to abstract combo boxes within command windows.
| Field Summary | |
|---|---|
protected java.util.Map<java.lang.String,java.lang.String> |
choices
The list of choices |
protected java.lang.String |
label
The label to associate with the list widget |
protected java.lang.String |
value
Stores the current value selected by the chooser. |
| Constructor Summary | |
|---|---|
ListWidget(java.lang.String label,
java.util.Map<java.lang.String,java.lang.String> choices,
java.lang.String value)
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.core.pcdmenu.widgets.Widget |
|---|
close, display, getValue |
| Field Detail |
|---|
protected java.lang.String value
protected java.lang.String label
protected java.util.Map<java.lang.String,java.lang.String> choices
| Constructor Detail |
|---|
public ListWidget(java.lang.String label,
java.util.Map<java.lang.String,java.lang.String> choices,
java.lang.String value)
data - the data to create the combobox with.
|
BioLegato 0.7.3 Core API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||