|
|||||||||
| Home >> All >> org >> gui4j >> core >> [ listener overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
org.gui4j.core.listener
Class Gui4jMouseListenerTree

java.lang.Objectorg.gui4j.core.Gui4jMouseListener
org.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()
|
|||||||||
| Home >> All >> org >> gui4j >> core >> [ listener overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC