JavaScript is disabled on your browser.
kawa
Class DomTermBackend
-
-
Field Summary
-
Fields inherited from class org.domterm.Backend
lineEditingMode, termWriter, verbosity, versionInfo
-
Method Summary
All Methods
| Modifier and Type |
Method and Description |
void |
close (boolean isLast) |
static void |
loadStyleSheet (java.lang.String name,
java.lang.String fname) |
void |
processInputCharacters (java.lang.String text) |
void |
reportEvent (java.lang.String name,
java.lang.String str) |
void |
run () |
void |
run (java.io.Writer out) |
void |
setWindowSize (int nrows,
int ncols,
int pixh,
int pixw) |
-
Methods inherited from class org.domterm.Backend
addVersionInfo, generateSessionName, getVersionInfo, isCanonicalMode, isEchoingMode, sendInputMode, sendSessionName, sendSessionName, setAutomaticNewline
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Field Detail
-
pixw
public volatile int pixw
-
pixh
public volatile int pixh
-
Constructor Detail
-
DomTermBackend
public DomTermBackend()
-
Method Detail
-
run
public void run()
- Specified by:
run in interface java.lang.Runnable