Package fipaos.util.objecteditor

Class Diagram Summary
objecteditor 
 

Interface Summary
ObjectEditorComponentInterface to enable a generic Property editing compontent to be told to commit its value and return the object containing the new value (this allows immutable objects such as primitives to be "modified" without actually modifying the original object itself)
 

Class Summary
ComplexEditorPanelThis is a panel to allow editing of complex types (i.e.
ListEditorDialogEditor for a List
MapEditorDialogEditor for a Map.
ObjectEditorComponentDialogDialog that wraps an ObjectEditorComponentDialog
ObjectEditorComponentFactoryFactory to produce ObjectEditorComponent instances that can modify the properties of an object
SetEditorDialogEditor for a Set