Class NodeStateEntity


  • public class NodeStateEntity
    extends Object
    The state of a tree node.
    Author:
    mmoquillon
    • Constructor Detail

      • NodeStateEntity

        public NodeStateEntity()
    • Method Detail

      • isSelected

        public boolean isSelected()
      • setSelected

        public void setSelected​(boolean selected)
      • isOpened

        public boolean isOpened()
      • setOpened

        public void setOpened​(boolean opened)