|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
|
+--org.jfree.report.modules.gui.config.model.AbstractConfigTreeNode
|
+--org.jfree.report.modules.gui.config.model.ConfigTreeSectionNode
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.
| 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 |
public ConfigTreeSectionNode(java.lang.String name)
name - the name of the node.| Method Detail |
public void reset()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||