org.knime.base.node.mine.sota.view
Class SotaDrawingPane.PaneController

java.lang.Object
  extended by java.awt.event.KeyAdapter
      extended by org.knime.base.node.mine.sota.view.SotaDrawingPane.PaneController
All Implemented Interfaces:
KeyListener, MouseListener, EventListener
Enclosing class:
SotaDrawingPane

 class SotaDrawingPane.PaneController
extends KeyAdapter
implements MouseListener

Controls the KeyEvents of the SotaDrawingPane.

Author:
Kilian Thiel, University of Konstanz

Constructor Summary
SotaDrawingPane.PaneController()
           
 
Method Summary
 void keyTyped(KeyEvent e)
          
 void mouseClicked(MouseEvent e)
          
 void mouseEntered(MouseEvent e)
          
 void mouseExited(MouseEvent e)
          
 void mousePressed(MouseEvent e)
          
 void mouseReleased(MouseEvent e)
          
 
Methods inherited from class java.awt.event.KeyAdapter
keyPressed, keyReleased
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SotaDrawingPane.PaneController

SotaDrawingPane.PaneController()
Method Detail

keyTyped

public void keyTyped(KeyEvent e)

Specified by:
keyTyped in interface KeyListener
Overrides:
keyTyped in class KeyAdapter

mouseClicked

public void mouseClicked(MouseEvent e)

Specified by:
mouseClicked in interface MouseListener

mousePressed

public void mousePressed(MouseEvent e)

Specified by:
mousePressed in interface MouseListener

mouseReleased

public void mouseReleased(MouseEvent e)

Specified by:
mouseReleased in interface MouseListener

mouseEntered

public void mouseEntered(MouseEvent e)

Specified by:
mouseEntered in interface MouseListener

mouseExited

public void mouseExited(MouseEvent e)

Specified by:
mouseExited in interface MouseListener


Copyright, 2003 - 2010. All rights reserved.
University of Konstanz, Germany.
Chair for Bioinformatics and Information Mining, Prof. Dr. Michael R. Berthold.
You may not modify, publish, transmit, transfer or sell, reproduce, create derivative works from, distribute, perform, display, or in any way exploit any of the content, in whole or in part, except as otherwise expressly permitted in writing by the copyright owner or as specified in the license file distributed with this product.