public class GazeVncViewer extends VncViewer
java.applet.Applet.AccessibleApplet
Modifier and Type | Field and Description |
---|---|
(package private) GazeButtonPanel |
mGazeButtonPanel |
(package private) GazeVncCanvas |
mGazeCanvas |
(package private) GazeProto |
mGazeProto |
(package private) GazeOptionsFrame |
optionsFrame |
private static long |
serialVersionUID |
buttonPanel, clipboard, debugStatsExcludeUpdates, debugStatsMeasureUpdates, deferCursorUpdates, deferScreenUpdates, deferUpdateRequests, desktopScrollPane, gridbag, host, inAnApplet, inSeparateFrame, mainArgs, options, passwordParam, port, refApplet, rfb, showControls, showOfflineDesktop, vc, vncContainer, vncFrame
Constructor and Description |
---|
GazeVncViewer() |
Modifier and Type | Method and Description |
---|---|
protected void |
connectAndAuthenticate() |
protected void |
createCanvas(int maxWidth,
int maxHeight) |
void |
init() |
static void |
main(java.lang.String[] argv) |
protected void |
moveFocusToDesktop() |
protected void |
readParameters() |
void |
run() |
void |
ShowGazeOptions() |
askPassword, autoSelectEncodings, checkRecordingStatus, destroy, disconnect, doProtocolInitialisation, enableInput, fatalError, fatalError, processNormalProtocol, readIntParameter, readParameter, showConnectionStatus, startRecording, stop, stopRecording, update, windowActivated, windowClosed, windowClosing, windowDeactivated, windowDeiconified, windowIconified, windowOpened
getAccessibleContext, getAppletContext, getAppletInfo, getAudioClip, getAudioClip, getCodeBase, getDocumentBase, getImage, getImage, getLocale, getParameter, getParameterInfo, isActive, isValidateRoot, newAudioClip, play, play, resize, resize, setStub, showStatus, start
add, add, add, add, add, addContainerListener, addImpl, addPropertyChangeListener, addPropertyChangeListener, applyComponentOrientation, areFocusTraversalKeysSet, countComponents, deliverEvent, doLayout, findComponentAt, findComponentAt, getAlignmentX, getAlignmentY, getComponent, getComponentAt, getComponentAt, getComponentCount, getComponents, getComponentZOrder, getContainerListeners, getFocusTraversalKeys, getFocusTraversalPolicy, getInsets, getLayout, getListeners, getMaximumSize, getMinimumSize, getMousePosition, getPreferredSize, insets, invalidate, isAncestorOf, isFocusCycleRoot, isFocusCycleRoot, isFocusTraversalPolicyProvider, isFocusTraversalPolicySet, layout, list, list, locate, minimumSize, paint, paintComponents, paramString, preferredSize, print, printComponents, processContainerEvent, processEvent, remove, remove, removeAll, removeContainerListener, removeNotify, setComponentZOrder, setFocusCycleRoot, setFocusTraversalKeys, setFocusTraversalPolicy, setFocusTraversalPolicyProvider, setFont, setLayout, transferFocusDownCycle, validate, validateTree
action, add, addComponentListener, addFocusListener, addHierarchyBoundsListener, addHierarchyListener, addInputMethodListener, addKeyListener, addMouseListener, addMouseMotionListener, addMouseWheelListener, bounds, checkImage, checkImage, coalesceEvents, contains, contains, createImage, createImage, createVolatileImage, createVolatileImage, disable, disableEvents, dispatchEvent, enable, enable, enableEvents, enableInputMethods, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, getBackground, getBaseline, getBaselineResizeBehavior, getBounds, getBounds, getColorModel, getComponentListeners, getComponentOrientation, getCursor, getDropTarget, getFocusCycleRootAncestor, getFocusListeners, getFocusTraversalKeysEnabled, getFont, getFontMetrics, getForeground, getGraphics, getGraphicsConfiguration, getHeight, getHierarchyBoundsListeners, getHierarchyListeners, getIgnoreRepaint, getInputContext, getInputMethodListeners, getInputMethodRequests, getKeyListeners, getLocation, getLocation, getLocationOnScreen, getMouseListeners, getMouseMotionListeners, getMousePosition, getMouseWheelListeners, getName, getParent, getPeer, getPropertyChangeListeners, getPropertyChangeListeners, getSize, getSize, getToolkit, getTreeLock, getWidth, getX, getY, gotFocus, handleEvent, hasFocus, hide, imageUpdate, inside, isBackgroundSet, isCursorSet, isDisplayable, isDoubleBuffered, isEnabled, isFocusable, isFocusOwner, isFocusTraversable, isFontSet, isForegroundSet, isLightweight, isMaximumSizeSet, isMinimumSizeSet, isOpaque, isPreferredSizeSet, isShowing, isValid, isVisible, keyDown, keyUp, list, list, list, location, lostFocus, mouseDown, mouseDrag, mouseEnter, mouseExit, mouseMove, mouseUp, move, nextFocus, paintAll, postEvent, prepareImage, prepareImage, printAll, processComponentEvent, processFocusEvent, processHierarchyBoundsEvent, processHierarchyEvent, processInputMethodEvent, processKeyEvent, processMouseEvent, processMouseMotionEvent, processMouseWheelEvent, remove, removeComponentListener, removeFocusListener, removeHierarchyBoundsListener, removeHierarchyListener, removeInputMethodListener, removeKeyListener, removeMouseListener, removeMouseMotionListener, removeMouseWheelListener, removePropertyChangeListener, removePropertyChangeListener, repaint, repaint, repaint, repaint, requestFocus, requestFocus, requestFocusInWindow, requestFocusInWindow, reshape, revalidate, setBackground, setBounds, setBounds, setComponentOrientation, setCursor, setDropTarget, setEnabled, setFocusable, setFocusTraversalKeysEnabled, setForeground, setIgnoreRepaint, setLocale, setLocation, setLocation, setMaximumSize, setMinimumSize, setName, setPreferredSize, setSize, setSize, setVisible, show, show, size, toString, transferFocus, transferFocusBackward, transferFocusUpCycle
private static final long serialVersionUID
GazeProto mGazeProto
GazeButtonPanel mGazeButtonPanel
GazeVncCanvas mGazeCanvas
GazeOptionsFrame optionsFrame
public static void main(java.lang.String[] argv)
public void ShowGazeOptions()
public void run()
protected void readParameters()
readParameters
in class VncViewer
protected void moveFocusToDesktop()
moveFocusToDesktop
in class VncViewer
protected void connectAndAuthenticate() throws java.lang.Exception
connectAndAuthenticate
in class VncViewer
java.lang.Exception
protected void createCanvas(int maxWidth, int maxHeight) throws java.io.IOException
createCanvas
in class VncViewer
java.io.IOException