com.partnersoft.v3x.gadgets
Interface Editor
- All Known Implementing Classes:
- CascadingEditor, CollectionEditor, DictionaryEditor, EditorGadget, RecordEditor, SetEditor, ShoppingList, SimpleCollectionEditor, SimpleDictionaryEditor, SublistEditor
public interface Editor
This is an editor for an object. It takes a mutable object (called the
edited), allows editing and such to happen to it, and keeps track of undos
etc.
setEdited
void setEdited(java.lang.Object newVictim)
getEdited
java.lang.Object getEdited()
save
void save()
delete
void delete()
reset
void reset()
addEditListener
void addEditListener(EditListener newListener)
removeEditListener
void removeEditListener(EditListener newListener)