Package | Description |
---|---|
com.badlogic.gdx.scenes.scene2d.ui |
Modifier and Type | Method and Description |
---|---|
Tree<N,V> |
Tree.Node.getTree()
Returns the tree this node's actor is currently in, or null.
|
Modifier and Type | Method and Description |
---|---|
protected int |
Tree.Node.addToTree(Tree<N,V> tree,
int actorIndex)
Called to add the actor to the tree when the node's parent is expanded.
|
protected void |
Tree.Node.removeFromTree(Tree<N,V> tree,
int actorIndex)
Called to remove the actor from the tree, eg when the node is removed or the node's parent is collapsed.
|