|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.swing.tree.DefaultMutableTreeNode
net.sourceforge.fixagora.basis.client.view.BusinessObjectTreeNode
public class BusinessObjectTreeNode
The Class BusinessObjectTreeNode.
Field Summary |
---|
Fields inherited from class javax.swing.tree.DefaultMutableTreeNode |
---|
EMPTY_ENUMERATION |
Constructor Summary | |
---|---|
BusinessObjectTreeNode()
Instantiates a new business object tree node. |
|
BusinessObjectTreeNode(java.lang.Object userObject)
Instantiates a new business object tree node. |
|
BusinessObjectTreeNode(java.lang.Object userObject,
boolean allowsChildren)
Instantiates a new business object tree node. |
Method Summary | |
---|---|
void |
insert(javax.swing.tree.DefaultMutableTreeNode newChild,
int childIndex)
Insert. |
void |
updateSortOrder()
Update sort order. |
Methods inherited from class javax.swing.tree.DefaultMutableTreeNode |
---|
add, breadthFirstEnumeration, children, clone, depthFirstEnumeration, getAllowsChildren, getChildAfter, getChildAt, getChildBefore, getChildCount, getDepth, getFirstChild, getFirstLeaf, getIndex, getLastChild, getLastLeaf, getLeafCount, getLevel, getNextLeaf, getNextNode, getNextSibling, getParent, getPath, getPreviousLeaf, getPreviousNode, getPreviousSibling, getRoot, getSharedAncestor, getSiblingCount, getUserObject, getUserObjectPath, insert, isLeaf, isNodeAncestor, isNodeChild, isNodeDescendant, isNodeRelated, isNodeSibling, isRoot, pathFromAncestorEnumeration, postorderEnumeration, preorderEnumeration, remove, remove, removeAllChildren, removeFromParent, setAllowsChildren, setParent, setUserObject, toString |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public BusinessObjectTreeNode()
public BusinessObjectTreeNode(java.lang.Object userObject, boolean allowsChildren)
userObject
- the user objectallowsChildren
- the allows childrenpublic BusinessObjectTreeNode(java.lang.Object userObject)
userObject
- the user objectMethod Detail |
---|
public void insert(javax.swing.tree.DefaultMutableTreeNode newChild, int childIndex)
newChild
- the new childchildIndex
- the child indexpublic void updateSortOrder()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |