org.kaiwitte.workbench.ui.controller
Class TablePopupListener
java.lang.Object
org.kaiwitte.workbench.ui.controller.TablePopupListener
- All Implemented Interfaces:
- java.awt.event.MouseListener, java.util.EventListener
public class TablePopupListener
- extends java.lang.Object
- implements java.awt.event.MouseListener
A MouseListener
to trigger the popup menu on a table with
MetaRecord
s.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TablePopupListener
public TablePopupListener(javax.swing.JTable table,
UIConfig config)
- Creates a new instance.
- Parameters:
table
- the tableconfig
- the UIConfig
of the runtime context
mouseClicked
public void mouseClicked(java.awt.event.MouseEvent e)
- Specified by:
mouseClicked
in interface java.awt.event.MouseListener
mousePressed
public void mousePressed(java.awt.event.MouseEvent e)
- Specified by:
mousePressed
in interface java.awt.event.MouseListener
mouseReleased
public void mouseReleased(java.awt.event.MouseEvent e)
- Specified by:
mouseReleased
in interface java.awt.event.MouseListener
mouseEntered
public void mouseEntered(java.awt.event.MouseEvent e)
- Specified by:
mouseEntered
in interface java.awt.event.MouseListener
mouseExited
public void mouseExited(java.awt.event.MouseEvent e)
- Specified by:
mouseExited
in interface java.awt.event.MouseListener