public interface EditorGutterAction
Modifier and Type | Method and Description |
---|---|
void |
doAction(int lineNum)
Processes the click on the specified line.
|
java.awt.Cursor |
getCursor(int lineNum)
Returns the cursor to be shown where the mouse is over the annotation for the specified line.
|
void doAction(int lineNum)
lineNum
- the number of line in the document the annotation for which was clicked.java.awt.Cursor getCursor(int lineNum)
lineNum
- the line number.