eTextReader.AnnotationListing
Class NotationListing.MouseHandler

java.lang.Object
  extended by java.awt.event.MouseAdapter
      extended by eTextReader.AnnotationListing.NotationListing.MouseHandler
All Implemented Interfaces:
java.awt.event.MouseListener, java.util.EventListener
Enclosing class:
NotationListing

public class NotationListing.MouseHandler
extends java.awt.event.MouseAdapter

A custom MouseAdapter (MouseListener) class providing the capability to resort the table simply by left or right clicking on column headers.


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

Constructor Detail

NotationListing.MouseHandler

public NotationListing.MouseHandler()
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