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