Uses of Class
org.exoplatform.wiki.tree.TreeNodeType

Packages that use TreeNodeType
org.exoplatform.wiki.tree   
 

Uses of TreeNodeType in org.exoplatform.wiki.tree
 

Fields in org.exoplatform.wiki.tree declared as TreeNodeType
protected  TreeNodeType TreeNode.nodeType
           
protected  TreeNodeType JsonNodeData.nodeType
           
 

Methods in org.exoplatform.wiki.tree that return TreeNodeType
 TreeNodeType TreeNode.getNodeType()
           
 TreeNodeType JsonNodeData.getNodeType()
           
static TreeNodeType TreeNodeType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static TreeNodeType[] TreeNodeType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.exoplatform.wiki.tree with parameters of type TreeNodeType
 void TreeNode.setNodeType(TreeNodeType nodeType)
           
 void JsonNodeData.setNodeType(TreeNodeType nodeType)
           
 

Constructors in org.exoplatform.wiki.tree with parameters of type TreeNodeType
TreeNode(String name, TreeNodeType nodeType)
           
 



Copyright © 2003-2013 eXo Platform SAS. All Rights Reserved.