| Package | Description |
|---|---|
| javafx.scene.layout |
Provides classes to support user interface layout.
|
| Modifier and Type | Field and Description |
|---|---|
private ObservableList<RowConstraints> |
GridPane.rowConstraints
RowConstraints instances can be added to explicitly control individual row
sizing and layout behavior.
|
private java.util.Collection<? extends RowConstraints> |
GridPaneBuilder.rowConstraints |
| Modifier and Type | Method and Description |
|---|---|
RowConstraints |
RowConstraintsBuilder.build()
Make an instance of
RowConstraints based on the properties set on this builder. |
| Modifier and Type | Method and Description |
|---|---|
ObservableList<RowConstraints> |
GridPane.getRowConstraints()
Returns list of row constraints.
|
| Modifier and Type | Method and Description |
|---|---|
void |
RowConstraintsBuilder.applyTo(RowConstraints x) |
B |
GridPaneBuilder.rowConstraints(RowConstraints... x)
Add the given items to the List of items in the
rowConstraints property for the instance constructed by this builder. |
| Modifier and Type | Method and Description |
|---|---|
B |
GridPaneBuilder.rowConstraints(java.util.Collection<? extends RowConstraints> x)
Add the given items to the List of items in the
rowConstraints property for the instance constructed by this builder. |
Copyright (c) 2008, 2012, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms.