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

expand all

Profile: desktop, common

Overview

Variable Summary

accessnametypeCan ReadCan InitCan WriteDefault Valuedescription
backgroundRectangle

the background-node

clipPaneGroup

the clipping area for the content

publiccontentNode

the content node of the pane

heightScrollScrollBar

vertical scrollbar

publicmaxHeightNumber

height limit

publicmaxWidthNumber

width limit

transformGroupGroup

the node used to translate the content

viewHeightScrollBoolean

views/hide the scrollbar for the horizontal scroll

viewWidthScrollBoolean

views/hide the scrollbar for the vertical scroll

widthScrollScrollBar

horizontal scrollbar

Inherited Variables

Function Summary

computeScrollHeight(value: Double, max: Double) : Integer

calculates the maximum scroll value for the vertical scrollbar and disable it if necessary

calculates the maximum scroll value for the vertical scrollbar and disable it if necessary

Parameters
value
max
Returns
Integer
 
computeScrollWidth(value: Double, max: Double) : Integer

calculates the maximum scroll value for the horizontal scrollbar and disable it if necessary

calculates the maximum scroll value for the horizontal scrollbar and disable it if necessary

Parameters
value
max
Returns
Integer
 
protected create() : javafx.scene.Node

create and return all elements that will be displayed

create and return all elements that will be displayed

Returns
Node
 

Inherited Functions