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) |
protected Buffer(String file)
public void moveTo(int x, int y)
public void gotoLine(int x, int y)
public int getDisplayedCursor()
public void prevWord()
public void nextWord()
public void beginningOfLine()
public void endOfLine()
public void prevPage()
public void nextPage()
public void scrollUp(int lines)
public void scrollDown(int lines)
public void firstLine()
public void lastLine()
protected int[] highlightStart()
protected int[] highlightEnd()
public void matching()
Copyright © 2020. All rights reserved.