Uses of Interface
com.helger.tree.withid.unique.ITreeItemWithUniqueIDFactory
-
Packages that use ITreeItemWithUniqueIDFactory Package Description com.helger.tree.withid.folder com.helger.tree.withid.unique -
-
Uses of ITreeItemWithUniqueIDFactory in com.helger.tree.withid.folder
Subinterfaces of ITreeItemWithUniqueIDFactory in com.helger.tree.withid.folder Modifier and Type Interface Description interfaceIFolderTreeItemFactory<KEYTYPE,DATATYPE,COLLTYPE extends Collection<DATATYPE>,ITEMTYPE extends IFolderTreeItem<KEYTYPE,DATATYPE,COLLTYPE,ITEMTYPE>>A factory interface that creates tree items.Classes in com.helger.tree.withid.folder that implement ITreeItemWithUniqueIDFactory 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 ITreeItemWithUniqueIDFactory in com.helger.tree.withid.unique
Classes in com.helger.tree.withid.unique that implement ITreeItemWithUniqueIDFactory Modifier and Type Class Description classAbstractTreeItemWithUniqueIDFactory<KEYTYPE,DATATYPE,ITEMTYPE extends ITreeItemWithID<KEYTYPE,DATATYPE,ITEMTYPE>>An abstract tree item factory that maintains a unique ID over all items.classDefaultTreeItemWithUniqueIDFactory<KEYTYPE,DATATYPE>A special tree item factory that maintains a unique ID over all items!Methods in com.helger.tree.withid.unique that return ITreeItemWithUniqueIDFactory Modifier and Type Method Description protected ITreeItemWithUniqueIDFactory<KEYTYPE,DATATYPE,ITEMTYPE>BasicTreeWithGlobalUniqueID. getFactory()Constructors in com.helger.tree.withid.unique with parameters of type ITreeItemWithUniqueIDFactory Constructor Description BasicTreeWithGlobalUniqueID(ITreeItemWithUniqueIDFactory<KEYTYPE,DATATYPE,ITEMTYPE> aFactory)DefaultTreeWithGlobalUniqueID(ITreeItemWithUniqueIDFactory<KEYTYPE,DATATYPE,DefaultTreeItemWithID<KEYTYPE,DATATYPE>> aFactory)
-