Interface IVisualNode
- All Superinterfaces:
IItem
,INode
,IVisualItem
- All Known Subinterfaces:
IActionableNode
,ICodeNode
A visual node.
-
Method Summary
Modifier and TypeMethodDescriptionint
Get the initial expansion level for this node.Methods inherited from interface com.pnfsoftware.jeb.core.output.tree.INode
getAdditionalLabels, getChildren, getLabel
Methods inherited from interface com.pnfsoftware.jeb.core.output.IVisualItem
getClassId
-
Method Details
-
getInitialExpansion
int getInitialExpansion()Get the initial expansion level for this node. This value can be used as a hint by UI clients, when they display the node for the first time.- Returns:
- currently, 1 or more means expand, 0 or less means do not expand
-