Serialized Form
-
Package com.shinyhut.vernacular
-
Class com.shinyhut.vernacular.VernacularViewer extends JFrame implements Serializable
-
Serialized Fields
-
bpp16TrueColorMenuItem
JMenuItem bpp16TrueColorMenuItem
-
bpp8IndexedColorMenuItem
JMenuItem bpp8IndexedColorMenuItem
-
client
VernacularClient client
-
clipboardMonitor
Thread clipboardMonitor
-
config
VernacularConfig config
-
connectMenuItem
JMenuItem connectMenuItem
-
disconnectMenuItem
JMenuItem disconnectMenuItem
-
focusRequester
AncestorListener focusRequester
-
lastFrame
Image lastFrame
-
shutdown
boolean shutdown
-
-
-
-
Package com.shinyhut.vernacular.client.exceptions
-
Class com.shinyhut.vernacular.client.exceptions.AuthenticationFailedException extends VncException implements Serializable
-
Serialized Fields
-
serverMessage
String serverMessage
-
-
-
Class com.shinyhut.vernacular.client.exceptions.AuthenticationRequiredException extends VncException implements Serializable
-
Class com.shinyhut.vernacular.client.exceptions.HandshakingFailedException extends VncException implements Serializable
-
Serialized Fields
-
serverMessage
String serverMessage
-
-
-
Class com.shinyhut.vernacular.client.exceptions.InvalidMessageException extends VncException implements Serializable
-
Serialized Fields
-
messageType
String messageType
-
-
-
Class com.shinyhut.vernacular.client.exceptions.NoSupportedSecurityTypesException extends VncException implements Serializable
-
Class com.shinyhut.vernacular.client.exceptions.UnexpectedVncException extends VncException implements Serializable
-
Class com.shinyhut.vernacular.client.exceptions.UnknownMessageTypeException extends VncException implements Serializable
-
Serialized Fields
-
messageType
int messageType
-
-
-
Class com.shinyhut.vernacular.client.exceptions.UnsupportedEncodingException extends VncException implements Serializable
-
Serialized Fields
-
encodingType
int encodingType
-
-
-
Class com.shinyhut.vernacular.client.exceptions.UnsupportedProtocolVersionException extends VncException implements Serializable
-
Serialized Fields
-
requiredMajor
int requiredMajor
-
requiredMinor
int requiredMinor
-
serverMajor
int serverMajor
-
serverMinor
int serverMinor
-
-
-
Class com.shinyhut.vernacular.client.exceptions.VncException extends Exception implements Serializable
-