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

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

public static interface DefaultTreeModel.TreeNode


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

Method Detail

getChildren

public Collection getChildren()

isLeaf

public boolean isLeaf()

getChildKey

public String getChildKey(Object child)

getChild

public Object getChild(String key)


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