'STRAP:multiple sequence alignments '

charite.christo
Class LAFChooser

java.lang.Object
  extended by charite.christo.LAFChooser
All Implemented Interfaces:
java.awt.event.ActionListener, java.beans.PropertyChangeListener, java.util.EventListener

public class LAFChooser
extends java.lang.Object
implements java.awt.event.ActionListener, java.beans.PropertyChangeListener


Field Summary
static java.lang.String IF_NOT_ALREADY
           
static boolean METAL
           
 
Method Summary
 void actionPerformed(java.awt.event.ActionEvent ev)
           
static java.lang.Object getLaf()
           
static void init()
           
static LAFChooser instance()
           
static boolean isCrossPlatform()
           
static boolean isSystemLAF()
           
 javax.swing.JComponent panel()
           
 void propertyChange(java.beans.PropertyChangeEvent evt)
           
static void setDefaultBG(java.awt.Component c)
           
static boolean setLAF(java.lang.Object classOrClassName, boolean updateTree)
           
static void showUiDefaults()
           
static void testAquaButtonType()
           
static void testSounds()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

METAL

public static final boolean METAL
See Also:
Constant Field Values

IF_NOT_ALREADY

public static final java.lang.String IF_NOT_ALREADY
See Also:
Constant Field Values
Method Detail

instance

public static LAFChooser instance()

panel

public javax.swing.JComponent panel()

actionPerformed

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

getLaf

public static java.lang.Object getLaf()

isSystemLAF

public static boolean isSystemLAF()

isCrossPlatform

public static boolean isCrossPlatform()

setDefaultBG

public static void setDefaultBG(java.awt.Component c)

setLAF

public static boolean setLAF(java.lang.Object classOrClassName,
                             boolean updateTree)

propertyChange

public void propertyChange(java.beans.PropertyChangeEvent evt)
Specified by:
propertyChange in interface java.beans.PropertyChangeListener

init

public static void init()

showUiDefaults

public static void showUiDefaults()

testAquaButtonType

public static void testAquaButtonType()

testSounds

public static void testSounds()

'STRAP:multiple sequence alignments '

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