Overview
This specifies a Inputnode for the alphabet of an tape. It contains a label for a single symbol followed by an "=", an textbox, and an checkbox that indicates if the alphabet should be generated or not
Variable Summary
access | name | type | Can Read | Can Init | Can Write | Default Value | description |
---|---|---|---|---|---|---|---|
alphabetInput | TextBox |
the textbox of this node |
|||||
public-read | generate | Boolean | ![]() |
indactes if the alphabet schould be generated or not (forces validation on update) |
|||
generateInput | CheckBox |
the checkbox that indicates if the alphabet should be generated or not |
|||||
public-read | hasErrors | Boolean | ![]() |
indicates if this input node contains errors |
|||
public-init | symbol | String | ![]() | ![]() |
the symbol for the label |
||
public | text | String | ![]() | ![]() | ![]() |
the current value of the textbox ( use this only to set the current value of the node, to retrieve the alphabet, use getAlphabet instead) |
Inherited Variables
Function Summary
- create() : javafx.scene.Node
- public getAlphabet() : java.lang.String
- requestFocus() : Void
- validateInput() : Boolean