| java.lang.Object gnu.lists.SeqPosition gnu.jemacs.buffer.Marker
Marker | public Marker(Buffer buffer, int offset, boolean isAfter)(Code) | | |
backwardChar | public void backwardChar(int i)(Code) | | |
currentColumn | public int currentColumn()(Code) | | |
forwardChar | public void forwardChar(int i)(Code) | | |
forwardLine | public int forwardLine(int lines)(Code) | | |
getOffset | public int getOffset()(Code) | | |
getPoint | public int getPoint()(Code) | | |
hashCode | public int hashCode()(Code) | | |
insert | public void insert(char[] data, int off, int len, Object style)(Code) | | |
insert | public void insert(char ch, int count, Object style)(Code) | | Insert count copies of ch at the current position.
|
isBeginningOfLine | public boolean isBeginningOfLine()(Code) | | Move to start of frame line COUNTs down.
Assume window width is WIDTH.
If LINES is negative, this is moving up.
|
isEndOfLine | public boolean isEndOfLine()(Code) | | |
isPoint | final public boolean isPoint()(Code) | | Is this the special point marker?
|
moveToColumn | public int moveToColumn(int column, boolean force)(Code) | | |
removeChar | public void removeChar(int count)(Code) | | |
setDot | public void setDot(int newPosition)(Code) | | |
|
|