Modifier and Type | Method and Description |
---|---|
void |
beginningOfLine() |
void |
endOfLine() |
void |
firstLine() |
int |
getDisplayedCursor() |
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 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()
public void matching()
Copyright © 2018 JBoss by Red Hat. All rights reserved.