org.zkoss.zkdemo.test2.tree
Interface HostTreeModel.TreeNode

All Known Implementing Classes:
HostTreeModel.FakeGroup, HostTreeModel.FakeHost, HostTreeModel.FakeProcess, HostTreeModel.FakeRoot
Enclosing class:
HostTreeModel

public static interface HostTreeModel.TreeNode


Method Summary
 java.lang.Object getChild(int index)
           
 int getChildCount()
           
 boolean isLeaf()
           
 

Method Detail

getChild

java.lang.Object getChild(int index)

getChildCount

int getChildCount()

isLeaf

boolean isLeaf()


Copyright © 2005-2009 Potix Corporation. All Rights Reserved.