Uses of Interface
com.helger.tree.withid.ITreeItemWithIDFactory
-
Packages that use ITreeItemWithIDFactory Package Description com.helger.tree.withid com.helger.tree.withid.folder com.helger.tree.withid.unique -
-
Uses of ITreeItemWithIDFactory in com.helger.tree.withid
Classes in com.helger.tree.withid that implement ITreeItemWithIDFactory Modifier and Type Class Description classAbstractTreeItemWithIDFactory<KEYTYPE,DATATYPE,ITEMTYPE extends ITreeItemWithID<KEYTYPE,DATATYPE,ITEMTYPE>>Abstract tree item with ID factory implementationclassDefaultTreeItemWithIDFactory<KEYTYPE,DATATYPE>Special implementation ofAbstractTreeItemWithIDFactoryusing the item typeDefaultTreeItemWithID.Methods in com.helger.tree.withid that return ITreeItemWithIDFactory Modifier and Type Method Description ITreeItemWithIDFactory<KEYTYPE,DATATYPE,ITEMTYPE>BasicTreeItemWithID. getFactory()ITreeItemWithIDFactory<KEYTYPE,DATATYPE,ITEMTYPE>ITreeItemWithID. getFactory()Constructors in com.helger.tree.withid with parameters of type ITreeItemWithIDFactory Constructor Description BasicTreeItemWithID(ITreeItemWithIDFactory<KEYTYPE,DATATYPE,ITEMTYPE> aFactory)Constructor for root object with anulldata IDBasicTreeItemWithID(ITreeItemWithIDFactory<KEYTYPE,DATATYPE,ITEMTYPE> aFactory, KEYTYPE aDataID)Constructor for root objectBasicTreeWithID(ITreeItemWithIDFactory<KEYTYPE,DATATYPE,ITEMTYPE> aFactory)DefaultTreeItemWithID(ITreeItemWithIDFactory<KEYTYPE,DATATYPE,DefaultTreeItemWithID<KEYTYPE,DATATYPE>> aFactory)Constructor for root objectDefaultTreeWithID(ITreeItemWithIDFactory<KEYTYPE,DATATYPE,DefaultTreeItemWithID<KEYTYPE,DATATYPE>> aFactory) -
Uses of ITreeItemWithIDFactory in com.helger.tree.withid.folder
Subinterfaces of ITreeItemWithIDFactory 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 ITreeItemWithIDFactory 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 ITreeItemWithIDFactory in com.helger.tree.withid.unique
Subinterfaces of ITreeItemWithIDFactory in com.helger.tree.withid.unique Modifier and Type Interface Description interfaceITreeItemWithUniqueIDFactory<KEYTYPE,DATATYPE,ITEMTYPE extends ITreeItemWithID<KEYTYPE,DATATYPE,ITEMTYPE>>An abstract tree item factory that maintains a unique ID over all items!Classes in com.helger.tree.withid.unique that implement ITreeItemWithIDFactory 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!
-