|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ozoneDB.adminGui.feature.account.AccountItem
org.ozoneDB.adminGui.feature.account.users.UserItem
This class creates users objects that are loaded into the Groups tree.
Ibsen Ramos-Bonilla
Copyright © 1997-2004 by SMB GmbH. All Rights Reserved.
Constructor Summary | |
UserItem(GroupItem gItem,
java.lang.String name,
int id)
Overloaded constructor initializes the a new item. |
Method Summary | |
GroupItem |
getGroup()
This method returns the handle to the parent group node. |
void |
orphan()
This method disconnects the current account from its parent. |
Methods inherited from class org.ozoneDB.adminGui.feature.account.AccountItem |
addChild, getChildAt, getChildCount, getChildren, getId, getIndexOfChild, isAdmin, removeChild, setChildren, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public UserItem(GroupItem gItem, java.lang.String name, int id)
gItem
- - the parent group node.name
- - the item name.id
- - the item id.Method Detail |
public GroupItem getGroup()
public void orphan()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |