|
FreeWRL / FreeX3D 4.3.0
|
Public Member Functions | |
| FWSFBool (FreeWRLFieldDefinition def, FreeWRLBrowser b) | |
| boolean | getValue () throws InvalidFieldException |
| void | setValue (boolean value) throws InvalidFieldException |
Public Member Functions inherited from sai.FreeWRLField | |
| FreeWRLField (FreeWRLFieldDefinition def, FreeWRLBrowser b) | |
| String | toString () |
| X3DFieldDefinition | getDefinition () throws InvalidFieldException, ConnectionException |
| boolean | isReadable () throws InvalidFieldException, ConnectionException |
| boolean | isWritable () throws InvalidFieldException, ConnectionException |
| void | addX3DEventListener (X3DFieldEventListener l) throws ConnectionException, InvalidFieldException |
| void | removeX3DEventListener (X3DFieldEventListener l) throws ConnectionException, InvalidFieldException |
| void | setUserData (Object data) throws InvalidFieldException, ConnectionException |
| Object | getUserData () throws InvalidFieldException, ConnectionException |
| void | dispose () |
| void | checkValid () |
| void | setCommand (String com) |
| void | setNode (String nod) |
| void | setDataType (String dt) |
| void | setNodePtr (String np) |
| void | setOffset (String off) |
| void | setDataSize (String ds) |
| void | setScriptType (String st) |
| String | getDataSize () |
| String | getScriptType () |
| String | getCommand () |
| String | getNode () |
| String | getDataType () |
| String | getNodePtr () |
| String | getOffset () |
Additional Inherited Members | |
Protected Attributes inherited from sai.FreeWRLField | |
| FreeWRLFieldDefinition | fieldDef |
| Object | userData |
| FreeWRLBrowser | browser |
Definition at line 4 of file FWSFBool.java.
|
inline |
Definition at line 7 of file FWSFBool.java.
|
inline |
Definition at line 12 of file FWSFBool.java.
|
inline |
Definition at line 17 of file FWSFBool.java.