libgdx API

Uses of Class
com.badlogic.gdx.scenes.scene2d.ui.Tree

Packages that use Tree
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
 Tree Tree.Node.getTree()
          Returns the tree this node is currently in, or null.
 

Methods in com.badlogic.gdx.scenes.scene2d.ui with parameters of type Tree
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.
 


libgdx API

Copyright 2010 Mario Zechner (contact@badlogicgames.com), Nathan Sweet (admin@esotericsoftware.com)