apollo.gui.evidencepanel
Class TablePanel.SortMouseListener

java.lang.Object
  extended by javax.swing.event.MouseInputAdapter
      extended by apollo.gui.evidencepanel.TablePanel.SortMouseListener
All Implemented Interfaces:
java.awt.event.MouseListener, java.awt.event.MouseMotionListener, java.util.EventListener, javax.swing.event.MouseInputListener
Enclosing class:
TablePanel

protected class TablePanel.SortMouseListener
extends javax.swing.event.MouseInputAdapter


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

Constructor Detail

TablePanel.SortMouseListener

protected TablePanel.SortMouseListener()
Method Detail

mouseClicked

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