| Package | Description |
|---|---|
| desmoj.extensions.experimentation.ui |
Parameterizable GUI for experiment conduction.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
AttributeTableEditor.BooleanAttribEditor
A combo box editor component for boolean attributes
|
static class |
AttributeTableEditor.FilenameAttribEditor
An editor component for filename attributes of type desmoj.util.Filename
|
static class |
AttributeTableEditor.FloatingPointNumberEditor
Editor for all floating point types (Float, Double)
|
static class |
AttributeTableEditor.IntegerNumberEditor
Editor for all integer based types (Byte, Short, Integer, Long)
|
static class |
AttributeTableEditor.StringEditor
Editor for a string component
|
static class |
AttributeTableEditor.TextBasedEditor
A default text editor consisting of a single TextField.
|
static class |
AttributeTableEditor.TimeUnitAttribEditor
A combo box editor component for TimeUnits
|