Class DummyTreeNodeModel

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

    public class DummyTreeNodeModel
    extends DefaultTreeNodeModel<java.lang.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 Detail

      • DummyTreeNodeModel

        public DummyTreeNodeModel()
        Constructs a dummy tree node model.