quoggles.auxiliary
Class ResultTable.RTMouseListener

java.lang.Object
  |
  +--javax.swing.event.MouseInputAdapter
        |
        +--quoggles.auxiliary.ResultTable.RTMouseListener
All Implemented Interfaces:
java.util.EventListener, javax.swing.event.MouseInputListener, java.awt.event.MouseListener, java.awt.event.MouseMotionListener
Enclosing class:
ResultTable

class ResultTable.RTMouseListener
extends javax.swing.event.MouseInputAdapter

Mouse clicks are forwarded to the rowListener. Values found in the table are added to or removed from the selection according to the cell on which the user clicked.


Constructor Summary
(package private) ResultTable.RTMouseListener()
           
 
Method Summary
 void mousePressed(java.awt.event.MouseEvent e)
           
 
Methods inherited from class javax.swing.event.MouseInputAdapter
mouseClicked, mouseDragged, mouseEntered, mouseExited, mouseMoved, mouseReleased
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ResultTable.RTMouseListener

ResultTable.RTMouseListener()
Method Detail

mousePressed

public void mousePressed(java.awt.event.MouseEvent e)
Specified by:
mousePressed in interface java.awt.event.MouseListener
Overrides:
mousePressed in class javax.swing.event.MouseInputAdapter
See Also:
(java.awt.event.MouseEvent)