Uses of Class
com.badlogic.gdx.scenes.scene2d.ui.Tree
-
Packages that use Tree Package Description com.badlogic.gdx.scenes.scene2d.ui -
-
Uses of Tree in com.badlogic.gdx.scenes.scene2d.ui
Methods in com.badlogic.gdx.scenes.scene2d.ui that return Tree Modifier and Type Method Description Tree<N,V>Tree.Node. getTree()Returns the tree this node's actor is currently in, or null.Methods in com.badlogic.gdx.scenes.scene2d.ui with parameters of type Tree Modifier and Type Method Description protected intTree.Node. addToTree(Tree<N,V> tree, int actorIndex)Called to add the actor to the tree when the node's parent is expanded.protected voidTree.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.
-