|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectuk.co.mullsoft.jean.NodeIdentification
public class NodeIdentification
| Field Summary | |
|---|---|
ACL |
acl
|
java.lang.String |
applicationName
|
java.util.Date |
creationDate
|
boolean |
hidden
|
long |
id
|
boolean |
index
|
java.lang.String |
name
|
NodeType |
type
|
| Constructor Summary | |
|---|---|
NodeIdentification(java.lang.String applicationName,
java.lang.String name,
long id,
NodeType type,
java.util.Date creationDate,
ACL acl,
boolean index,
boolean hidden)
|
|
| Method Summary | |
|---|---|
void |
add(javax.swing.tree.MutableTreeNode newChild)
Description of the Method |
java.util.Enumeration |
children()
Description of the Method |
boolean |
getAllowsChildren()
Gets the allowsChildren attribute of the Node object |
javax.swing.tree.TreeNode |
getChildAt(int param)
Gets the childAt attribute of the Node object |
int |
getChildCount()
Gets the childCount attribute of the Node object |
java.lang.Object |
getCompareValue()
|
java.lang.String |
getDescriptor()
Gets the descriptor attribute of the Node object |
int |
getIndex(javax.swing.tree.TreeNode treeNode)
Gets the index attribute of the Node object |
Node |
getNode()
|
javax.swing.tree.TreeNode |
getParent()
Gets the parent attribute of the Node object |
void |
insert(javax.swing.tree.MutableTreeNode mutableTreeNode,
int ordinal)
Description of the Method |
boolean |
isEvery()
|
boolean |
isLeaf()
Gets the allowsChildren attribute of the Node object |
void |
remove(int param)
Description of the Method |
void |
remove(javax.swing.tree.MutableTreeNode mutableTreeNode)
Description of the Method |
void |
removeFromParent()
Description of the Method |
void |
setCompareValue(java.lang.Object compareValue)
|
void |
setParent(javax.swing.tree.MutableTreeNode mutableTreeNode)
Sets the parent attribute of the Node object |
void |
setUserObject(java.lang.Object obj)
Sets the userObject attribute of the Node object |
java.lang.String |
toDebugString()
|
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public final java.lang.String name
public final long id
public final NodeType type
public final java.util.Date creationDate
public final ACL acl
public final java.lang.String applicationName
public final boolean index
public final boolean hidden
| Constructor Detail |
|---|
public NodeIdentification(java.lang.String applicationName,
java.lang.String name,
long id,
NodeType type,
java.util.Date creationDate,
ACL acl,
boolean index,
boolean hidden)
| Method Detail |
|---|
public java.lang.String toString()
toString in class java.lang.Objectpublic java.lang.String toDebugString()
public java.lang.String getDescriptor()
public Node getNode()
public boolean isEvery()
public void add(javax.swing.tree.MutableTreeNode newChild)
newChild - Description of the Parameterpublic javax.swing.tree.TreeNode getChildAt(int param)
getChildAt in interface javax.swing.tree.TreeNodeparam - Description of the Parameter
public int getChildCount()
getChildCount in interface javax.swing.tree.TreeNodepublic int getIndex(javax.swing.tree.TreeNode treeNode)
getIndex in interface javax.swing.tree.TreeNodetreeNode - Description of the Parameter
public javax.swing.tree.TreeNode getParent()
getParent in interface javax.swing.tree.TreeNode
public void insert(javax.swing.tree.MutableTreeNode mutableTreeNode,
int ordinal)
insert in interface javax.swing.tree.MutableTreeNodemutableTreeNode - Description of the Parameterparam - Description of the Parameterpublic void remove(javax.swing.tree.MutableTreeNode mutableTreeNode)
remove in interface javax.swing.tree.MutableTreeNodemutableTreeNode - Description of the Parameterpublic void remove(int param)
remove in interface javax.swing.tree.MutableTreeNodeparam - Description of the Parameterpublic void setParent(javax.swing.tree.MutableTreeNode mutableTreeNode)
setParent in interface javax.swing.tree.MutableTreeNodemutableTreeNode - The new parent valuepublic boolean getAllowsChildren()
getAllowsChildren in interface javax.swing.tree.TreeNodepublic boolean isLeaf()
isLeaf in interface javax.swing.tree.TreeNodepublic java.util.Enumeration children()
children in interface javax.swing.tree.TreeNodepublic void setUserObject(java.lang.Object obj)
setUserObject in interface javax.swing.tree.MutableTreeNodeobj - The new userObject valuepublic void removeFromParent()
removeFromParent in interface javax.swing.tree.MutableTreeNodepublic void setCompareValue(java.lang.Object compareValue)
public java.lang.Object getCompareValue()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||