Interface ITreeWithDataAccessor<TNode,​TIdentifier,​TNodeData>

  • Type Parameters:
    TNode - Type of the tree nodes.
    TIdentifier - Type of the ID of the nodes.
    TNodeData - Type of the data associated to each node.
    All Superinterfaces:
    ITreeAccessor<TNode,​TIdentifier>, ITreeWithDataAccessor<TNode,​TIdentifier,​TNodeData>

    public interface ITreeWithDataAccessor<TNode,​TIdentifier,​TNodeData>
    extends ITreeWithDataAccessor<TNode,​TIdentifier,​TNodeData>
    Deprecated.
    Interface for accessing the children of tree nodes, together with the data associated with each tree node.
    Since:
    7.0.0
    Author:
    XIMA MEDIA GmbH