public class Node extends OWItem
Node represent a node on a Tree
  • Constructor Details

  • Method Details

    • isSelected

      public boolean isSelected()
    • setSelected

      public void setSelected(boolean value)
    • isExpanded

      public boolean isExpanded()
    • setExpanded

      public void setExpanded(boolean value)
    • addNode

      @NotNull public @NotNull Node addNode(@NotNull @NotNull Node item)
    • addNode

      @NotNull public @NotNull Node addNode(@NotNull @NotNull Node item, int index)
    • removeNode

      @NotNull public @NotNull Node removeNode(@NotNull @NotNull Node item)
    • removeAllNode

      @NotNull public @NotNull Node removeAllNode()
    • getNodeCount

      public int getNodeCount()
    • getNode

      public Node getNode(int index)
    • getNodes

      public Node @NotNull [] getNodes()