JIDE 3.5.15

com.jidesoft.pivot
Class DataTable.PopupMenuMouseListener

java.lang.Object
  extended by java.awt.event.MouseAdapter
      extended by com.jidesoft.pivot.DataTable.PopupMenuMouseListener
All Implemented Interfaces:
MouseListener, MouseMotionListener, MouseWheelListener, EventListener
Enclosing class:
DataTable

protected class DataTable.PopupMenuMouseListener
extends MouseAdapter


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

Constructor Detail

DataTable.PopupMenuMouseListener

protected DataTable.PopupMenuMouseListener()
Method Detail

mousePressed

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

mouseReleased

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

JIDE 3.5.15