Uses of Class
com.helger.tree.withid.unique.AbstractTreeItemWithUniqueIDFactory
-
Packages that use AbstractTreeItemWithUniqueIDFactory Package Description com.helger.tree.withid.folder com.helger.tree.withid.unique -
-
Uses of AbstractTreeItemWithUniqueIDFactory in com.helger.tree.withid.folder
Subclasses of AbstractTreeItemWithUniqueIDFactory in com.helger.tree.withid.folder Modifier and Type Class Description classAbstractFolderTreeItemFactory<KEYTYPE,DATATYPE,COLLTYPE extends Collection<DATATYPE>,ITEMTYPE extends BasicFolderTreeItem<KEYTYPE,DATATYPE,COLLTYPE,ITEMTYPE>>The default folder tree item factory implementation.classDefaultFolderTreeItemFactory<KEYTYPE,DATATYPE,COLLTYPE extends Collection<DATATYPE>>The default folder tree item factory implementation. -
Uses of AbstractTreeItemWithUniqueIDFactory in com.helger.tree.withid.unique
Subclasses of AbstractTreeItemWithUniqueIDFactory in com.helger.tree.withid.unique Modifier and Type Class Description classDefaultTreeItemWithUniqueIDFactory<KEYTYPE,DATATYPE>A special tree item factory that maintains a unique ID over all items!
-