ix.iplan
Class IPlanOptionTool.OptionMatrix.LinkMouseListener

java.lang.Object
  extended by java.awt.event.MouseAdapter
      extended by ix.iplan.IPlanOptionTool.OptionMatrix.LinkMouseListener
All Implemented Interfaces:
java.awt.event.MouseListener, java.awt.event.MouseMotionListener, java.awt.event.MouseWheelListener, java.util.EventListener
Enclosing class:
IPlanOptionTool.OptionMatrix

 class IPlanOptionTool.OptionMatrix.LinkMouseListener
extends java.awt.event.MouseAdapter


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

Constructor Detail

IPlanOptionTool.OptionMatrix.LinkMouseListener

IPlanOptionTool.OptionMatrix.LinkMouseListener()
Method Detail

mouseClicked

public void mouseClicked(java.awt.event.MouseEvent e)
Specified by:
mouseClicked in interface java.awt.event.MouseListener
Overrides:
mouseClicked in class java.awt.event.MouseAdapter