public class LuceneDataStoreSearchGUI.TextMouseListener extends AnnotationStack.StackMouseListener
Constructor and Description |
---|
TextMouseListener() |
TextMouseListener(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 |
mouseClicked(MouseEvent me) |
void |
mouseEntered(MouseEvent e) |
mouseDragged, mouseExited, mouseMoved, mousePressed, mouseReleased, mouseWheelMoved
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
mouseExited, mousePressed, mouseReleased
mouseDragged, mouseMoved
public TextMouseListener()
public TextMouseListener(String text)
public MouseInputAdapter createListener(String... parameters)
AnnotationStack.StackMouseListener
createListener
in class AnnotationStack.StackMouseListener
parameters
- see abovepublic void mouseClicked(MouseEvent me)
mouseClicked
in interface MouseListener
mouseClicked
in class MouseAdapter
public void mouseEntered(MouseEvent e)
mouseEntered
in interface MouseListener
mouseEntered
in class MouseAdapter
Copyright © 2024 GATE. All rights reserved.