scphEditor
Class Workspace.EditorOperandControl

java.lang.Object
  extended by scphEditor.OperandControl
      extended by scphEditor.Workspace.EditorOperandControl
All Implemented Interfaces:
java.awt.event.KeyListener, java.awt.event.MouseListener, java.util.EventListener
Enclosing class:
Workspace

 class Workspace.EditorOperandControl
extends OperandControl


Constructor Summary
Workspace.EditorOperandControl()
           
 
Method Summary
 void keyPressed(java.awt.event.KeyEvent e)
           
 void keyTyped(java.awt.event.KeyEvent e)
           
 void mouseClicked(java.awt.event.MouseEvent e)
          Left or right click: selects the operand, and makes the owning Editor the most-recent one.
 
Methods inherited from class scphEditor.OperandControl
keyReleased, mouseEntered, mouseExited, mousePressed, mouseReleased
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Workspace.EditorOperandControl

Workspace.EditorOperandControl()
Method Detail

mouseClicked

public void mouseClicked(java.awt.event.MouseEvent e)
Left or right click: selects the operand, and makes the owning Editor the most-recent one.

Specified by:
mouseClicked in interface java.awt.event.MouseListener
Overrides:
mouseClicked in class OperandControl

keyPressed

public void keyPressed(java.awt.event.KeyEvent e)
Specified by:
keyPressed in interface java.awt.event.KeyListener
Overrides:
keyPressed in class OperandControl

keyTyped

public void keyTyped(java.awt.event.KeyEvent e)
Specified by:
keyTyped in interface java.awt.event.KeyListener
Overrides:
keyTyped in class OperandControl