java.lang.Object
jfxtras.scene.layout.responsivepane.Layout
-
Property Summary
PropertiesTypePropertyDescriptionjavafx.beans.property.ObjectProperty<Orientation>
Orientationjavafx.beans.property.ObjectProperty<javafx.scene.Node>
Rootjavafx.beans.property.ObjectProperty<Size>
sizeAtLeast -
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final javafx.beans.property.SimpleObjectProperty<Orientation>
private final javafx.beans.property.SimpleObjectProperty<javafx.scene.Node>
private final javafx.beans.property.SimpleObjectProperty<Size>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the property orientation.javafx.scene.Node
getRoot()
Gets the value of the property root.Gets the value of the property sizeAtLeast.javafx.beans.property.ObjectProperty<Orientation>
Orientationjavafx.beans.property.ObjectProperty<javafx.scene.Node>
Rootvoid
setOrientation
(Orientation value) Sets the value of the property orientation.void
setRoot
(javafx.scene.Node value) Sets the value of the property root.void
setSizeAtLeast
(Size value) Sets the value of the property sizeAtLeast.javafx.beans.property.ObjectProperty<Size>
sizeAtLeasttoString()
withOrientation
(Orientation value) withRoot
(javafx.scene.Node value) withSizeAtLeast
(Size value)
-
Property Details
-
root
public javafx.beans.property.ObjectProperty<javafx.scene.Node> rootPropertyRoot- See Also:
-
sizeAtLeast
sizeAtLeast- See Also:
-
orientation
Orientation- See Also:
-
-
Field Details
-
rootProperty
private final javafx.beans.property.SimpleObjectProperty<javafx.scene.Node> rootProperty -
sizeAtLeastProperty
-
orientationProperty
-
-
Constructor Details
-
Layout
public Layout()For FXML -
Layout
-
Layout
-
-
Method Details
-
rootProperty
public javafx.beans.property.ObjectProperty<javafx.scene.Node> rootProperty()Root- See Also:
-
getRoot
public javafx.scene.Node getRoot()Gets the value of the property root.- Property description:
- Root
-
setRoot
public void setRoot(javafx.scene.Node value) Sets the value of the property root.- Property description:
- Root
-
withRoot
-
sizeAtLeastProperty
sizeAtLeast- See Also:
-
getSizeAtLeast
Gets the value of the property sizeAtLeast.- Property description:
- sizeAtLeast
-
setSizeAtLeast
Sets the value of the property sizeAtLeast.- Property description:
- sizeAtLeast
-
withSizeAtLeast
-
orientationProperty
Orientation- See Also:
-
getOrientation
Gets the value of the property orientation.- Property description:
- Orientation
-
setOrientation
Sets the value of the property orientation.- Property description:
- Orientation
-
withOrientation
-
describeSizeConstraints
-
toString
-