Class TablePopupListener

A MouseListener to trigger the popup menu on a table with org.kaiwitte.workbench.data.MetaRecords.

Synopsis

 public class TablePopupListenerimplements MouseListener {
  public TablePopupListener(JTable table,
                            UIConfig config);

  public void mouseClicked(MouseEvent e);
  public void mousePressed(MouseEvent e);
  public void mouseReleased(MouseEvent e);
  public void mouseEntered(MouseEvent e);
  public void mouseExited(MouseEvent e);
}

Methods inherited from java.lang.Object: clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait

Inheritance Path. java.lang.Object-> org.kaiwitte.workbench.ui.controller.TablePopupListener

TablePopupListener(JTable, UIConfig)

Synopsis: public TablePopupListener(javax.swing.JTable table, 
                                    org.kaiwitte.workbench.ui.UIConfig conf\
ig);

Parameters

table

the table

config

the UIConfig of the runtime context

Creates a new instance.