Interface ISortableTreeProvider<T,S>

Type Parameters:
T - node type
S - the type of the sort property
All Superinterfaces:
IClusterable, IDetachable, ISortStateLocator<S>, ITreeProvider<T>, Serializable
All Known Implementing Classes:
SortableTreeProvider

public interface ISortableTreeProvider<T,S> extends ITreeProvider<T>, ISortStateLocator<S>
Tree provider that can hold sort state
Author:
svenmeier