Package org.biojava.nbio.structure.gui
Class RasmolCommandListener
java.lang.Object
java.awt.event.KeyAdapter
org.biojava.nbio.structure.gui.RasmolCommandListener
- All Implemented Interfaces:
ActionListener,KeyListener,MouseListener,EventListener
@Deprecated
public class RasmolCommandListener
extends KeyAdapter
implements ActionListener, MouseListener
Deprecated.
use org.biojava.nbio.structure.align.gui.jmol.RasmolCommandListener instead
a utility class that listens to Ramsol script commands in the @link
BiojavaJmol class- Author:
- Andreas Prlic
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidactionPerformed(ActionEvent event) Deprecated.voidDeprecated.takes care of the cursor up/down keys.voidDeprecated.voidDeprecated.voidDeprecated.voidDeprecated.voidDeprecated.Methods inherited from class java.awt.event.KeyAdapter
keyPressed, keyTyped
-
Constructor Details
-
RasmolCommandListener
Deprecated.
-
-
Method Details
-
actionPerformed
Deprecated.- Specified by:
actionPerformedin interfaceActionListener
-
mouseClicked
Deprecated.- Specified by:
mouseClickedin interfaceMouseListener
-
mouseExited
Deprecated.- Specified by:
mouseExitedin interfaceMouseListener
-
mouseReleased
Deprecated.- Specified by:
mouseReleasedin interfaceMouseListener
-
mousePressed
Deprecated.- Specified by:
mousePressedin interfaceMouseListener
-
mouseEntered
Deprecated.- Specified by:
mouseEnteredin interfaceMouseListener
-
keyReleased
Deprecated.takes care of the cursor up/down keys. triggers copying of stored commands into the current textfield- Specified by:
keyReleasedin interfaceKeyListener- Overrides:
keyReleasedin classKeyAdapter
-