|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
|
+--uk.ac.man.bioinf.module.Module
|
+--uk.ac.man.bioinf.apps.cinema.utils.CinemaDebug
CinemaDebug.java This class provides the Debugging architecture implementation for Cinema. It provides a Console GUI, files logs and oh so much more... Eventually the initial state of this should result from the XML initiation, but at the moment it just does lots of things at once. Created: Sun May 7 18:36:44 2000
| Nested Class Summary | |
class |
CinemaDebug.DebugImpl
|
| Constructor Summary | |
CinemaDebug()
|
|
| Method Summary | |
void |
actionPerformed(ActionEvent event)
|
ModuleIdentifierList |
getRequiredIdentifiers()
Returns the module identifiers for the required modules. |
String |
getVersion()
Returns the version of this module. |
void |
load()
The method called for the load of this module. |
void |
start()
The method called externally to initiate the modules function. |
| Methods inherited from class uk.ac.man.bioinf.module.Module |
addPropertyChangeListener, addPropertyChangeListener, destroy, finalize, firePropertyChange, firePropertyChange, firePropertyChange, getContext, getIdentifier, getRequiredModule, getRequiredModules, hasListeners, isDestroyed, isStarted, removePropertyChangeListener, removePropertyChangeListener, runStart, setContext |
| Methods inherited from class java.lang.Object |
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public CinemaDebug()
| Method Detail |
public void load()
Module
load in class Modulepublic void start()
Module
start in class Modulepublic void actionPerformed(ActionEvent event)
actionPerformed in interface ActionListenerpublic String getVersion()
Module
getVersion in class Modulepublic ModuleIdentifierList getRequiredIdentifiers()
Module
getRequiredIdentifiers in class Module
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||