org.apache.cocoon.forms.formmodel.tree
Interface DefaultTreeModel.TreeNode

All Known Implementing Classes:
DefaultTreeModel.DefaultTreeNode
Enclosing class:
DefaultTreeModel

public static interface DefaultTreeModel.TreeNode


Method Summary
 Object getChild(String key)
           
 String getChildKey(Object child)
           
 Collection getChildren()
           
 boolean isLeaf()
           
 

Method Detail

getChildren

Collection getChildren()

isLeaf

boolean isLeaf()

getChildKey

String getChildKey(Object child)

getChild

Object getChild(String key)


Copyright © 1999-2010 The Apache Software Foundation. All Rights Reserved.