|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ObjectTree
This is the interface definition of the object tree.
Method Summary | |
---|---|
int |
getNumObjects()
Returns the total number of objects. |
ZObject |
getObject(int objectNum)
Returns the Z-object with the specified object number. |
short |
getPropertyDefault(int propertyNum)
Returns the property default value at the specified position in the property defaults table. |
int |
getPropertyLength(int propertyAddress)
Determines the length of the property at the specified address. |
void |
insertObject(int parentNum,
int objectNum)
Inserts an object to a new parent. |
void |
removeObject(int objectNum)
Removes an object from its parent. |
Method Detail |
---|
short getPropertyDefault(int propertyNum)
propertyNum
- the default entry's propery number
ZObject getObject(int objectNum)
objectNum
- object number
int getNumObjects()
void removeObject(int objectNum)
objectNum
- the object numbervoid insertObject(int parentNum, int objectNum)
parentNum
- the parent numberobjectNum
- the object numberint getPropertyLength(int propertyAddress)
propertyAddress
- the property address
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |