| Package | Description |
|---|---|
| javafx.scene.layout |
Provides classes to support user interface layout.
|
| Modifier and Type | Field and Description |
|---|---|
private ObservableList<ColumnConstraints> |
GridPane.columnConstraints
ColumnConstraints instances can be added to explicitly control individual column
sizing and layout behavior.
|
private java.util.Collection<? extends ColumnConstraints> |
GridPaneBuilder.columnConstraints |
| Modifier and Type | Method and Description |
|---|---|
ColumnConstraints |
ColumnConstraintsBuilder.build()
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) |
B |
GridPaneBuilder.columnConstraints(ColumnConstraints... x)
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)
Add the given items to the List of items in the
columnConstraints property for the instance constructed by this builder. |
Copyright (c) 2008, 2014, Oracle and/or its affiliates. All rights reserved.