'STRAP:multiple sequence alignments '

charite.christo
Class UIupdateList

java.lang.Object
  extended by charite.christo.UIupdateList
All Implemented Interfaces:
ChRunnable

public class UIupdateList
extends Object
implements ChRunnable

Lists of components to be updated under certain conditions like discarding of protein objects.


Field Summary
static String CURSOR_CHANGED_PROTEIN
           
static String PLUGINS_ADDED_OR_REMOVED
           
static String PROTEIN_LABEL_CHANGED
           
static String SELECTION_CHANGED
           
static String SETTINGS_CHANGED
           
 
Fields inherited from interface charite.christo.interfaces.ChRunnable
APPEND, DOWNLOAD_FINISHED, INTERPRET_LINE, LOG, SET_ICON_IMAGE
 
Method Summary
static void add(JComponent c, String name)
           
static void remove(Container c)
           
 Object run(String id, Object arg)
           
static void update(String name)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SETTINGS_CHANGED

public static final String SETTINGS_CHANGED
See Also:
Constant Field Values

SELECTION_CHANGED

public static final String SELECTION_CHANGED
See Also:
Constant Field Values

PROTEIN_LABEL_CHANGED

public static final String PROTEIN_LABEL_CHANGED
See Also:
Constant Field Values

PLUGINS_ADDED_OR_REMOVED

public static final String PLUGINS_ADDED_OR_REMOVED
See Also:
Constant Field Values

CURSOR_CHANGED_PROTEIN

public static final String CURSOR_CHANGED_PROTEIN
See Also:
Constant Field Values
Method Detail

remove

public static void remove(Container c)

run

public Object run(String id,
                  Object arg)
Specified by:
run in interface ChRunnable

update

public static void update(String name)

add

public static void add(JComponent c,
                       String name)

'STRAP:multiple sequence alignments '

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