Uses of Class
org.ocopomo.wizards.TreeParent

Packages that use TreeParent
org.ocopomo.wizards   
 

Uses of TreeParent in org.ocopomo.wizards
 

Subclasses of TreeParent in org.ocopomo.wizards
 class TreeVersionedParent
           
 

Methods in org.ocopomo.wizards that return TreeParent
 TreeParent TreeObject.getParent()
           
 TreeParent ContentCache.getTree()
           
 

Methods in org.ocopomo.wizards with parameters of type TreeParent
 void TreeObject.setParent(TreeParent parent)