|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ObjectDef | |
---|---|
prime.toolbox | |
prime.toolbox.xml |
Uses of ObjectDef in prime.toolbox |
---|
Constructors in prime.toolbox with parameters of type ObjectDef | |
---|---|
ObjectData(ObjectDef objectDef,
java.util.ArrayList<java.lang.Object> objectData)
Constructs an ObjectData object containing
the definitions and data of properties. |
|
PropertyDef(ObjectDef parentObject,
java.lang.String name,
java.lang.String type,
java.lang.String seq,
java.lang.String min,
java.lang.String max,
java.lang.String label,
java.lang.String description,
java.lang.String gui,
java.lang.String guistyle)
Constructs a property definition. |
Uses of ObjectDef in prime.toolbox.xml |
---|
Methods in prime.toolbox.xml that return ObjectDef | |
---|---|
ObjectDef |
ObjectCollection.getObjectDef(java.lang.Integer idx)
Retrieves a specific object definition from the collection knowing its index. |
ObjectDef |
ObjectCollection.getObjectDef(java.lang.String name)
Retrieves a specific object definition from the collection knowing its name. |
Methods in prime.toolbox.xml with parameters of type ObjectDef | |
---|---|
void |
ObjectCollection.addObject(ObjectDef objectDef)
Adds a new object to the collection of objects. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |