Package org.jline.builtins
Class Nano.Buffer
- java.lang.Object
-
- org.jline.builtins.Nano.Buffer
-
- Enclosing class:
- Nano
protected class Nano.Buffer extends java.lang.Object
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
Buffer(java.lang.String file)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
beginningOfLine()
void
endOfLine()
void
firstLine()
int
getDisplayedCursor()
void
gotoLine(int x, int y)
protected int[]
highlightEnd()
protected int[]
highlightStart()
void
lastLine()
void
matching()
void
moveTo(int x, int y)
void
nextPage()
void
nextWord()
void
prevPage()
void
prevWord()
void
scrollDown(int lines)
void
scrollUp(int lines)
-
-
-
Method Detail
-
moveTo
public void moveTo(int x, int y)
-
gotoLine
public void gotoLine(int x, int y)
-
getDisplayedCursor
public int getDisplayedCursor()
-
prevWord
public void prevWord()
-
nextWord
public void nextWord()
-
beginningOfLine
public void beginningOfLine()
-
endOfLine
public void endOfLine()
-
prevPage
public void prevPage()
-
nextPage
public void nextPage()
-
scrollUp
public void scrollUp(int lines)
-
scrollDown
public void scrollDown(int lines)
-
firstLine
public void firstLine()
-
lastLine
public void lastLine()
-
highlightStart
protected int[] highlightStart()
-
highlightEnd
protected int[] highlightEnd()
-
matching
public void matching()
-
-