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
Properties -
Method Summary
Modifier and TypeMethodDescriptiondefault InsetsGets the value of thepaddingproperty.default voidsetPadding(Insets insets) Sets the value of thepaddingproperty.
-
Property Details
-
padding
- See Also:
-
-
Method Details
-
paddingProperty
- Returns:
- the
paddingproperty - See Also:
-
setPadding
Sets the value of thepaddingproperty.- Property description:
- Parameters:
insets- the value for thepaddingproperty- See Also:
-
getPadding
Gets the value of thepaddingproperty.- Property description:
- Returns:
- the value of the
paddingproperty - See Also:
-