'STRAP:multiple sequence alignments '

charite.christo.strap
Class DialogManyInOneRow

java.lang.Object
  extended by charite.christo.strap.DialogManyInOneRow
All Implemented Interfaces:
java.awt.event.ActionListener, java.util.EventListener

public class DialogManyInOneRow
extends java.lang.Object
implements java.awt.event.ActionListener

HELP For manipulating several proteins simultaneously, more than one protein may be stacked in one single line by pressing either button:

Only one representative is shown and the others are hidden.

Simultaneous manipulation of many sequences: When gaps are inserted or deleted or when proteins are aligned automatically, this will be applied to all proteins that are stacked on the alignment row.

Separatating the stacked proteins: Select the and subsequently press one of the two buttons.


Constructor Summary
DialogManyInOneRow()
           
 
Method Summary
 void actionPerformed(java.awt.event.ActionEvent ev)
           
static ChButton getButton(java.lang.String id)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DialogManyInOneRow

public DialogManyInOneRow()
Method Detail

getButton

public static ChButton getButton(java.lang.String id)

actionPerformed

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

'STRAP:multiple sequence alignments '

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