org.jfree.report.modules.gui.config.model
Class ConfigTreeRootNode

java.lang.Object
  |
  +--org.jfree.report.modules.gui.config.model.AbstractConfigTreeNode
        |
        +--org.jfree.report.modules.gui.config.model.ConfigTreeRootNode

public class ConfigTreeRootNode
extends AbstractConfigTreeNode

The root node contains the local and the global node and is the main entry point into the tree.

Author:
Thomas Morgner

Constructor Summary
ConfigTreeRootNode(java.lang.String name)
          Creates a new root node with the given name.
 
Method Summary
 javax.swing.tree.TreeNode getParent()
          Returns the parent TreeNode of the receiver.
 
Methods inherited from class org.jfree.report.modules.gui.config.model.AbstractConfigTreeNode
add, children, getAllowsChildren, getChildAt, getChildCount, getIndex, getName, isLeaf, reset, setParent
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConfigTreeRootNode

public ConfigTreeRootNode(java.lang.String name)
Creates a new root node with the given name.
Parameters:
name - the name of the node.
Method Detail

getParent

public javax.swing.tree.TreeNode getParent()
Returns the parent TreeNode of the receiver.
Overrides:
getParent in class AbstractConfigTreeNode
Returns:
always null, as the root node never has a parent.