Class Summary |
BooleanEditorPanel | |
CollectionEditorPanel | Super-class for collection-specific sub-classes to extend with parsing and modification
code |
ComplexPropertyEditorPanel | Panel that allows complex-types to be displayed as a simple string, but provides
a button to allow editing of the properties of the complex type |
ConstrainedChoicePanel | Panel to allow the selection of values for a property which can only take
a constrained set of values |
DoubleEditorPanel | Extends NumberEditorPanel - essentially provides type-specific
validation and creation |
FloatEditorPanel | Extends NumberEditorPanel - essentially provides type-specific
validation and creation |
IntegerEditorPanel | Extends NumberEditorPanel - essentially provides type-specific
validation and creation |
ListEditorPanel | Panel that allows lists to be displayed as a simple string, but provides
a button to allow editing of the list |
LongEditorPanel | Extends NumberEditorPanel - essentially provides type-specific
validation and creation |
MapEditorPanel | Panel that allows maps to be displayed as a simple string, but provides
a button to allow editing of the maps |
NumberEditorPanel | Super-class for number-primitive specific sub-classes to extend with parsing
code |
SetEditorPanel | Panel that allows sets to be displayed as a simple string, but provides
a button to allow editing of the set |
StringEditorPanel | |