Class GTreeModel

java.lang.Object
docking.widgets.tree.internal.GTreeModel
All Implemented Interfaces:
TreeModel

public class GTreeModel extends Object implements TreeModel
  • Constructor Details

    • GTreeModel

      public GTreeModel(GTreeNode root)
      Constructs a GTreeModel with the given root node.
      Parameters:
      root - The root of the tree.
  • Method Details