info.joseluismartin.gui.action
Class TableListener
java.lang.Object
java.awt.event.MouseAdapter
info.joseluismartin.gui.action.TableListener
- All Implemented Interfaces:
- MouseListener, MouseMotionListener, MouseWheelListener, EventListener
public class TableListener
- extends MouseAdapter
Listen clicks on table with TableModelListener and
execute RowActions on actions columns.
- Author:
- Jose Luis Martin - (jlm@joseluismartin.info)
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TableListener
public TableListener(JTable table)
mouseClicked
public void mouseClicked(MouseEvent e)
- Specified by:
mouseClicked
in interface MouseListener
- Overrides:
mouseClicked
in class MouseAdapter
Copyright © 2013 JDAL. All Rights Reserved.