Package | Description |
---|---|
javafx.scene.layout |
Provides classes to support user interface layout.
|
Modifier and Type | Field and Description |
---|---|
private java.util.Collection<? extends ColumnConstraints> |
GridPaneBuilder.columnConstraints
Deprecated.
|
private ObservableList<ColumnConstraints> |
GridPane.columnConstraints
ColumnConstraints instances can be added to explicitly control individual column
sizing and layout behavior.
|
Modifier and Type | Method and Description |
---|---|
ColumnConstraints |
ColumnConstraintsBuilder.build()
Deprecated.
Make an instance of
ColumnConstraints based on the properties set on this builder. |
Modifier and Type | Method and Description |
---|---|
ObservableList<ColumnConstraints> |
GridPane.getColumnConstraints()
Returns list of column constraints.
|
Modifier and Type | Method and Description |
---|---|
void |
ColumnConstraintsBuilder.applyTo(ColumnConstraints x)
Deprecated.
|
B |
GridPaneBuilder.columnConstraints(ColumnConstraints... x)
Deprecated.
Add the given items to the List of items in the
columnConstraints property for the instance constructed by this builder. |
Modifier and Type | Method and Description |
---|---|
B |
GridPaneBuilder.columnConstraints(java.util.Collection<? extends ColumnConstraints> x)
Deprecated.
Add the given items to the List of items in the
columnConstraints property for the instance constructed by this builder. |