Overview
Variable Summary
access | name | type | Can Read | Can Init | Can Write | Default Value | description |
---|---|---|---|---|---|---|---|
heightIncrement | Integer |
the vertical distance between two nodes |
|||||
levels | ArrayList[] |
the nodes per level |
|||||
maxHeight | Integer | ||||||
maxLevelElements | Integer |
the maximum number of elements per level |
|||||
numLevelElements | Integer[] |
the number of elements per levels |
|||||
scrollpane | Scrollpane |
the scrollpane for the tree |
|||||
treeNodes | TreeNode[] |
the actual tree nodes |
|||||
treePane | Group |
the nodegroup wich contains the tree |
Inherited Variables
Function Summary
- protected create() : javafx.scene.Node
- createTreeNodes(parent: TreeNode, currentStep: org.TMSIM.Simulator.Step, activeStep: org.TMSIM.Simulator.Step, level: Integer) : Void
- public init() : Void