|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface OptionUpdater
Interface for classes which temporarily stores changes for an
Option
. Calling updateOption()
should update
the Option
with that new
information.
Method Summary | |
---|---|
void |
reset()
Reset with the value from the option. |
void |
rollback()
Rollback to the original value. |
void |
unregister()
Unregister PropertyChangeListener s. |
void |
updateOption()
Updates the value of the Option
this object keeps. |
Method Detail |
---|
void updateOption()
Option
this object keeps.
void reset()
void unregister()
PropertyChangeListener
s.
void rollback()
Option.isPreviewEnabled()
is rolled back
when an option dialoag has been cancelled.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |