Package uk.ac.man.bioinf.apps.optionable

Interface Summary
Optionable Optionable.java An object implementing this interface may be in several different states, that is provide options.
OptionableExceptionHandler OptionableExceptionHandler.java Created: Mon May 14 14:04:22 2001
OptionHandler 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
 

Class Summary
FileSaveableOptions FileSaveableOptions.java Provides Saveable Option support with files.
NullOptionHandler NullOptionHandler.java An option handler object that does nothing.
SaveableOptions SaveableOptions.java This class is used to initilise and save all of the necessary options required.
 

Exception Summary
OptionableSourceNotFoundException OptionableSourceNotFoundException.java Created: Mon May 14 14:13:40 2001
OptionableStateException OptionableStateException.java This exception is thrown when an Optionable object is in an illegal state.