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

expand all

Profile: desktop, common

Overview

This node displays a list of transitions and let the user choose one of them

Variable Summary

accessnametypeCan ReadCan InitCan WriteDefault Valuedescription
publicbackgroundRectangle

the background-rectangle

contentHBox

a container for the content

groupGroup

the group for all nodes

groupNodesNode[]

the nodes

publicisFiniteAutomateBoolean

determines if the turingmachine of the transiations is a finite automaton or not

publicpossibleTransitionsArrayList

the transitions to choose

radioButtonsRadioButton[]

the radiobuttons of this node

tGTransitionsToggleGroup

the group of the radiobuttons

Inherited Variables

Function Summary

create() : javafx.scene.Node
Returns
Node
 
public getSelectedTransition() : org.TMSIM.Model.Transition
Returns
Transition
the selected Transition
 

Inherited Functions