com.quadrique.jbuildingblocks.gui
Class TableSorterColumnListener
java.lang.Object
java.awt.event.MouseAdapter
com.quadrique.jbuildingblocks.gui.TableSorterColumnListener
- All Implemented Interfaces:
- MouseListener, MouseMotionListener, MouseWheelListener, EventListener
public class TableSorterColumnListener
- extends MouseAdapter
- Author:
- Hervé Rivere
|
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 |
TableSorterColumnListener
public TableSorterColumnListener(Table zTable,
TableSorterModel zModel)
- constructor
- Parameters:
zTable - the Table instancezModel - the TableSorterModel instance
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.