Interface HasWidthProperty
- All Known Subinterfaces:
PreferenceResizableNode
- All Known Implementing Classes:
AnchorPane
,BorderPane
,Button
,ButtonBar
,ButtonBase
,Cell
,CheckBox
,ChoiceBox
,ComboBoxBase
,ContextMenu
,ContextMenuContent
,ContextMenuContent.MenuItemContainer
,Control
,DatePicker
,DialogPane
,FlowPane
,GridPane
,HBox
,Hyperlink
,Image
,Label
,Labeled
,Pane
,PasswordField
,PopupControl
,PopupControl.CSSBridge
,PopupWindow
,ProgressBar
,ProgressIndicator
,RadioButton
,Rectangle
,Region
,Scene
,ScrollPane
,Separator
,Slider
,SplitPane
,StackPane
,Stage
,TabPane
,TextArea
,TextField
,TextFlow
,TextInputControl
,TitledPane
,ToggleButton
,ToolkitTextBox
,VBox
,Window
,WritableImage
public interface HasWidthProperty
- Author:
- Bruno Salmon
-
Property Summary
-
Method Summary
Modifier and TypeMethodDescriptiondefault double
getWidth()
Gets the value of thewidth
property.default void
Sets the value of thewidth
property.
-
Property Details
-
width
DoubleProperty widthProperty- See Also:
-
-
Method Details
-
widthProperty
DoubleProperty widthProperty()- Returns:
- the
width
property - See Also:
-
setWidth
Sets the value of thewidth
property.- Property description:
- Parameters:
width
- the value for thewidth
property- See Also:
-
getWidth
default double getWidth()Gets the value of thewidth
property.- Property description:
- Returns:
- the value of the
width
property - See Also:
-