Overview
This node specifies an input-control for a position on a tape. It contains a label, the start- and endsymbols of the tape, and an List
Variable Summary
access | name | type | Can Read | Can Init | Can Write | Default Value | description |
---|---|---|---|---|---|---|---|
public-init | firstSymbol | String | ![]() | ![]() |
the first symbol on the tape |
||
public-init | isInputTape | Boolean | ![]() | ![]() |
specifies if this node specifies the position of an inputtape |
||
items | char[] |
the symbols of the word |
|||||
public | label | String | ![]() | ![]() | ![]() |
the text for the label |
|
public-init | lastSymbol | String | ![]() | ![]() |
the last symbol on the tape |
||
listView | ListView |
the listview for the symbols of the word |
|||||
public | tapeContent | String | ![]() | ![]() | ![]() |
the word of the tape |
Inherited Variables
Function Summary
- create() : javafx.scene.Node
- public getPosition() : Integer
- public setPosition(position: Integer) : Void