javafx.ui

GroupLayout

Extends: GroupElement

Interface for elements that perform group layout.

Attributes

public columns: Column*
The column definitions for this layout.
public content: GroupElement*
The contents of this layout.
public halign: Alignment
Horizontal alignment of the contained elements. Defaults to LEADING.
public rows: Row*
The row definitions for this layout.
public valign: Alignment
Vertical alignment of the contained elements. Defaults to BASELINE.

Attributes Inherited from javafx.ui.GroupElement

column, horizontal, row, vertical

Operations/Functions

private addColumns(host: java.awt.Container, layout: org.jdesktop.layout.GroupLayout, hgroup: org.jdesktop.layout.GroupLayout$SequentialGroup)
private addComponents(host: java.awt.Container)
private addRows(host: java.awt.Container, layout: org.jdesktop.layout.GroupLayout, vgroup: org.jdesktop.layout.GroupLayout$SequentialGroup)