Serialized Form
browser
vrml.external.Browser browser
- Contains the instance to the
Browser
class.
This class is used to comunicate between your applet and an
VRML browser only if these are in the same HTML page.
host
java.lang.String host
- This is the string that contains the host information
istance_ID
int istance_ID
- The identifier ID of current instance
listener
Listener listener
- Contains the instance of
Listener
class
maxChars
int maxChars
nodesList
java.util.Hashtable nodesList
- Contains a list of vrml nodes add to the VRML browser
port
int port
- Contains the port number used by the socket
remote_name
java.lang.String remote_name
- Contains the information like 'login@machine'
s
java.net.Socket s
- Contains the socket to comunicate with the server
showRoundTripCheck
java.awt.Checkbox showRoundTripCheck
- This is the control to choose if you want to show the RTT.
If you don't want this feature you can not use this control, but you
must initialize the
showRoundTripInitial
correctly.
showRoundTripInitial
boolean showRoundTripInitial
- Indicate if a RTT will be visible
tableMFNode
java.util.Hashtable tableMFNode
- Contains the tokens available for MFNode VRML field
tableSFBool
java.util.Hashtable tableSFBool
- Contains the tokens available for SFBool VRML field
tableSFColor
java.util.Hashtable tableSFColor
- Contains the tokens available for SFColor VRML field
tableSFFloat
java.util.Hashtable tableSFFloat
- Contains the tokens available for SFFloat VRML field
tableSFInt32
java.util.Hashtable tableSFInt32
- Contains the tokens available for SFInt32 VRML field
tableSFNode
java.util.Hashtable tableSFNode
- Contains the tokens available for SFNode VRML field
tableSFRotation
java.util.Hashtable tableSFRotation
- Contains the tokens available for SFRotation VRML field
tableSFTime
java.util.Hashtable tableSFTime
- Contains the tokens available for SFTime VRML field
tableSFVec2f
java.util.Hashtable tableSFVec2f
- Contains the tokens available for SFVec2f VRML field
tableSFVec3f
java.util.Hashtable tableSFVec3f
- Contains the tokens available for SFVec3F VRML field
typePrompt
java.awt.Label typePrompt
- This
Label
is used with the TextField
and it
used only by graphicAppletInit
method.
typist
Typist typist
- Contains the instance of
Typist
class
winAll
java.awt.TextArea winAll
- This is the area used to write the information that the server send us.
It must be present in your applet graphical interface for a correct
use of this applet.
winLocal
java.awt.TextField winLocal
- This is the control used to insert information to send to the server.
It must be present in your applet graphical interface for a correct
use of this applet.