'STRAP:multiple sequence alignments '

charite.christo.strap
Class AbstractAlignmentProject.Alignment

java.lang.Object
  extended by charite.christo.strap.AbstractAlignmentProject.Alignment
All Implemented Interfaces:
java.awt.event.ActionListener, java.util.EventListener
Enclosing class:
AbstractAlignmentProject

public final class AbstractAlignmentProject.Alignment
extends java.lang.Object
implements java.awt.event.ActionListener


Method Summary
 void actionPerformed(java.awt.event.ActionEvent ev)
           
 java.io.File fChartData()
           
 BA getInfo(int i)
           
 java.lang.String getName()
           
 java.lang.String[] getProteinNames()
           
 void setAdditionalComponent(javax.swing.JComponent c, int where)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

setAdditionalComponent

public void setAdditionalComponent(javax.swing.JComponent c,
                                   int where)

getProteinNames

public java.lang.String[] getProteinNames()

getName

public java.lang.String getName()

getInfo

public BA getInfo(int i)

actionPerformed

public void actionPerformed(java.awt.event.ActionEvent ev)
Specified by:
actionPerformed in interface java.awt.event.ActionListener

fChartData

public java.io.File fChartData()

'STRAP:multiple sequence alignments '

'The most important classes are StrapAlign, Protein and StrapEvent.'