|
BioLegato 0.7.5 Core API | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Widget | |
|---|---|
| org.biolegato.menu | |
| Uses of Widget in org.biolegato.menu |
|---|
| Classes in org.biolegato.menu that implement Widget | |
|---|---|
class |
ChoiceList
A wrapper class used to abstract choice lists within command windows. |
class |
Chooser
Wrapper class for a group of radiobuttons. |
class |
ComboBoxWidget
A wrapper class used to abstract combo boxes within command windows. |
class |
FileChooser
A wrapper class used to abstract file selection within command windows. |
class |
ListWidget
A wrapper class used to abstract combo boxes within command windows. |
class |
NumberWidget
Wraps a widget(s) for selecting numeric values. |
class |
TempFile
Stores information about the file fields used by the command |
class |
TextWidget
A wrapper class used to abstract text fields within command windows. |
| Fields in org.biolegato.menu with type parameters of type Widget | |
|---|---|
protected java.util.Map<java.lang.String,Widget> |
RunWindow.widgets
List of widgets for the window. |
| Constructor parameters in org.biolegato.menu with type arguments of type Widget | |
|---|---|
CommandButton(java.util.Map<java.lang.String,Widget> widgets,
java.lang.String label,
java.lang.String command,
boolean close)
Creates a new instance of CommandButton |
|
CommandThread(java.lang.String command,
java.util.Map<java.lang.String,Widget> widgets)
Creates a new instance of CommandThread. |
|
RunWindow(java.lang.String name,
java.util.List<CommandButton> buttons,
java.util.Map<java.lang.String,Widget> widgets)
Creates a new instance of RunWindow |
|
|
BioLegato 0.7.5 Core API | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||