info.joseluismartin.gui.action
Class TableListener

java.lang.Object
  extended by java.awt.event.MouseAdapter
      extended by 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)

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

Constructor Detail

TableListener

public TableListener(JTable table)
Method Detail

mouseClicked

public void mouseClicked(MouseEvent e)
Specified by:
mouseClicked in interface MouseListener
Overrides:
mouseClicked in class MouseAdapter


Copyright © 2013 JDAL. All Rights Reserved.