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

Profile: desktop, common

Overview

Drop-in replacement for HBox that supports resizing of children to fit the available space. ExtendedLayoutInfo can be used with this class to specify grow behavior.

Profile: desktop

Variable Summary

accessnametypeCan ReadCan InitCan WriteDefault Valuedescription
publiccontentNode[]

A sequence of child Nodes that will be rendered in order whenever this ResizableHBox is rendered.

publichposHPos

The horizontal position of each node within the ResizableHBox's row.

The horizontal position of each node within the ResizableHBox's row.

This is offered for compatibility only, but the recommended practice is to assign a layoutInfo with the desired horizontal position. If layoutInfo is set, this parameter is not used.

 
publicnodeVPosVPos

The vertical position of each node within the ResizableHBox's row.

publicspacingNumber

The amount of horizontal space between each child node in the ResizableHBox

publicvposVPos

The vertical position of each node within the ResizableHBox's column.

The vertical position of each node within the ResizableHBox's column.

This is offered for compatibility only, but the recommended practice is to assign a layoutInfo with the desired vertical position. If layoutInfo is set, this parameter is not used.

 

Inherited Variables

org.jfxtras.scene.layout.DefaultLayout

accessnametypeCan ReadCan InitCan WriteDefault Valuedescription
public-read protecteddefaultLayoutInfoLayoutInfoBasesubclasssubclass

The default layout info for this Node.

The default layout info for this Node.

Usually this will be initialized by the Node subclass to a static LayoutInfo for all instances. Any values set on this will override the default Constraint values.

 

Inherited Functions