fipaos.util.objecteditor
Interface ObjectEditorComponent
- All Known Implementing Classes:
- ComplexEditorPanel, ObjectEditorComponentDialog, NumberEditorPanel, CollectionEditorPanel, ConstrainedChoicePanel, BooleanEditorPanel, 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 |
java.lang.Object |
getValue()
|
getValue
public java.lang.Object getValue()
- Returns:
- The new value