Interface HasPaddingProperty
- 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 HasPaddingProperty
- Author:
- Bruno Salmon
-
Property Summary
-
Method Summary
Modifier and TypeMethodDescriptiondefault Insets
Gets the value of thepadding
property.default void
setPadding
(Insets insets) Sets the value of thepadding
property.
-
Property Details
-
padding
- See Also:
-
-
Method Details
-
paddingProperty
- Returns:
- the
padding
property - See Also:
-
setPadding
Sets the value of thepadding
property.- Property description:
- Parameters:
insets
- the value for thepadding
property- See Also:
-
getPadding
Gets the value of thepadding
property.- Property description:
- Returns:
- the value of the
padding
property - See Also:
-