public interface EditableData extends DataUnit, Textable, Transferrable
Modifier and Type | Method and Description |
---|---|
void |
fromSaveableData(Wrapper data)
This retrieves the state from the data in the wrapper.
|
EditableObjectControl |
getControl()
Get the Control for the object.
|
Object |
getProperty(String property,
Object defaultValue)
Get a property for the object.
|
void |
toSaveableData(Wrapper data)
This asks the object to set the Wrapper to be a value that can be used to save
the state of this object.
|
compareTo
getSetTransferData
EditableObjectControl getControl()
void toSaveableData(Wrapper data)
void fromSaveableData(Wrapper data) throws IllegalArgumentException
IllegalArgumentException