|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--uk.ac.man.bioinf.apps.optionable.NullOptionHandler
NullOptionHandler.java An option handler object that does nothing. Created: Thu Feb 1 17:42:05 2001
Method Summary | |
void |
addOptionable(Optionable optionable)
Add an optionable object. |
static OptionHandler |
getInstance()
|
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. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
public static OptionHandler getInstance()
public void addOptionable(Optionable optionable)
OptionHandler
addOptionable
in interface OptionHandler
public void removeOptionable(Optionable optionable)
OptionHandler
removeOptionable
in interface OptionHandler
optionable
- public void requestOptionUpdate(Optionable optionable)
OptionHandler
requestOptionUpdate
in interface OptionHandler
optionable
- the optionable objectOptionable.setOptions(java.lang.Object)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |