org.efaps.ui.wicket.models.objects
Class UIStructurBrowser.BogusNode

java.lang.Object
  extended by javax.swing.tree.DefaultMutableTreeNode
      extended by org.efaps.ui.wicket.models.objects.UIStructurBrowser.BogusNode
All Implemented Interfaces:
java.io.Serializable, java.lang.Cloneable, javax.swing.tree.MutableTreeNode, javax.swing.tree.TreeNode
Enclosing class:
UIStructurBrowser

public class UIStructurBrowser.BogusNode
extends javax.swing.tree.DefaultMutableTreeNode

This class is used to add a ChildNode under a ParentNode, if the ParentNode actually has some children. By using this class it then can very easy be distinguished between Nodes which where expanded and Nodes which still need to be expanded.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class javax.swing.tree.DefaultMutableTreeNode
allowsChildren, children, EMPTY_ENUMERATION, parent, userObject
 
Constructor Summary
UIStructurBrowser.BogusNode()
           
 
Method Summary
 
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, getPathToRoot, 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, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

UIStructurBrowser.BogusNode

public UIStructurBrowser.BogusNode()


Copyright © 2003-2010 The eFaps Team. All Rights Reserved.