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 theorientation
property.javafx.scene.Node
getRoot()
Gets the value of theroot
property.Gets the value of thesizeAtLeast
property.javafx.beans.property.ObjectProperty
<Orientation> Orientationjavafx.beans.property.ObjectProperty
<javafx.scene.Node> Rootvoid
setOrientation
(Orientation value) Sets the value of theorientation
property.void
setRoot
(javafx.scene.Node value) Sets the value of theroot
property.void
setSizeAtLeast
(Size value) Sets the value of thesizeAtLeast
property.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- Returns:
- the
root
property - See Also:
-
getRoot
public javafx.scene.Node getRoot()Gets the value of theroot
property.- Property description:
- Root
- Returns:
- the value of the
root
property - See Also:
-
setRoot
public void setRoot(javafx.scene.Node value) Sets the value of theroot
property.- Property description:
- Root
- Parameters:
value
- the value for theroot
property- See Also:
-
withRoot
-
sizeAtLeastProperty
sizeAtLeast- Returns:
- the
sizeAtLeast
property - See Also:
-
getSizeAtLeast
Gets the value of thesizeAtLeast
property.- Property description:
- sizeAtLeast
- Returns:
- the value of the
sizeAtLeast
property - See Also:
-
setSizeAtLeast
Sets the value of thesizeAtLeast
property.- Property description:
- sizeAtLeast
- Parameters:
value
- the value for thesizeAtLeast
property- See Also:
-
withSizeAtLeast
-
orientationProperty
Orientation- Returns:
- the
orientation
property - See Also:
-
getOrientation
Gets the value of theorientation
property.- Property description:
- Orientation
- Returns:
- the value of the
orientation
property - See Also:
-
setOrientation
Sets the value of theorientation
property.- Property description:
- Orientation
- Parameters:
value
- the value for theorientation
property- See Also:
-
withOrientation
-
describeSizeConstraints
-
toString
-