Uses of Class
org.chromattic.ext.ntdef.NTHierarchyNode

Packages that use NTHierarchyNode
org.chromattic.ext.ntdef   
 

Uses of NTHierarchyNode in org.chromattic.ext.ntdef
 

Subclasses of NTHierarchyNode in org.chromattic.ext.ntdef
 class NTFile
           
 class NTFolder
           
 class NTLinkedFile
           
 

Methods in org.chromattic.ext.ntdef that return NTHierarchyNode
 NTHierarchyNode NTFolder.getChild(java.lang.String childName)
           
 

Methods in org.chromattic.ext.ntdef that return types with arguments of type NTHierarchyNode
abstract  java.util.Map<java.lang.String,NTHierarchyNode> NTFolder.getChildren()
           
 java.util.Iterator<NTHierarchyNode> NTFolder.iterator()
           
 

Methods in org.chromattic.ext.ntdef with parameters of type NTHierarchyNode
 void NTFolder.addChild(NTHierarchyNode child)
           
 void NTFolder.addChild(java.lang.String childName, NTHierarchyNode child)
           
 



Copyright © 2012 eXo Platform SAS. All Rights Reserved.