public static class AnnotationStack.StackMouseListener extends MouseInputAdapter
Constructor and Description |
---|
StackMouseListener() |
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)
|
mouseClicked, mouseDragged, mouseEntered, mouseExited, mouseMoved, mousePressed, mouseReleased, mouseWheelMoved
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
mouseClicked, mouseEntered, mouseExited, mousePressed, mouseReleased
mouseDragged, mouseMoved
public MouseInputAdapter createListener(String... parameters)
parameters
- see aboveCopyright © 2024 GATE. All rights reserved.