public class AnnotationAction extends MouseInputAdapter
| Constructor and Description |
|---|
AnnotationAction(OntologyTreePanel ontoTreePanel)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
void |
hideAllWindows()
This method to hide all the popup windows
|
void |
mouseDragged(MouseEvent e)
Invoked when mouse is dragged
|
void |
mouseMoved(MouseEvent e)
Invoked when Mouse hovers over the document
|
void |
mousePressed(MouseEvent e)
Grabs the current location of mouse pointers
|
mouseClicked, mouseEntered, mouseExited, mouseReleased, mouseWheelMovedclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitmouseClicked, mouseEntered, mouseExited, mouseReleasedpublic AnnotationAction(OntologyTreePanel ontoTreePanel)
ontologyTreePanel - the instance this instance uses to obtain the information about
ontologypublic void mousePressed(MouseEvent e)
mousePressed in interface MouseListenermousePressed in class MouseAdaptere - public void hideAllWindows()
public void mouseMoved(MouseEvent e)
mouseMoved in interface MouseMotionListenermouseMoved in class MouseAdaptere - public void mouseDragged(MouseEvent e)
mouseDragged in interface MouseMotionListenermouseDragged in class MouseAdapter