Package fipaos.util.objecteditor

Interface Summary
ObjectEditorComponent Interface 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
ComplexEditorPanel This is a panel to allow editing of complex types (i.e.
ListEditorDialog Editor for a List
MapEditorDialog Editor for a Map.
ObjectEditorComponentDialog Dialog that wraps an ObjectEditorComponentDialog
ObjectEditorComponentFactory Factory to produce ObjectEditorComponent instances that can modify the properties of an object
SetEditorDialog Editor for a Set