Class DummyTreeNodeModel

All Implemented Interfaces:
com.globalmentor.beans.PropertyBindable, com.globalmentor.beans.PropertyConstrainable, com.globalmentor.model.MutableValued<String>, com.globalmentor.model.Valued<String>, ActionListenable, ActionModel, Model, Selectable, TreeNodeModel<String>, ValueModel<String>, Iterable<TreeNodeModel<?>>

public class DummyTreeNodeModel extends DefaultTreeNodeModel<String>
A dummy tree node that holds no value and, if placed as the root of a tree, will not be displayed.
Author:
Garret Wilson
  • Constructor Details

    • DummyTreeNodeModel

      public DummyTreeNodeModel()
      Constructs a dummy tree node model.