|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
OptionHandler.java Objects implementing this interface should record all of Optionable object, storing and restoring their options as necessary Created: Mon Feb 01 18:10:52 1999
Method Summary | |
void |
addOptionable(Optionable optionable)
Add an optionable object. |
void |
removeOptionable(Optionable optionable)
Remove the following optionable object from the list |
void |
requestOptionUpdate(Optionable optionable)
Request that the optionable object set the the options of the optionable object via its setOptions method. |
Method Detail |
public void addOptionable(Optionable optionable)
public void removeOptionable(Optionable optionable)
optionable
- public void requestOptionUpdate(Optionable optionable)
optionable
- the optionable objectOptionable.setOptions(java.lang.Object)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |