Class ItemDrawer.ItemNode

java.lang.Object
com.badlogic.gdx.scenes.scene2d.ui.Tree.Node<ItemDrawer.ItemNode,Item,group24.escaperoom.ui.editorTools.ItemDrawer.ItemDrawerEntry>
group24.escaperoom.ui.editorTools.ItemDrawer.ItemCategory
group24.escaperoom.ui.editorTools.ItemDrawer.ItemNode
Enclosing class:
ItemDrawer

public class ItemDrawer.ItemNode extends ItemDrawer.ItemCategory
  • Constructor Summary

    Constructors
    Constructor
    Description
    ItemNode(Item item)
     
    ItemNode(Item item, boolean selectable)
     
  • Method Summary

    Methods inherited from class group24.escaperoom.ui.editorTools.ItemDrawer.ItemCategory

    getBrush

    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

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • ItemNode

      public ItemNode(Item item)
    • ItemNode

      public ItemNode(Item item, boolean selectable)