|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.crsh.display.DisplayContext
public abstract class DisplayContext
| Constructor Summary | |
|---|---|
DisplayContext()
|
|
| Method Summary | |
|---|---|
protected abstract void |
print(char[] cbuf,
int off,
int len)
|
java.io.PrintWriter |
printer()
|
protected abstract void |
println()
|
void |
write(char[] cbuf,
int off,
int len)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DisplayContext()
| Method Detail |
|---|
public final void write(char[] cbuf,
int off,
int len)
public java.io.PrintWriter printer()
protected abstract void print(char[] cbuf,
int off,
int len)
protected abstract void println()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||