Package gaiasky.gui.components
Class BookmarksComponent.TreeNode
java.lang.Object
com.badlogic.gdx.scenes.scene2d.ui.Tree.Node<BookmarksComponent.TreeNode,String,OwnLabel>
gaiasky.gui.components.BookmarksComponent.TreeNode
- Enclosing class:
BookmarksComponent
public static class BookmarksComponent.TreeNode
extends com.badlogic.gdx.scenes.scene2d.ui.Tree.Node<BookmarksComponent.TreeNode,String,OwnLabel>
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionTreeNode
(BookmarksManager.BookmarkNode node, com.badlogic.gdx.scenes.scene2d.ui.Skin skin) -
Method Summary
Methods inherited from class com.badlogic.gdx.scenes.scene2d.ui.Tree.Node
add, addAll, addToTree, clearChildren, collapseAll, expandAll, expandTo, findExpandedValues, findNode, getActor, getChildren, getHeight, getIcon, getLevel, getParent, getTree, getValue, hasChildren, insert, isAscendantOf, isDescendantOf, isExpanded, isSelectable, remove, remove, removeFromTree, restoreExpandedValues, setActor, setExpanded, setIcon, setSelectable, setValue, updateChildren
-
Field Details
-
node
-
-
Constructor Details
-
TreeNode
-