|
| void | getValue (X3DNode[] nodes) throws ArrayIndexOutOfBoundsException |
| |
| X3DNode | get1Value (int index) throws ArrayIndexOutOfBoundsException |
| |
| void | setValue (int size, X3DNode[] value) |
| |
| void | set1Value (int index, X3DNode value) |
| |
| void | append (X3DNode value) |
| |
| void | insertValue (int index, X3DNode value) |
| |
| | FreeWRLMField (FreeWRLFieldDefinition def, FreeWRLBrowser b) |
| |
| int | size () throws InvalidFieldException, ConnectionException |
| |
| void | clear () throws InvalidFieldException, ConnectionException |
| |
| void | remove (int index) throws InvalidFieldException, ConnectionException, ArrayIndexOutOfBoundsException |
| |
| | 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 () |
| |
|
X3DFieldDefinition | getDefinition () throws InvalidFieldException, ConnectionException |
| |
|
boolean | isReadable () throws InvalidFieldException, ConnectionException |
| |
|
boolean | isWritable () throws InvalidFieldException, ConnectionException |
| |
|
void | addX3DEventListener (X3DFieldEventListener l) throws InvalidFieldException, ConnectionException |
| |
|
void | removeX3DEventListener (X3DFieldEventListener l) throws InvalidFieldException, ConnectionException |
| |
|
void | setUserData (Object data) throws InvalidFieldException, ConnectionException |
| |
|
Object | getUserData () throws InvalidFieldException, ConnectionException |
| |
|
void | dispose () |
| |
|
int | size () throws InvalidFieldException, ConnectionException |
| |
|
void | clear () throws InvalidFieldException, ConnectionException |
| |
|
void | remove (int index) throws InvalidFieldException, ConnectionException, ArrayIndexOutOfBoundsException |
| |
|
void | getValue (X3DNode[] nodes) |
| |
|
X3DNode | get1Value (int index) |
| |
|
void | setValue (int size, X3DNode[] value) |
| |
|
void | set1Value (int index, X3DNode value) |
| |
|
void | append (X3DNode value) |
| |
|
void | insertValue (int index, X3DNode value) |
| |
Definition at line 5 of file FWMFNode.java.