wt.clients.beans.graph
Class GraphView.SymMouse

java.lang.Object
  extended byjava.awt.event.MouseAdapter
      extended bywt.clients.beans.graph.GraphView.SymMouse
All Implemented Interfaces:
EventListener, MouseListener
Enclosing class:
GraphView

class GraphView.SymMouse
extends MouseAdapter


Constructor Summary
(package private) GraphView.SymMouse()
           
 
Method Summary
 void mouseClicked(MouseEvent event)
           
 void mousePressed(MouseEvent event)
           
 void mouseReleased(MouseEvent event)
           
 
Methods inherited from class java.awt.event.MouseAdapter
mouseEntered, mouseExited
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GraphView.SymMouse

GraphView.SymMouse()
Method Detail

mouseClicked

public void mouseClicked(MouseEvent event)

mousePressed

public void mousePressed(MouseEvent event)

mouseReleased

public void mouseReleased(MouseEvent event)