Interface ITreeWithDataAccessor<Node,ID,Data>

Type Parameters:
Node - Type of the tree nodes.
ID - Type of the ID of the nodes.
Data - Type of the data associated to each node.
All Superinterfaces:
ITreeAccessor<Node,ID>, ITreeWithDataAccessor<Node,ID,Data>

public interface ITreeWithDataAccessor<Node,ID,Data> extends ITreeWithDataAccessor<Node,ID,Data>
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
  • Method Details