org.jppf.ui.monitoring.job
Class JobTreeTableMouseListener

java.lang.Object
  extended by java.awt.event.MouseAdapter
      extended by org.jppf.ui.monitoring.job.JobTreeTableMouseListener
All Implemented Interfaces:
MouseListener, MouseMotionListener, MouseWheelListener, EventListener

public class JobTreeTableMouseListener
extends MouseAdapter

Mouse listener for the node data panel. Processes right-click events to display popup menus.

Author:
laurentcohen

Constructor Summary
JobTreeTableMouseListener(JTreeTableActionHandler actionHandler)
          Initialize this mouse listener.
 
Method Summary
 void mousePressed(MouseEvent event)
          Processes right-click events to display popup menus.
 
Methods inherited from class java.awt.event.MouseAdapter
mouseClicked, mouseDragged, mouseEntered, mouseExited, mouseMoved, mouseReleased, mouseWheelMoved
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JobTreeTableMouseListener

public JobTreeTableMouseListener(JTreeTableActionHandler actionHandler)
Initialize this mouse listener.

Parameters:
actionHandler - - the object that handles tollbar and menu actions.
Method Detail

mousePressed

public void mousePressed(MouseEvent event)
Processes right-click events to display popup menus.

Specified by:
mousePressed in interface MouseListener
Overrides:
mousePressed in class MouseAdapter
Parameters:
event - the mouse event to process.
See Also:
MouseListener.mousePressed(java.awt.event.MouseEvent)


Copyright © 2005-2010 JPPF Team.