Package eu.bandm.tools.formatDiagnosis
Class FormatTree.Inner1
java.lang.Object
eu.bandm.tools.graficUtils.SwingForester.TreeProxy
eu.bandm.tools.graficUtils.SwingForester.LazyNode
eu.bandm.tools.formatDiagnosis.FormatTree.Inner1
- All Implemented Interfaces:
TreeNode
- Enclosing class:
- FormatTree
Swing tree Generation is for debugging purposes.
This class is only used by static debugging method
FormatTree.showSwingTree(Format, String, boolean)
-
Nested Class Summary
-
Field Summary
Fields inherited from class eu.bandm.tools.graficUtils.SwingForester.LazyNode
children, root
Fields inherited from class eu.bandm.tools.graficUtils.SwingForester.TreeProxy
label, parent, source
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected void
eval()
Creation of subtrees, as overridden by the user.Methods inherited from class eu.bandm.tools.graficUtils.SwingForester.LazyNode
add, add, add, addChild, addMAP, addREL, addSEQ, addSET, children, demand, getAllowsChildren, getChildAt, getChildCount, getIndex, isLeaf, valueToString
Methods inherited from class eu.bandm.tools.graficUtils.SwingForester.TreeProxy
getLabel, getParent, getSource, toString
-
Constructor Details
-
Inner1
-
-
Method Details
-
eval
protected void eval()Description copied from class:SwingForester.LazyNode
Creation of subtrees, as overridden by the user.- Specified by:
eval
in classSwingForester.LazyNode
-