JavaFX: Bringing Rich Experiences To All the Screens Of Your Life

expand all

Profile: desktop, common

Overview

Variable Summary

accessnametypeCan ReadCan InitCan WriteDefault Valuedescription
heightIncrementInteger

the vertical distance between two nodes

levelsArrayList[]

the nodes per level

maxHeightInteger
maxLevelElementsInteger

the maximum number of elements per level

numLevelElementsInteger[]

the number of elements per levels

scrollpaneScrollpane

the scrollpane for the tree

treeNodesTreeNode[]

the actual tree nodes

treePaneGroup

the nodegroup wich contains the tree

Inherited Variables

Function Summary

protected create() : javafx.scene.Node

create and return all nodes

create and return all nodes

Returns
Node
 
createTreeNodes(parent: TreeNode, currentStep: org.TMSIM.Simulator.Step, activeStep: org.TMSIM.Simulator.Step, level: Integer) : Void

create a transitionnode foreach child

create a transitionnode foreach child

Parameters
parent
currentStep
activeStep
level
 
public init() : Void

initialize the view

initialize the view

 

Inherited Functions