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

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

public class ConfigTreeSectionNode
extends AbstractConfigTreeNode

The section node contains the modules for the given section. There are only two known sections, the global section, which contains all boot-time keys and the local section, which contains all report-local configuration keys.

Author:
Thomas Morgner

Constructor Summary
ConfigTreeSectionNode(java.lang.String name)
          Creates a new section node with the specified name.
 
Method Summary
 void reset()
          Removes all childs from this node.
 
Methods inherited from class org.jfree.report.modules.gui.config.model.AbstractConfigTreeNode
add, children, getAllowsChildren, getChildAt, getChildCount, getIndex, getName, getParent, isLeaf, setParent
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConfigTreeSectionNode

public ConfigTreeSectionNode(java.lang.String name)
Creates a new section node with the specified name.
Parameters:
name - the name of the node.
Method Detail

reset

public void reset()
Removes all childs from this node.
Overrides:
reset in class AbstractConfigTreeNode