net.sourceforge.doyen
Class ProjectTreeFrame.DoyenTreeMouseListener

java.lang.Object
  extended byjava.awt.event.MouseAdapter
      extended bynet.sourceforge.doyen.ProjectTreeFrame.DoyenTreeMouseListener
All Implemented Interfaces:
EventListener, MouseListener
Enclosing class:
ProjectTreeFrame

private class ProjectTreeFrame.DoyenTreeMouseListener
extends MouseAdapter


Constructor Summary
private ProjectTreeFrame.DoyenTreeMouseListener()
           
 
Method Summary
private  void maybeShowDetailDialog(MouseEvent e)
           
private  void maybeShowPopup(MouseEvent e)
           
 void mouseClicked(MouseEvent e)
           
 void mousePressed(MouseEvent e)
           
 void mouseReleased(MouseEvent e)
           
private  void selectIt(MouseEvent e)
           
 
Methods inherited from class java.awt.event.MouseAdapter
mouseEntered, mouseExited
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProjectTreeFrame.DoyenTreeMouseListener

private ProjectTreeFrame.DoyenTreeMouseListener()
Method Detail

mousePressed

public void mousePressed(MouseEvent e)

mouseReleased

public void mouseReleased(MouseEvent e)

mouseClicked

public void mouseClicked(MouseEvent e)

selectIt

private void selectIt(MouseEvent e)

maybeShowPopup

private void maybeShowPopup(MouseEvent e)

maybeShowDetailDialog

private void maybeShowDetailDialog(MouseEvent e)