|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TreeElement | |
---|---|
artofillusion.animation | |
artofillusion.ui |
Uses of TreeElement in artofillusion.animation |
---|
Subclasses of TreeElement in artofillusion.animation | |
---|---|
class |
ObjectRefTreeElement
This class represents an ObjectRef in a the TreeList. |
class |
TrackTreeElement
|
Methods in artofillusion.animation with parameters of type TreeElement | |
---|---|
void |
TrackTreeElement.addChild(TreeElement el,
int position)
|
void |
ObjectRefTreeElement.addChild(TreeElement el,
int position)
|
boolean |
TrackTreeElement.canAcceptAsParent(TreeElement el)
|
boolean |
ObjectRefTreeElement.canAcceptAsParent(TreeElement el)
|
Constructors in artofillusion.animation with parameters of type TreeElement | |
---|---|
ObjectRefTreeElement(ObjectRef obj,
TreeElement parent,
TreeList tree,
ObjectInfo exclude)
|
|
TrackTreeElement(Track tr,
TreeElement parent,
TreeList tree)
|
Uses of TreeElement in artofillusion.ui |
---|
Subclasses of TreeElement in artofillusion.ui | |
---|---|
class |
GenericTreeElement
|
class |
ObjectTreeElement
This class represents an object in the tree of objects in a scene. |
Methods in artofillusion.ui that return TreeElement | |
---|---|
TreeElement |
TreeList.findElement(java.lang.Object obj)
Find the TreeElement corresponding to an object, or null if there is none. |
TreeElement |
TreeElement.getChild(int which)
Get a particular child of this element. |
TreeElement |
TreeList.TreeElementEvent.getElement()
|
TreeElement[] |
TreeList.getElements()
Get an array of all the TreeElements in the tree. |
TreeElement |
TreeElement.getParent()
Get the parent of this element. |
Methods in artofillusion.ui with parameters of type TreeElement | |
---|---|
abstract void |
TreeElement.addChild(TreeElement el,
int position)
Add another element as a child of this one. |
void |
ObjectTreeElement.addChild(TreeElement el,
int position)
|
void |
GenericTreeElement.addChild(TreeElement el,
int position)
|
void |
TreeList.addElement(TreeElement el)
Add an element to the tree. |
void |
TreeList.addElement(TreeElement el,
int position)
Add an element to the tree. |
abstract boolean |
TreeElement.canAcceptAsParent(TreeElement el)
Determine whether this element can be added as a child of another one If el is null, return whether this element can be added at the root level of the tree. |
boolean |
ObjectTreeElement.canAcceptAsParent(TreeElement el)
|
boolean |
GenericTreeElement.canAcceptAsParent(TreeElement el)
|
Constructors in artofillusion.ui with parameters of type TreeElement | |
---|---|
GenericTreeElement(java.lang.String label,
java.lang.Object obj,
TreeElement parent,
TreeList tree,
java.util.Vector children)
|
|
ObjectTreeElement(ObjectInfo info,
TreeElement parent,
TreeList tree,
boolean addChildren)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |