'STRAP:multiple sequence alignments '

charite.christo.strap
Class Strap

java.lang.Object
  extended by charite.christo.strap.Strap
All Implemented Interfaces:
ChRunnable, java.awt.event.ActionListener, java.util.EventListener

public class Strap
extends java.lang.Object
implements java.awt.event.ActionListener, ChRunnable

HELP Each alignment project is stored in one file directory. This file directory is specified by the user at the beginning of the session and is valid during the entire session. Two instances of Strap for different projects can be run at the same time. Proteins can be copied from one to the other via Drag'n drop.

Loading protein files: Protein files are loaded into STRAP by dragging one or more files from the desktop or any other location into the STRAP-application.

Web-pages may contain links to protein databases. These links can be dragged from the Web-browser into STRAP ( http://www.bioinformatics.org/strap/dragProteinLink.html for details).

Several STRAP-sessions can be opened at the same time and proteins can be dragged from one to the other.


Field Summary
 
Fields inherited from interface charite.christo.ChRunnable
APPEND, COLUMN_TITLE, DOWNLOAD_FINISHED, GET_PANEL, ICON, INTERPRET_LINE, IS_DRAG4XY, ITEM_TEXT, MODIFY_RENDERER_COMPONENT, PROGRESS, REPAINT_CURSOR, SAY_DOWNLOADING, SET_ICON_IMAGE, SET_TREE_VALUE, SHOW_IN_FRAME, TAB_TEXT, TIP_TEXT
 
Constructor Summary
Strap()
           
 
Method Summary
static void aboutDialog()
           
 void actionPerformed(java.awt.event.ActionEvent ev)
           
static boolean isWeb(java.lang.String[] argv)
           
static void main(java.lang.String[] argv)
           
static void msgQuit()
           
 java.lang.Object run(java.lang.String id, java.lang.Object arg)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Strap

public Strap()
Method Detail

actionPerformed

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

aboutDialog

public static void aboutDialog()

msgQuit

public static void msgQuit()

main

public static void main(java.lang.String[] argv)

isWeb

public static boolean isWeb(java.lang.String[] argv)

run

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

'STRAP:multiple sequence alignments '

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