Uses of Interface
com.helger.tree.withid.folder.IFolderTree
-
Packages that use IFolderTree Package Description com.helger.tree.io com.helger.tree.withid.folder -
-
Uses of IFolderTree in com.helger.tree.io
Classes in com.helger.tree.io that implement IFolderTree Modifier and Type Class Description classFileSystemFolderTreeRepresents a folder tree with the file system contents. -
Uses of IFolderTree in com.helger.tree.withid.folder
Classes in com.helger.tree.withid.folder that implement IFolderTree Modifier and Type Class Description classBasicFolderTree<KEYTYPE,DATATYPE,COLLTYPE extends Collection<DATATYPE>,ITEMTYPE extends BasicFolderTreeItem<KEYTYPE,DATATYPE,COLLTYPE,ITEMTYPE>>Abstract implementation class for a folder tree.classDefaultFolderTree<KEYTYPE,DATATYPE,COLLTYPE extends Collection<DATATYPE>>Root class for a simple tree.
-