'STRAP:multiple sequence alignments '

charite.christo
Class ChMsgDia

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

public class ChMsgDia
extends java.lang.Object
implements java.awt.event.ActionListener, java.lang.Runnable

Some modale message dialogs


Field Summary
static int OK
           
static int YES_NO
           
 
Constructor Summary
ChMsgDia(int type, java.lang.Object msg, java.lang.String[] buttons0, long options)
           
 
Method Summary
 void actionPerformed(java.awt.event.ActionEvent ev)
           
 int i()
           
 void run()
           
 java.lang.String value()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

YES_NO

public static final int YES_NO
See Also:
Constant Field Values

OK

public static final int OK
See Also:
Constant Field Values
Constructor Detail

ChMsgDia

public ChMsgDia(int type,
                java.lang.Object msg,
                java.lang.String[] buttons0,
                long options)
Method Detail

run

public void run()
Specified by:
run in interface java.lang.Runnable

actionPerformed

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

i

public int i()

value

public java.lang.String value()

'STRAP:multiple sequence alignments '

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