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,Tooltip,VBox,Window,WritableImage
public interface HasWidthProperty
- Author:
 - Bruno Salmon
 
- 
Property Summary
Properties - 
Method Summary
Modifier and TypeMethodDescriptiondefault doublegetWidth()Gets the value of thewidthproperty.default voidSets the value of thewidthproperty. 
- 
Property Details
- 
width
DoubleProperty widthProperty- See Also:
 
 
 - 
 - 
Method Details
- 
widthProperty
DoubleProperty widthProperty()- Returns:
 - the 
widthproperty - See Also:
 
 - 
setWidth
Sets the value of thewidthproperty.- Property description:
 - Parameters:
 width- the value for thewidthproperty- See Also:
 
 - 
getWidth
default double getWidth()Gets the value of thewidthproperty.- Property description:
 - Returns:
 - the value of the 
widthproperty - See Also:
 
 
 -