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

expand all

Profile: desktop, common

Overview

This node displays a control to choose a position on a not initialized workingtape

Variable Summary

accessnametypeCan ReadCan InitCan WriteDefault Valuedescription
labelString

the label of this node

listViewListView

the listview containing only the startSymbol and the first symbol on the workingtape

Inherited Variables

Function Summary

create() : javafx.scene.Node
Returns
Node
 
public getPosition() : Integer
Returns
Integer
the current position
 
public setPosition(position: Integer) : Void
Parameters
position
the position to set
 

Inherited Functions