public abstract static class PredefinedDecorators.AbstractButtonDecoratorSupplier extends java.lang.Object implements java.util.function.Supplier<Decorator<javafx.scene.control.Button>>
| Constructor and Description |
|---|
PredefinedDecorators.AbstractButtonDecoratorSupplier() |
| Modifier and Type | Method and Description |
|---|---|
Decorator<javafx.scene.control.Button> |
create(javafx.scene.Node shape) |
Decorator<javafx.scene.control.Button> |
create(javafx.scene.Node shape,
double width,
double height) |
protected javafx.scene.control.Button |
createButton(javafx.scene.Node shape) |
protected javafx.scene.control.Button |
createButton(javafx.scene.Node shape,
double width,
double height) |
public PredefinedDecorators.AbstractButtonDecoratorSupplier()
public Decorator<javafx.scene.control.Button> create(javafx.scene.Node shape)
public Decorator<javafx.scene.control.Button> create(javafx.scene.Node shape, double width, double height)
protected javafx.scene.control.Button createButton(javafx.scene.Node shape)
protected javafx.scene.control.Button createButton(javafx.scene.Node shape,
double width,
double height)