org.zkoss.zkdemo.test2.tree
Class HostTreeModel.FakeGroup

java.lang.Object
  extended by org.zkoss.zkdemo.test2.tree.HostTreeModel.FakeGroup
All Implemented Interfaces:
HostTreeModel.TreeNode
Enclosing class:
HostTreeModel

public static class HostTreeModel.FakeGroup
extends java.lang.Object
implements HostTreeModel.TreeNode


Constructor Summary
HostTreeModel.FakeGroup(java.lang.String name, int index, int count)
           
 
Method Summary
 java.lang.Object getChild(int index)
           
 int getChildCount()
           
 HostTreeModel.FakeHost[] getHosts()
           
 java.lang.String getName()
           
 boolean isLeaf()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HostTreeModel.FakeGroup

public HostTreeModel.FakeGroup(java.lang.String name,
                               int index,
                               int count)
Method Detail

getName

public java.lang.String getName()

getHosts

public HostTreeModel.FakeHost[] getHosts()

getChild

public java.lang.Object getChild(int index)
Specified by:
getChild in interface HostTreeModel.TreeNode

getChildCount

public int getChildCount()
Specified by:
getChildCount in interface HostTreeModel.TreeNode

isLeaf

public boolean isLeaf()
Specified by:
isLeaf in interface HostTreeModel.TreeNode


Copyright © 2005-2009 Potix Corporation. All Rights Reserved. SourceForge.net Logo