|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Config | |
|---|---|
| org.dllearner.gui | Graphical user interface for DL-Learner. |
| org.dllearner.gui.widgets | Widgets for displaying and setting values of configuration options. |
| Uses of Config in org.dllearner.gui |
|---|
| Constructors in org.dllearner.gui with parameters of type Config | |
|---|---|
ConfigSave(Config config)
Creates object to save config. |
|
OptionPanel(Config config,
Component component)
Constructs a panel which displays all options of a component and their current value. |
|
StatisticsThread(Config config,
RunPanel runPanel)
|
|
TreeWindow(Config config)
|
|
| Uses of Config in org.dllearner.gui.widgets |
|---|
| Constructors in org.dllearner.gui.widgets with parameters of type Config | |
|---|---|
AbstractWidgetPanel(Config config,
Component component,
ConfigOption<T> optionOption)
Constructs a widget. |
|
WidgetPanelBoolean(Config config,
Component component,
BooleanConfigOption configOption)
Provides a widget for boolean options. |
|
WidgetPanelDefault(Config config,
Component component,
ConfigOption<Object> configOption)
Provides a default widget panel (should never be shown). |
|
WidgetPanelDouble(Config config,
Component component,
DoubleConfigOption configOption)
Provides a widget for double options. |
|
WidgetPanelInteger(Config config,
Component component,
IntegerConfigOption configOption)
Provides a widget for integer options. |
|
WidgetPanelString(Config config,
Component component,
StringConfigOption configOption)
Provides a widget for string options. |
|
WidgetPanelStringSet(Config config,
Component component,
StringSetConfigOption configOption)
Provides a widget for string set options. |
|
WidgetPanelStringTupleList(Config config,
Component component,
StringTupleListConfigOption configOption)
Provides a widget for string tuple list options. |
|
WidgetPanelURL(Config config,
Component component,
URLConfigOption configOption)
Provides a widget for URL options. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||