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

expand all

Profile: desktop, common

Overview

This node specifes an input-control for an single state. It contains a label for a single symbol followed by an "=", and an textbox

Variable Summary

accessnametypeCan ReadCan InitCan WriteDefault Valuedescription
public-readhasErrorsBoolean

indicates if the node has errors

stateInputTextBox

the textbox of this node

public-initsymbolString

the symbol for the label

textString

the current value of the textbox

Inherited Variables

Function Summary

create() : javafx.scene.Node
Returns
Node
 
public getState() : org.TMSIM.Model.State
Returns
State
the state of the node
 
public setState(state: org.TMSIM.Model.State) : java.lang.String
Parameters
state
the state to set
Returns
String
 
validateInput() : Boolean

checks the input for errors (Regex: [A-Za-z0-9](_[A-Za-z0-9]+)?)

checks the input for errors (Regex: [A-Za-z0-9](_[A-Za-z0-9]+)?)

Returns
Boolean
 

Inherited Functions