com.camunda.toolkit.jbpm.swing.admin
Class ProcessInstanceTreeMouseListener

java.lang.Object
  extended by java.awt.event.MouseAdapter
      extended by com.camunda.toolkit.jbpm.swing.admin.ProcessInstanceTreeMouseListener
All Implemented Interfaces:
java.awt.event.MouseListener, java.awt.event.MouseMotionListener, java.awt.event.MouseWheelListener, java.util.EventListener

public class ProcessInstanceTreeMouseListener
extends java.awt.event.MouseAdapter


Constructor Summary
ProcessInstanceTreeMouseListener(javax.swing.JTree tree)
           
 
Method Summary
 void mousePressed(java.awt.event.MouseEvent e)
           
 void mouseReleased(java.awt.event.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

ProcessInstanceTreeMouseListener

public ProcessInstanceTreeMouseListener(javax.swing.JTree tree)
Method Detail

mousePressed

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

mouseReleased

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


Copyright © 2007 camunda GmbH. All Rights Reserved.