| java.lang.Object jline.CursorBuffer
clearBuffer | public boolean clearBuffer()(Code) | | |
current | public char current()(Code) | | |
isOvertyping | public boolean isOvertyping()(Code) | | |
length | public int length()(Code) | | |
setOvertyping | public void setOvertyping(boolean b)(Code) | | |
write | public void write(char c)(Code) | | Write the specific character into the buffer, setting the cursor position
ahead one. The text may overwrite or insert based on the current setting
of isOvertyping().
Parameters: c - the character to insert |
write | public void write(String str)(Code) | | Insert the specified
String into the buffer, setting the cursor
to the end of the insertion point.
Parameters: str - the String to insert. Must not be null. |
|
|