'STRAP:multiple sequence alignments '

charite.christo.metannogen
Class EquationPopup

java.lang.Object
  extended by java.awt.event.MouseAdapter
      extended by charite.christo.metannogen.EquationPopup
All Implemented Interfaces:
ActionListener, MouseListener, MouseMotionListener, MouseWheelListener, EventListener

public class EquationPopup
extends MouseAdapter
implements ActionListener


Field Summary
static ChButton BUT_LAB_addCompartment
           
static ChButton BUT_LAB_addCompound
           
static EquationPopup instance
           
 
Constructor Summary
EquationPopup()
           
 
Method Summary
 void actionPerformed(ActionEvent ev)
           
static void insertAfterWord(String s, JTextComponent tp)
           
static void insertCompartments(JTextComponent tp)
           
static ChFrame insertCompounds(JTextComponent tp)
           
 void mousePressed(MouseEvent ev)
           
 void mouseReleased(MouseEvent ev)
           
 
Methods inherited from class java.awt.event.MouseAdapter
mouseClicked, mouseDragged, mouseEntered, mouseExited, mouseMoved, mouseWheelMoved
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

BUT_LAB_addCompound

public static final ChButton BUT_LAB_addCompound

BUT_LAB_addCompartment

public static final ChButton BUT_LAB_addCompartment

instance

public static final EquationPopup instance
Constructor Detail

EquationPopup

public EquationPopup()
Method Detail

mousePressed

public void mousePressed(MouseEvent ev)
Specified by:
mousePressed in interface MouseListener
Overrides:
mousePressed in class MouseAdapter

mouseReleased

public void mouseReleased(MouseEvent ev)
Specified by:
mouseReleased in interface MouseListener
Overrides:
mouseReleased in class MouseAdapter

actionPerformed

public void actionPerformed(ActionEvent ev)
Specified by:
actionPerformed in interface ActionListener

insertCompartments

public static void insertCompartments(JTextComponent tp)

insertCompounds

public static ChFrame insertCompounds(JTextComponent tp)

insertAfterWord

public static void insertAfterWord(String s,
                                   JTextComponent tp)

'STRAP:multiple sequence alignments '

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