Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.gui4j.core.listener
Class Gui4jMouseListenerTree  view Gui4jMouseListenerTree download Gui4jMouseListenerTree.java

java.lang.Object
  extended byorg.gui4j.core.Gui4jMouseListener
      extended byorg.gui4j.core.listener.Gui4jMouseListenerTree
All Implemented Interfaces:
java.util.EventListener, org.gui4j.Gui4jDispose, java.awt.event.MouseListener

public class Gui4jMouseListenerTree
extends org.gui4j.core.Gui4jMouseListener


Field Summary
 
Fields inherited from class org.gui4j.core.Gui4jMouseListener
mGui4jComponentInstance, mGui4jController, mGui4jThreadManager, mOnClick
 
Constructor Summary
Gui4jMouseListenerTree(org.gui4j.core.Gui4jComponentInstance gui4jComponentInstance)
           
 
Method Summary
private  javax.swing.JTree getJTree()
           
 void mousePressed(java.awt.event.MouseEvent e)
          This method is called when the mouse is pressed over a component.
private  void selectPathOnRightClick(java.awt.event.MouseEvent e)
           
 
Methods inherited from class org.gui4j.core.Gui4jMouseListener
dispose, mouseClicked, mouseEntered, mouseExited, mouseReleased, setOnClick, setPopup
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Gui4jMouseListenerTree

public Gui4jMouseListenerTree(org.gui4j.core.Gui4jComponentInstance gui4jComponentInstance)
Method Detail

mousePressed

public void mousePressed(java.awt.event.MouseEvent e)
Description copied from interface: java.awt.event.MouseListener
This method is called when the mouse is pressed over a component.


selectPathOnRightClick

private void selectPathOnRightClick(java.awt.event.MouseEvent e)

getJTree

private javax.swing.JTree getJTree()