|
BioLegato 0.7.3 Core API | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Widget | |
|---|---|
| org.biolegato.core.pcdmenu | |
| org.biolegato.core.pcdmenu.parser | |
| org.biolegato.core.pcdmenu.widgets | |
| Uses of Widget in org.biolegato.core.pcdmenu |
|---|
| Classes in org.biolegato.core.pcdmenu that implement Widget | |
|---|---|
class |
CommandButton
Creates a JButton, which when clicked runs internal API functions or external commands |
class |
TabWidget
|
class |
TempFile
Stores information about the file fields used by the command |
| Methods in org.biolegato.core.pcdmenu with parameters of type Widget | |
|---|---|
void |
TabWidget.addWidget(java.lang.String key,
Widget w)
|
void |
WidgetContainer.addWidget(java.lang.String key,
Widget w)
|
void |
PCDMenuItem.addWidget(java.lang.String key,
Widget w)
|
| Constructor parameters in org.biolegato.core.pcdmenu with type arguments of type Widget | |
|---|---|
CommandThread(java.lang.String command,
OrderedHash<java.lang.String,Widget> widgets)
Creates a new instance of CommandThread. |
|
MenuWindow(java.lang.String name,
OrderedHash<java.lang.String,Widget> widgets)
Creates a new instance of EZComboBox (represents "choice_list" in GDE menu files). |
|
| Uses of Widget in org.biolegato.core.pcdmenu.parser |
|---|
| Methods in org.biolegato.core.pcdmenu.parser that return Widget | |
|---|---|
Widget |
PCDFile.buttonFields(int scope)
Parses all of the fields that should be part of any button field |
Widget |
PCDFile.chooserFields(int scope)
Parses all of the fields that should be part of any chooser object |
Widget |
PCDFile.comboFields(int scope)
Parses all of the fields that should be part of any combobox object |
Widget |
PCDFile.decimalFields(int scope)
Parses all of the fields that should be part of any decimal field |
Widget |
PCDFile.listFields(int scope)
Parses all of the fields that should be part of any list object |
Widget |
PCDFile.numberFields(int scope)
Parses all of the fields that should be part of any number field |
Widget |
PCDFile.tempfileFields(int scope)
Parses all of the fields that should be part of any temporary file field |
Widget |
PCDFile.textFields(int scope)
Parses all of the fields that should be part of any text field |
| Uses of Widget in org.biolegato.core.pcdmenu.widgets |
|---|
| Classes in org.biolegato.core.pcdmenu.widgets 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 |
DecimalWidget
Wraps a widget(s) for selecting numeric values. |
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 |
TextWidget
A wrapper class used to abstract text fields within command windows. |
|
BioLegato 0.7.3 Core API | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||