org.zkoss.zkdemo.test2.tree
Class HostTreeModel.FakeProcess
java.lang.Object
org.zkoss.zkdemo.test2.tree.HostTreeModel.FakeProcess
- All Implemented Interfaces:
- HostTreeModel.TreeNode
- Enclosing class:
- HostTreeModel
public static class HostTreeModel.FakeProcess
- extends java.lang.Object
- implements HostTreeModel.TreeNode
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
HostTreeModel.FakeProcess
public HostTreeModel.FakeProcess(java.lang.String id,
java.lang.String name,
java.lang.String type)
getId
public java.lang.String getId()
getType
public java.lang.String getType()
getName
public java.lang.String getName()
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.