Class TreeControl.AbstractTreeNodeRepresentationStrategy<V>

java.lang.Object
io.guise.framework.component.TreeControl.AbstractTreeNodeRepresentationStrategy<V>
Type Parameters:
V - The type of value the strategy is to represent.
All Implemented Interfaces:
TreeControl.TreeNodeRepresentationStrategy<V>
Direct Known Subclasses:
TreeControl.DefaultValueRepresentationStrategy, TreeControl.InfoModelTreeNodeRepresentationStrategy, TreeControl.TextModelTreeNodeRepresentationStrategy
Enclosing class:
TreeControl

public abstract static class TreeControl.AbstractTreeNodeRepresentationStrategy<V> extends Object implements TreeControl.TreeNodeRepresentationStrategy<V>
An abstract tree node representation strategy.
Author:
Garret Wilson
  • Constructor Details

    • AbstractTreeNodeRepresentationStrategy

      public AbstractTreeNodeRepresentationStrategy()