Uses of Class
it.sistematica.isharedoc.sharecloud.model.docapp.DocumentNode

Packages that use DocumentNode
it.sistematica.isharedoc.sharecloud.model.docapp   
 

Uses of DocumentNode in it.sistematica.isharedoc.sharecloud.model.docapp
 

Methods in it.sistematica.isharedoc.sharecloud.model.docapp that return DocumentNode
 DocumentNode DocumentApp.getRoot()
           
 

Methods in it.sistematica.isharedoc.sharecloud.model.docapp that return types with arguments of type DocumentNode
 java.util.List<DocumentNode> DocumentNode.getChildren()
           
 

Methods in it.sistematica.isharedoc.sharecloud.model.docapp with parameters of type DocumentNode
 void DocumentApp.setRoot(DocumentNode root)
           
 

Method parameters in it.sistematica.isharedoc.sharecloud.model.docapp with type arguments of type DocumentNode
 void DocumentNode.setChildren(java.util.List<DocumentNode> children)