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

expand all

Profile: desktop, common

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

accessnametypeCan ReadCan InitCan WriteDefault Valuedescription
public-initfirstSymbolString

the first symbol on the tape

public-initisInputTapeBoolean

specifies if this node specifies the position of an inputtape

itemschar[]

the symbols of the word

publiclabelString

the text for the label

public-initlastSymbolString

the last symbol on the tape

listViewListView

the listview for the symbols of the word

publictapeContentString

the word of the tape

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