com.arsdigita.ui.admin
Class GroupTreeModel

java.lang.Object
  extended bycom.arsdigita.ui.admin.GroupTreeModel
All Implemented Interfaces:
TreeModel

public class GroupTreeModel
extends Object
implements TreeModel

Author:
David Dao

Field Summary
 
Fields inherited from interface com.arsdigita.bebop.tree.TreeModel
versionId
 
Constructor Summary
GroupTreeModel()
           
 
Method Summary
 Iterator getChildren(TreeNode n, PageState ps)
          Get direct children in this node.
 TreeNode getRoot(PageState data)
          Obtain the root folder of the tree
 boolean hasChildren(TreeNode n, PageState ps)
          Check whether a given node has children
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GroupTreeModel

public GroupTreeModel()
Method Detail

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