|
||||||||||
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.xml.XMLModule | +--uk.ac.man.bioinf.apps.cinema.CinemaModule | +--uk.ac.man.bioinf.apps.cinema.utils.CinemaMultipleConsensusViewer
CinemaMultipleConsensusViewer.java Created: Fri Jun 23 12:09:24 2000
Constructor Summary | |
CinemaMultipleConsensusViewer()
|
Method Summary | |
void |
actionPerformed(ActionEvent event)
|
void |
addConsensusSequence(ConsensusSequence sequence)
|
void |
destroy()
The method called, from an external source, to remove this module and prepare it for garbage collection. |
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 |
propertyChange(PropertyChangeEvent evt)
|
void |
removeConsensusSequence(ConsensusSequence sequence)
|
void |
start()
The method called externally to initiate the modules function. |
Methods inherited from class uk.ac.man.bioinf.apps.xml.XMLModule |
getConfigProperties, getConfigTree |
Methods inherited from class uk.ac.man.bioinf.module.Module |
addPropertyChangeListener, addPropertyChangeListener, 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 CinemaMultipleConsensusViewer()
Method Detail |
public void load()
Module
load
in class Module
public void start()
Module
start
in class Module
public void addConsensusSequence(ConsensusSequence sequence)
public void removeConsensusSequence(ConsensusSequence sequence)
public void destroy()
Module
destroy
in class CinemaModule
public void actionPerformed(ActionEvent event)
actionPerformed
in interface ActionListener
public void propertyChange(PropertyChangeEvent evt)
propertyChange
in interface PropertyChangeListener
public ModuleIdentifierList getRequiredIdentifiers()
Module
getRequiredIdentifiers
in class CinemaModule
public String getVersion()
Module
getVersion
in class Module
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |