Package javafx.scene.layout
Interface PreferenceResizableNode
- All Superinterfaces:
HasBlendModeProperty
,HasClipProperty
,HasEffectProperty
,HasHeightProperty
,HasLayoutXProperty
,HasLayoutYProperty
,HasManagedProperty
,HasMaxHeightProperty
,HasMaxWidthProperty
,HasMinHeightProperty
,HasMinWidthProperty
,HasMouseTransparentProperty
,HasOnMouseClickedProperty
,HasOpacityProperty
,HasParentProperty
,HasPrefHeightProperty
,HasPrefWidthProperty
,HasVisibleProperty
,HasWidthProperty
,INode
,LayoutMeasurable
,LayoutMeasurableMixin
- All Known Implementing Classes:
AnchorPane
,BorderPane
,Button
,ButtonBar
,ButtonBase
,Cell
,CheckBox
,ChoiceBox
,ComboBoxBase
,ContextMenuContent
,ContextMenuContent.MenuItemContainer
,Control
,DatePicker
,DialogPane
,FlowPane
,GridPane
,HBox
,Hyperlink
,Label
,Labeled
,Pane
,PasswordField
,PopupControl.CSSBridge
,ProgressBar
,ProgressIndicator
,RadioButton
,Region
,ScrollPane
,Separator
,Slider
,SplitPane
,StackPane
,TabPane
,TextArea
,TextField
,TextFlow
,TextInputControl
,TitledPane
,ToggleButton
,ToolkitTextBox
,VBox
public interface PreferenceResizableNode
extends INode, HasWidthProperty, HasMinWidthProperty, HasPrefWidthProperty, HasMaxWidthProperty, HasHeightProperty, HasMinHeightProperty, HasPrefHeightProperty, HasMaxHeightProperty
- Author:
- Bruno Salmon
-
Property Summary
Properties inherited from interface dev.webfx.kit.mapper.peers.javafxgraphics.markers.HasBlendModeProperty
blendMode
Properties inherited from interface dev.webfx.kit.mapper.peers.javafxgraphics.markers.HasClipProperty
clip
Properties inherited from interface dev.webfx.kit.mapper.peers.javafxgraphics.markers.HasEffectProperty
effect
Properties inherited from interface dev.webfx.kit.mapper.peers.javafxgraphics.markers.HasHeightProperty
height
Properties inherited from interface dev.webfx.kit.mapper.peers.javafxgraphics.markers.HasLayoutXProperty
layoutX
Properties inherited from interface dev.webfx.kit.mapper.peers.javafxgraphics.markers.HasLayoutYProperty
layoutY
Properties inherited from interface dev.webfx.kit.mapper.peers.javafxgraphics.markers.HasManagedProperty
managed
Properties inherited from interface dev.webfx.kit.mapper.peers.javafxgraphics.markers.HasMaxHeightProperty
maxHeight
Properties inherited from interface dev.webfx.kit.mapper.peers.javafxgraphics.markers.HasMaxWidthProperty
maxWidth
Properties inherited from interface dev.webfx.kit.mapper.peers.javafxgraphics.markers.HasMinHeightProperty
minHeight
Properties inherited from interface dev.webfx.kit.mapper.peers.javafxgraphics.markers.HasMinWidthProperty
minWidth
Properties inherited from interface dev.webfx.kit.mapper.peers.javafxgraphics.markers.HasMouseTransparentProperty
mouseTransparent
Properties inherited from interface dev.webfx.kit.mapper.peers.javafxgraphics.markers.HasOnMouseClickedProperty
onMouseClicked
Properties inherited from interface dev.webfx.kit.mapper.peers.javafxgraphics.markers.HasOpacityProperty
opacity
Properties inherited from interface dev.webfx.kit.mapper.peers.javafxgraphics.markers.HasParentProperty
parent
Properties inherited from interface dev.webfx.kit.mapper.peers.javafxgraphics.markers.HasPrefHeightProperty
prefHeight
Properties inherited from interface dev.webfx.kit.mapper.peers.javafxgraphics.markers.HasPrefWidthProperty
prefWidth
Properties inherited from interface dev.webfx.kit.mapper.peers.javafxgraphics.markers.HasVisibleProperty
visible
Properties inherited from interface dev.webfx.kit.mapper.peers.javafxgraphics.markers.HasWidthProperty
width
-
Field Summary
Modifier and TypeFieldDescriptionstatic final double
Sentinel value which can be passed to a region'ssetMinWidth
,setMinHeight
,setPrefWidth
,setPrefHeight
,setMaxWidth
,setMaxHeight
methods to reset the region's size constraint back to it's intrinsic size returned byinvalid @link
computeMinWidth
invalid @link
computeMinHeight
invalid @link
computePrefWidth
invalid @link
computePrefHeight
invalid @link
computeMaxWidth
invalid @link
computeMaxHeight
static final double
Sentinel value which can be passed to a region'ssetMinWidth
,setMinHeight
,setMaxWidth
orsetMaxHeight
methods to indicate that the preferred dimension should be used for that max and/or min constraint.Fields inherited from interface javafx.scene.INode
BASELINE_OFFSET_SAME_AS_HEIGHT
-
Method Summary
Methods inherited from interface dev.webfx.kit.mapper.peers.javafxgraphics.markers.HasBlendModeProperty
blendModeProperty, getBlendMode, setBlendMode
Methods inherited from interface dev.webfx.kit.mapper.peers.javafxgraphics.markers.HasClipProperty
clipProperty, getClip, setClip
Methods inherited from interface dev.webfx.kit.mapper.peers.javafxgraphics.markers.HasEffectProperty
effectProperty, getEffect, setEffect
Methods inherited from interface dev.webfx.kit.mapper.peers.javafxgraphics.markers.HasHeightProperty
getHeight, heightProperty, setHeight
Methods inherited from interface dev.webfx.kit.mapper.peers.javafxgraphics.markers.HasLayoutXProperty
getLayoutX, layoutXProperty, setLayoutX
Methods inherited from interface dev.webfx.kit.mapper.peers.javafxgraphics.markers.HasLayoutYProperty
getLayoutY, layoutYProperty, setLayoutY
Methods inherited from interface dev.webfx.kit.mapper.peers.javafxgraphics.markers.HasManagedProperty
isManaged, managedProperty, setManaged
Methods inherited from interface dev.webfx.kit.mapper.peers.javafxgraphics.markers.HasMaxHeightProperty
getMaxHeight, maxHeightProperty, setMaxHeight
Methods inherited from interface dev.webfx.kit.mapper.peers.javafxgraphics.markers.HasMaxWidthProperty
getMaxWidth, maxWidthProperty, setMaxWidth
Methods inherited from interface dev.webfx.kit.mapper.peers.javafxgraphics.markers.HasMinHeightProperty
getMinHeight, minHeightProperty, setMinHeight
Methods inherited from interface dev.webfx.kit.mapper.peers.javafxgraphics.markers.HasMinWidthProperty
getMinWidth, minWidthProperty, setMinWidth
Methods inherited from interface dev.webfx.kit.mapper.peers.javafxgraphics.markers.HasMouseTransparentProperty
isMouseTransparent, mouseTransparentProperty, setMouseTransparent
Methods inherited from interface dev.webfx.kit.mapper.peers.javafxgraphics.markers.HasOnMouseClickedProperty
getOnMouseClicked, onMouseClickedProperty, setOnMouseClicked
Methods inherited from interface dev.webfx.kit.mapper.peers.javafxgraphics.markers.HasOpacityProperty
getOpacity, opacityProperty, setOpacity
Methods inherited from interface dev.webfx.kit.mapper.peers.javafxgraphics.markers.HasParentProperty
getParent, parentProperty, setParent
Methods inherited from interface dev.webfx.kit.mapper.peers.javafxgraphics.markers.HasPrefHeightProperty
getPrefHeight, prefHeightProperty, setPrefHeight
Methods inherited from interface dev.webfx.kit.mapper.peers.javafxgraphics.markers.HasPrefWidthProperty
getPrefWidth, prefWidthProperty, setPrefWidth
Methods inherited from interface dev.webfx.kit.mapper.peers.javafxgraphics.markers.HasVisibleProperty
isVisible, setVisible, visibleProperty
Methods inherited from interface dev.webfx.kit.mapper.peers.javafxgraphics.markers.HasWidthProperty
getWidth, setWidth, widthProperty
Methods inherited from interface javafx.scene.INode
autosize, getAllNodeTransforms, getBaselineOffset, getContentBias, getNodePeer, getOrCreateAndBindNodePeer, getProperties, getScene, getTransforms, hasProperties, relocate, resize, resizeRelocate
Methods inherited from interface dev.webfx.kit.mapper.peers.javafxgraphics.emul_coupling.LayoutMeasurableMixin
clearCache, getLayoutBounds, getLayoutMeasurable, maxHeight, maxWidth, minHeight, minWidth, prefHeight, prefWidth
-
Field Details
-
USE_PREF_SIZE
static final double USE_PREF_SIZESentinel value which can be passed to a region'ssetMinWidth
,setMinHeight
,setMaxWidth
orsetMaxHeight
methods to indicate that the preferred dimension should be used for that max and/or min constraint.- See Also:
-
USE_COMPUTED_SIZE
static final double USE_COMPUTED_SIZESentinel value which can be passed to a region'ssetMinWidth
,setMinHeight
,setPrefWidth
,setPrefHeight
,setMaxWidth
,setMaxHeight
methods to reset the region's size constraint back to it's intrinsic size returned byinvalid @link
computeMinWidth
invalid @link
computeMinHeight
invalid @link
computePrefWidth
invalid @link
computePrefHeight
invalid @link
computeMaxWidth
invalid @link
computeMaxHeight
- See Also:
-
-
Method Details
-
isResizable
default boolean isResizable()- Specified by:
isResizable
in interfaceINode
-