Package org.jfree.ui

Class SortableTableHeaderListener

java.lang.Object
org.jfree.ui.SortableTableHeaderListener
All Implemented Interfaces:
MouseListener, MouseMotionListener, EventListener

Captures mouse clicks on a table header, with the intention of triggering a sort. Adapted from code by Nabuo Tamemasa posted on http://www.codeguru.com.
Author:
Nabuo Tamemasa