com.arsdigita.ui.admin
Class GroupTreeModel
java.lang.Object
com.arsdigita.ui.admin.GroupTreeModel
- All Implemented Interfaces:
- TreeModel
- public class GroupTreeModel
- extends Object
- implements TreeModel
- Author:
- David Dao
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GroupTreeModel
public GroupTreeModel()
getRoot
public TreeNode getRoot(PageState data)
- Obtain the root folder of the tree
- Specified by:
getRoot
in interface TreeModel
hasChildren
public boolean hasChildren(TreeNode n,
PageState ps)
- Check whether a given node has children
- Specified by:
hasChildren
in interface TreeModel
getChildren
public Iterator getChildren(TreeNode n,
PageState ps)
- Get direct children in this node.
- Specified by:
getChildren
in interface TreeModel
Copyright (c) 2004 Red Hat, Inc. Corporation. All Rights Reserved. Generated at July 21 2004:2337 UTC