org.knime.base.node.mine.decisiontree2.view.graph
Class HierarchicalGraphComponent.MyMouseListener

java.lang.Object
  extended by java.awt.event.MouseAdapter
      extended by org.knime.base.node.mine.decisiontree2.view.graph.HierarchicalGraphComponent.MyMouseListener
All Implemented Interfaces:
MouseListener, MouseMotionListener, MouseWheelListener, EventListener
Enclosing class:
HierarchicalGraphComponent<K>

public class HierarchicalGraphComponent.MyMouseListener
extends MouseAdapter

Just forward mouse events to the graph.

Author:
Heiko Hofer

Constructor Summary
HierarchicalGraphComponent.MyMouseListener()
           
 
Method Summary
 void mouseClicked(MouseEvent e)
          
 void mousePressed(MouseEvent e)
          
 void mouseReleased(MouseEvent e)
          
 
Methods inherited from class java.awt.event.MouseAdapter
mouseDragged, mouseEntered, mouseExited, mouseMoved, mouseWheelMoved
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HierarchicalGraphComponent.MyMouseListener

public HierarchicalGraphComponent.MyMouseListener()
Method Detail

mousePressed

public void mousePressed(MouseEvent e)

Specified by:
mousePressed in interface MouseListener
Overrides:
mousePressed in class MouseAdapter

mouseClicked

public void mouseClicked(MouseEvent e)

Specified by:
mouseClicked in interface MouseListener
Overrides:
mouseClicked in class MouseAdapter

mouseReleased

public void mouseReleased(MouseEvent e)

Specified by:
mouseReleased in interface MouseListener
Overrides:
mouseReleased in class MouseAdapter


Copyright, 2003 - 2012. 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.