Overview

Abstract base class for elements that participate in Group layout.

Attribute Summary

nametypedescription
Public
columnColumn

The column this element is contained in within a GroupLayout.

horizontalSpring

Optional horizontal spring that determines the horizontal resizing behavior of this element when contained in a GroupLayout.

rowRow

The row this element is contained in within a GroupLayout.

verticalSpring

Optional vertical spring that determines the vertical resizing behavior of this element when contained in a GroupLayout.

Protected

Inherited Attributes

Inherited Functions

Attributes

public column: Column

The column this element is contained in within a GroupLayout.

public horizontal: Spring

Optional horizontal spring that determines the horizontal resizing behavior of this element when contained in a GroupLayout.

public row: Row

The row this element is contained in within a GroupLayout.

public vertical: Spring

Optional vertical spring that determines the vertical resizing behavior of this element when contained in a GroupLayout.