|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.gjt.sp.jedit.Marker
public class Marker
Buffers may contain one or more markers which serve as textual bookmarks.
A Marker has three key attributes: the
Buffer to which it relates, the offset to which
the marker refers, and an optional shortcut character. The shortcut
identifies the key that can be pressed with the
Markers>Go To Marker command.
| Method Summary | |
|---|---|
int |
getPosition()
Returns the position of this marker. |
char |
getShortcut()
Returns the marker's shortcut character. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public char getShortcut()
public int getPosition()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||