|
j3d-vrml97-0.1.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jdesktop.j3d.loaders.vrml97.impl.Proto
public class Proto
Description of the Class
Field Summary | |
---|---|
Hashtable |
FieldSpec
Description of the Field |
Method Summary | |
---|---|
void |
addObject(BaseNode node)
Adds a feature to the Object attribute of the Proto object |
void |
addRoute(BaseNode fromNode,
String fromEventOut,
BaseNode toNode,
String toEventIn)
Adds a feature to the Route attribute of the Proto object |
void |
define(String defName,
BaseNode node)
Description of the Method |
ProtoInstance |
instance()
Description of the Method |
void |
setEventIn(String eventInName,
Field f)
Sets the eventIn attribute of the Proto object |
void |
setEventOut(String eventOutName,
Field f)
Sets the eventOut attribute of the Proto object |
void |
setExposedField(String fieldName,
Field f)
Sets the exposedField attribute of the Proto object |
void |
setField(String fieldName,
Field f)
Sets the field attribute of the Proto object |
boolean |
setupEventIsMap(Node node,
String nodeEventName,
String protoFieldName)
Description of the Method |
String |
toString()
Description of the Method |
BaseNode |
use(String defName)
Description of the Method |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public Hashtable FieldSpec
Method Detail |
---|
public void define(String defName, BaseNode node)
define
in interface Namespace
defName
- Description of the Parameternode
- Description of the Parameterpublic BaseNode use(String defName)
use
in interface Namespace
defName
- Description of the Parameter
public void addRoute(BaseNode fromNode, String fromEventOut, BaseNode toNode, String toEventIn)
fromNode
- The feature to be added to the Route attributefromEventOut
- The feature to be added to the Route attributetoNode
- The feature to be added to the Route attributetoEventIn
- The feature to be added to the Route attributepublic boolean setupEventIsMap(Node node, String nodeEventName, String protoFieldName)
node
- Description of the ParameternodeEventName
- Description of the ParameterprotoFieldName
- Description of the Parameter
public void addObject(BaseNode node)
node
- The feature to be added to the Object attributepublic ProtoInstance instance()
public void setEventIn(String eventInName, Field f)
eventInName
- The new eventIn valuef
- The new eventIn valuepublic void setEventOut(String eventOutName, Field f)
eventOutName
- The new eventOut valuef
- The new eventOut valuepublic void setField(String fieldName, Field f)
fieldName
- The new field valuef
- The new field valuepublic void setExposedField(String fieldName, Field f)
fieldName
- The new exposedField valuef
- The new exposedField valuepublic String toString()
toString
in class Object
|
j3d-vrml97-0.1.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |