protected class LuceneDataStoreSearchGUI.AnnotationMouseListener extends AnnotationStack.StackMouseListener
Constructor and Description |
---|
AnnotationMouseListener() |
AnnotationMouseListener(String type) |
AnnotationMouseListener(String type,
String feature,
String text) |
Modifier and Type | Method and Description |
---|---|
MouseInputAdapter |
createListener(String... parameters)
There is 3 cases for the parameters of createListener:
first line of text -> createListener(word)
first column, header -> createListener(type),
createListener(type, feature)
annotation -> createListener(set, type, annotationId),
createListener(set, type, feature, value, annotationId)
|
void |
mouseEntered(MouseEvent e) |
void |
mouseExited(MouseEvent e) |
void |
mousePressed(MouseEvent e) |
void |
mouseReleased(MouseEvent e) |
mouseClicked, mouseDragged, mouseMoved, mouseWheelMoved
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
mouseClicked
mouseDragged, mouseMoved
public AnnotationMouseListener()
public AnnotationMouseListener(String type)
public MouseInputAdapter createListener(String... parameters)
AnnotationStack.StackMouseListener
createListener
in class AnnotationStack.StackMouseListener
parameters
- see abovepublic void mouseEntered(MouseEvent e)
mouseEntered
in interface MouseListener
mouseEntered
in class MouseAdapter
public void mouseExited(MouseEvent e)
mouseExited
in interface MouseListener
mouseExited
in class MouseAdapter
public void mousePressed(MouseEvent e)
mousePressed
in interface MouseListener
mousePressed
in class MouseAdapter
public void mouseReleased(MouseEvent e)
mouseReleased
in interface MouseListener
mouseReleased
in class MouseAdapter
Copyright © 2024 GATE. All rights reserved.