Overview
Abstract base class for elements that participate in Group layout.
Attribute Summary
name | type | description |
---|---|---|
Public | ||
column | Column |
The column this element is contained in within a GroupLayout. |
horizontal | Spring |
Optional horizontal spring that determines the horizontal resizing behavior of this element when contained in a GroupLayout. |
row | Row |
The row this element is contained in within a GroupLayout. |
vertical | Spring |
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.