Package eu.bandm.tools.dtm
Class DTM.__TREEGEN__
java.lang.Object
eu.bandm.tools.graficUtils.SwingForester
eu.bandm.tools.dtm.DTM.__TREEGEN__
- Enclosing class:
DTM
@Generated(generator="eu.bandm.tools.umod",
version="",
timestamp="2026-01-24_11h44m04")
public static class DTM.__TREEGEN__
extends SwingForester
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from class eu.bandm.tools.graficUtils.SwingForester
SwingForester.LazyNode, SwingForester.Leaf, SwingForester.TreeProxy -
Field Summary
Fields inherited from class eu.bandm.tools.graficUtils.SwingForester
SEPARATOR_PROPERTY -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected TreeNodecreateNode(TreeNode parent, String label, Object source) protected TreeNodegrowBranch(TreeNode parent, String label, Object source) Generate representation for one single object.Methods inherited from class eu.bandm.tools.graficUtils.SwingForester
getHTML, growRoot, setHTML
-
Constructor Details
-
__TREEGEN__
public __TREEGEN__()
-
-
Method Details
-
createNode
-
growBranch
Description copied from class:SwingForesterGenerate representation for one single object. Derived class must differentiated whether the type of the object shall be displayed as a subtree. In this case it will call return the result of one ofSwingForester.growCollection(String,TreeNode,String,Collection),SwingForester.growMap(TreeNode,String,Map), orSwingForester.growMultimap(TreeNode,String,Multimap). Otherwise it simply returns null, and a graphic leaf node will be generated by the caller =SwingForester.grow(javax.swing.tree.@eu.bandm.tools.annotations.Opt TreeNode,java.lang.@eu.bandm.tools.annotations.Opt String,java.lang.Object)..- Specified by:
growBranchin classSwingForester- Parameters:
parent- the tree node under which the new node will be placedlabel- the visible label textsource- the object to display, often simply a boxed primitiv value.
-