|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.mud.flash.FlashTerminal
public class FlashTerminal
Constructor Summary | |
---|---|
FlashTerminal()
|
Method Summary | |
---|---|
protected void |
disconnect()
|
VDUBuffer |
getVDUBuffer()
Get the current buffer. |
void |
redraw()
Redraw terminal (send new/changed terminal lines to flash frontend). |
void |
run()
|
void |
setVDUBuffer(VDUBuffer buffer)
Set the VDUBuffer that contains the terminal screen and back-buffer |
void |
start(java.net.Socket flashSocket)
|
void |
updateScrollBar()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public FlashTerminal()
Method Detail |
---|
public void start(java.net.Socket flashSocket)
public void updateScrollBar()
updateScrollBar
in interface VDUDisplay
protected void disconnect()
public void run()
run
in interface java.lang.Runnable
public void redraw()
redraw
in interface VDUDisplay
public void setVDUBuffer(VDUBuffer buffer)
setVDUBuffer
in interface VDUDisplay
buffer
- the terminal bufferpublic VDUBuffer getVDUBuffer()
getVDUBuffer
in interface VDUDisplay
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |