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>
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 Summary
Methods inherited from interface ITreeAccessor
getChildren, getId
-
Method Details
-
getNodeData
Deprecated.- Specified by:
getNodeDatain interfaceITreeWithDataAccessor<Node,ID, Data> - Parameters:
node- Tree node for which to retrieve the data.- Returns:
- The data associated with the tree node.
-
ITreeWithDataAccessorinstead.