'STRAP:multiple sequence alignments '

charite.christo.metannogen
Class MSearchReplace

java.lang.Object
  extended by charite.christo.metannogen.MSearchReplace
All Implemented Interfaces:
ActionListener, EventListener

public class MSearchReplace
extends Object
implements ActionListener

HELP

Search and replace in Datasets

All datasets that match a certain search string are identified. At the left the identifiers of all matching datasets are listed. In the middle the matching texts are displayed. Optionally, all occurances of the search string can be replaced by a replacement string. Before replacing, those datasets can be removed from the left list, that should not be changed. Only those datasets are processed, that are listed in the left list of identifiers.


Method Summary
 void actionPerformed(ActionEvent ev)
           
static void openDialog()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

openDialog

public static void openDialog()

actionPerformed

public void actionPerformed(ActionEvent ev)
Specified by:
actionPerformed in interface ActionListener

'STRAP:multiple sequence alignments '

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