|
||||||||||
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.group.CinemaGroupModule
CinemaGroupModule.java Created: Tue May 23 15:42:48 2000
Constructor Summary | |
CinemaGroupModule()
|
Method Summary | |
void |
actionPerformed(ActionEvent event)
|
void |
changeOccurred(AlignmentEvent event)
method signalled after a change has occured to a multiple alignment |
Action[] |
getActions()
|
CinemaAnchorManager |
getAnchorManager()
|
CinemaGroupManager |
getGroupManager()
|
GappedSequence |
getLastSequence()
|
CinemaSequenceMenu |
getMenuSystem()
|
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 event)
|
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 CinemaGroupModule()
Method Detail |
public void load()
Module
load
in class Module
public void start()
Module
start
in class Module
public GappedSequence getLastSequence()
public CinemaAnchorManager getAnchorManager()
public CinemaGroupManager getGroupManager()
public CinemaSequenceMenu getMenuSystem()
public void actionPerformed(ActionEvent event)
actionPerformed
in interface ActionListener
public String getVersion()
Module
getVersion
in class Module
public ModuleIdentifierList getRequiredIdentifiers()
Module
getRequiredIdentifiers
in class CinemaModule
public void propertyChange(PropertyChangeEvent event)
propertyChange
in interface PropertyChangeListener
public void changeOccurred(AlignmentEvent event)
AlignmentListener
changeOccurred
in interface AlignmentListener
event
- the event typepublic Action[] getActions()
getActions
in interface CinemaActionProvider
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |