'STRAP:multiple sequence alignments '

charite.christo
Class ChScriptPanel

java.lang.Object
  extended by charite.christo.ChScriptPanel
All Implemented Interfaces:
java.awt.event.ActionListener, java.util.EventListener, javax.swing.event.CaretListener

public class ChScriptPanel
extends java.lang.Object
implements java.awt.event.ActionListener, javax.swing.event.CaretListener


Field Summary
static java.lang.String RUN_SCRIPT
           
 
Constructor Summary
ChScriptPanel(java.lang.String id, java.lang.Object wordCompl, java.net.URL url, ChRunnable run)
           
 
Method Summary
 void actionPerformed(java.awt.event.ActionEvent ev)
           
 void caretUpdate(javax.swing.event.CaretEvent ev)
           
 ChTextArea getTextPane()
           
 ChFrame showFrame(java.lang.String title)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

RUN_SCRIPT

public static final java.lang.String RUN_SCRIPT
See Also:
Constant Field Values
Constructor Detail

ChScriptPanel

public ChScriptPanel(java.lang.String id,
                     java.lang.Object wordCompl,
                     java.net.URL url,
                     ChRunnable run)
Method Detail

getTextPane

public ChTextArea getTextPane()

actionPerformed

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

caretUpdate

public void caretUpdate(javax.swing.event.CaretEvent ev)
Specified by:
caretUpdate in interface javax.swing.event.CaretListener

showFrame

public ChFrame showFrame(java.lang.String title)

'STRAP:multiple sequence alignments '

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