Package javaforce.awt
Class VNCWebConsole
java.lang.Object
java.lang.Thread
javaforce.awt.VNCWebConsole
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Thread
Thread.Builder, Thread.State, Thread.UncaughtExceptionHandler -
Field Summary
FieldsFields inherited from class java.lang.Thread
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidcad()static PanelcreatePanel(int vnc_port, String password, int opts, WebUIClient client) voidkeyDown(int code, boolean convert) voidkeyUp(int code, boolean convert) voidmouse(int x, int y, int buttons) voidvoidrefresh()voidrun()voidscale()voidwinkey()Methods inherited from class java.lang.Thread
activeCount, checkAccess, clone, countStackFrames, currentThread, dumpStack, enumerate, getAllStackTraces, getContextClassLoader, getDefaultUncaughtExceptionHandler, getId, getName, getPriority, getStackTrace, getState, getThreadGroup, getUncaughtExceptionHandler, holdsLock, interrupt, interrupted, isAlive, isDaemon, isInterrupted, isVirtual, join, join, join, join, ofPlatform, ofVirtual, onSpinWait, resume, setContextClassLoader, setDaemon, setDefaultUncaughtExceptionHandler, setName, setPriority, setUncaughtExceptionHandler, sleep, sleep, sleep, start, startVirtualThread, stop, suspend, threadId, toString, yield
-
Field Details
-
OPT_TOOLBAR
public static final int OPT_TOOLBAR- See Also:
-
OPT_SCALE
public static final int OPT_SCALE- See Also:
-
-
Constructor Details
-
VNCWebConsole
-
-
Method Details
-
createPanel
-
run
public void run() -
refresh
public void refresh() -
cad
public void cad() -
winkey
public void winkey() -
scale
public void scale() -
onResized
-
mouse
public void mouse(int x, int y, int buttons) -
keyDown
public void keyDown(int code, boolean convert) -
keyUp
public void keyUp(int code, boolean convert)
-