Overview
This node specifes an input-control for a word on a tape. It contains a label the start- and endsymbols of the tape, and an textbox
Variable Summary
access | name | type | Can Read | Can Init | Can Write | Default Value | description |
---|---|---|---|---|---|---|---|
public-read | hasError | Boolean | ![]() |
indicates if the node has input errors |
|||
hbox | HBox |
a container for the content |
|||||
public-init | isIT | Boolean | ![]() | ![]() |
specifies if this node specifies the word of an inputtape |
||
public | label | String | ![]() | ![]() | ![]() |
the text of the label |
|
public-read | tapeInputBox | TextBox | ![]() |
the textbox for the node |
|||
public | text | String | ![]() | ![]() | ![]() |
the current value of the textbox ( use this only to set the current value of the textbox, to retrieve the word, use getTape() instead), forces validation on update |
Inherited Variables
Function Summary
- create() : javafx.scene.Node
- public getTape() : java.lang.String
- validateInput() : Boolean