fipaos.util.objecteditor
Interface ObjectEditorComponent

All Known Implementing Classes:
ComplexEditorPanel, ObjectEditorComponentDialog, BooleanEditorPanel, CollectionEditorPanel, ConstrainedChoicePanel, NumberEditorPanel, StringEditorPanel

public interface 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)


Method Summary
 ObjectgetValue()
           

Method Detail

getValue

public Object getValue()
Returns: The new value