public class AnnotatedPTreePopupListener extends java.awt.event.MouseAdapter
| Modifier and Type | Field and Description |
|---|---|
protected AnnotatedPTree |
_aptree |
protected boolean |
_trigger |
| Constructor and Description |
|---|
AnnotatedPTreePopupListener(AnnotatedPTree aptree) |
| Modifier and Type | Method and Description |
|---|---|
void |
mousePressed(java.awt.event.MouseEvent e)
Description of the Method
|
void |
mouseReleased(java.awt.event.MouseEvent e)
Description of the Method
|
protected boolean _trigger
protected AnnotatedPTree _aptree
public AnnotatedPTreePopupListener(AnnotatedPTree aptree)
public void mousePressed(java.awt.event.MouseEvent e)
mousePressed in interface java.awt.event.MouseListenermousePressed in class java.awt.event.MouseAdaptere - Description of the Parameterpublic void mouseReleased(java.awt.event.MouseEvent e)
mouseReleased in interface java.awt.event.MouseListenermouseReleased in class java.awt.event.MouseAdaptere - Description of the Parameter