com.quadrique.jbuildingblocks.gui
Class TableSorterColumnListener

java.lang.Object
  extended by java.awt.event.MouseAdapter
      extended by com.quadrique.jbuildingblocks.gui.TableSorterColumnListener
All Implemented Interfaces:
MouseListener, MouseMotionListener, MouseWheelListener, EventListener

public class TableSorterColumnListener
extends MouseAdapter

Author:
Hervé Rivere

Constructor Summary
TableSorterColumnListener(Table zTable, TableSorterModel zModel)
          constructor
 
Method Summary
 void mouseClicked(MouseEvent e)
          This method gets the mouce click event on the table column header and launches the corresponding table sorting actions
 
Methods inherited from class java.awt.event.MouseAdapter
mouseDragged, mouseEntered, mouseExited, mouseMoved, mousePressed, mouseReleased, mouseWheelMoved
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TableSorterColumnListener

public TableSorterColumnListener(Table zTable,
                                 TableSorterModel zModel)
constructor

Parameters:
zTable - the Table instance
zModel - the TableSorterModel instance
Method Detail

mouseClicked

public void mouseClicked(MouseEvent e)
This method gets the mouce click event on the table column header and launches the corresponding table sorting actions

Specified by:
mouseClicked in interface MouseListener
Overrides:
mouseClicked in class MouseAdapter
Parameters:
e - the MouseEvent
See Also:
MouseAdapter


Copyright © 2001-2009 Quadrique Corporation. All Rights Reserved.