|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.awt.event.MouseAdapter
javax.swing.event.MouseInputAdapter
gate.gui.docview.AnnotationStack.StackMouseListener
gate.gui.LuceneDataStoreSearchGUI.TextMouseListener
public class LuceneDataStoreSearchGUI.TextMouseListener
Add at the caret position or replace the selection in the query according to the text row value left clicked.
| Constructor Summary | |
|---|---|
LuceneDataStoreSearchGUI.TextMouseListener()
|
|
LuceneDataStoreSearchGUI.TextMouseListener(String text)
|
|
| Method Summary | |
|---|---|
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)
|
| Methods inherited from class java.awt.event.MouseAdapter |
|---|
mouseDragged, mouseExited, mouseMoved, mousePressed, mouseReleased, mouseWheelMoved |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface java.awt.event.MouseListener |
|---|
mouseExited, mousePressed, mouseReleased |
| Methods inherited from interface java.awt.event.MouseMotionListener |
|---|
mouseDragged, mouseMoved |
| Constructor Detail |
|---|
public LuceneDataStoreSearchGUI.TextMouseListener()
public LuceneDataStoreSearchGUI.TextMouseListener(String text)
| Method Detail |
|---|
public MouseInputAdapter createListener(String... parameters)
AnnotationStack.StackMouseListener
createListener in class AnnotationStack.StackMouseListenerparameters - see above
public void mouseClicked(MouseEvent me)
mouseClicked in interface MouseListenermouseClicked in class MouseAdapterpublic void mouseEntered(MouseEvent e)
mouseEntered in interface MouseListenermouseEntered in class MouseAdapter
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||