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.MouseListener
mousePressed
in class java.awt.event.MouseAdapter
e
- Description of the Parameterpublic void mouseReleased(java.awt.event.MouseEvent e)
mouseReleased
in interface java.awt.event.MouseListener
mouseReleased
in class java.awt.event.MouseAdapter
e
- Description of the Parameter