fipaos.util.objecteditor.primitive
Class Diagram primitive

Class Summary
BooleanEditorPanel 
CollectionEditorPanelSuper-class for collection-specific sub-classes to extend with parsing and modification code
ComplexPropertyEditorPanelPanel 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
ConstrainedChoicePanelPanel to allow the selection of values for a property which can only take a constrained set of values
DoubleEditorPanelExtends NumberEditorPanel - essentially provides type-specific validation and creation
FloatEditorPanelExtends NumberEditorPanel - essentially provides type-specific validation and creation
IntegerEditorPanelExtends NumberEditorPanel - essentially provides type-specific validation and creation
ListEditorPanelPanel that allows lists to be displayed as a simple string, but provides a button to allow editing of the list
LongEditorPanelExtends NumberEditorPanel - essentially provides type-specific validation and creation
MapEditorPanelPanel that allows maps to be displayed as a simple string, but provides a button to allow editing of the maps
NumberEditorPanelSuper-class for number-primitive specific sub-classes to extend with parsing code
SetEditorPanelPanel that allows sets to be displayed as a simple string, but provides a button to allow editing of the set
StringEditorPanel