Class ItemDrawer.ItemCategory

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
Direct Known Subclasses:
ItemDrawer.ItemNode
Enclosing class:
ItemDrawer

public class ItemDrawer.ItemCategory extends com.badlogic.gdx.scenes.scene2d.ui.Tree.Node<ItemDrawer.ItemNode,Item,group24.escaperoom.ui.editorTools.ItemDrawer.ItemDrawerEntry>
  • Constructor Summary

    Constructors
    Modifier
    Constructor
    Description
    protected
    ItemCategory(group24.escaperoom.ui.editorTools.ItemDrawer.ItemDrawerEntry entry)
     
     
    ItemCategory(String categoryName)
     
  • Method Summary

    Modifier and Type
    Method
    Description
     

    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

    • ItemCategory

      protected ItemCategory(group24.escaperoom.ui.editorTools.ItemDrawer.ItemDrawerEntry entry)
    • ItemCategory

      public ItemCategory(String categoryName)
  • Method Details