| java.lang.Object org.jdesktop.j3d.loaders.vrml97.impl.Proto
Proto | public class Proto implements Namespace(Code) | | Description of the Class
|
Method Summary | |
public void | addObject(BaseNode node) | public void | addRoute(BaseNode fromNode, String fromEventOut, BaseNode toNode, String toEventIn) | public void | define(String defName, BaseNode node) | String | getName() | public ProtoInstance | instance() | void | registerClone(BaseNode org, BaseNode clone) | public void | setEventIn(String eventInName, Field f) | public void | setEventOut(String eventOutName, Field f) | public void | setExposedField(String fieldName, Field f) | public void | setField(String fieldName, Field f) | public boolean | setupEventIsMap(Node node, String nodeEventName, String protoFieldName) | synchronized boolean | setupIsMap(Field nodeField, String protoFieldName) | public String | toString() | public BaseNode | use(String defName) |
Proto | Proto(Loader loader, String initName)(Code) | | Constructor for the Proto object
Parameters: loader - Description of the Parameter Parameters: initName - Description of the Parameter |
addObject | public void addObject(BaseNode node)(Code) | | Adds a feature to the Object attribute of the Proto object
Parameters: node - The feature to be added to the Object attribute |
addRoute | public void addRoute(BaseNode fromNode, String fromEventOut, BaseNode toNode, String toEventIn)(Code) | | Adds a feature to the Route attribute of the Proto object
Parameters: fromNode - The feature to be added to the Route attribute Parameters: fromEventOut - The feature to be added to the Route attribute Parameters: toNode - The feature to be added to the Route attribute Parameters: toEventIn - The feature to be added to the Route attribute |
define | public void define(String defName, BaseNode node)(Code) | | Description of the Method
Parameters: defName - Description of the Parameter Parameters: node - Description of the Parameter |
getName | String getName()(Code) | | Gets the name attribute of the Proto object
The name value |
instance | public ProtoInstance instance()(Code) | | Description of the Method
Description of the Return Value |
registerClone | void registerClone(BaseNode org, BaseNode clone)(Code) | | Description of the Method
Parameters: org - Description of the Parameter Parameters: clone - Description of the Parameter |
setEventIn | public void setEventIn(String eventInName, Field f)(Code) | | Sets the eventIn attribute of the Proto object
Parameters: eventInName - The new eventIn value Parameters: f - The new eventIn value |
setEventOut | public void setEventOut(String eventOutName, Field f)(Code) | | Sets the eventOut attribute of the Proto object
Parameters: eventOutName - The new eventOut value Parameters: f - The new eventOut value |
setExposedField | public void setExposedField(String fieldName, Field f)(Code) | | Sets the exposedField attribute of the Proto object
Parameters: fieldName - The new exposedField value Parameters: f - The new exposedField value |
setField | public void setField(String fieldName, Field f)(Code) | | Sets the field attribute of the Proto object
Parameters: fieldName - The new field value Parameters: f - The new field value |
setupEventIsMap | public boolean setupEventIsMap(Node node, String nodeEventName, String protoFieldName)(Code) | | Description of the Method
Parameters: node - Description of the Parameter Parameters: nodeEventName - Description of the Parameter Parameters: protoFieldName - Description of the Parameter Description of the Return Value |
setupIsMap | synchronized boolean setupIsMap(Field nodeField, String protoFieldName)(Code) | | Description of the Method
Parameters: nodeField - Description of the Parameter Parameters: protoFieldName - Description of the Parameter Description of the Return Value |
toString | public String toString()(Code) | | Description of the Method
Description of the Return Value |
use | public BaseNode use(String defName)(Code) | | Description of the Method
Parameters: defName - Description of the Parameter Description of the Return Value |
|
|