Uses of Class
com.formdev.flatlaf.extras.components.FlatButton.ButtonType
-
Packages that use FlatButton.ButtonType Package Description com.formdev.flatlaf.extras.components -
-
Uses of FlatButton.ButtonType in com.formdev.flatlaf.extras.components
Methods in com.formdev.flatlaf.extras.components that return FlatButton.ButtonType Modifier and Type Method Description FlatButton.ButtonType
FlatButton. getButtonType()
Returns type of button.FlatButton.ButtonType
FlatToggleButton. getButtonType()
Returns type of button.static FlatButton.ButtonType
FlatButton.ButtonType. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static FlatButton.ButtonType[]
FlatButton.ButtonType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.formdev.flatlaf.extras.components with parameters of type FlatButton.ButtonType Modifier and Type Method Description void
FlatButton. setButtonType(FlatButton.ButtonType buttonType)
Specifies type of button.void
FlatToggleButton. setButtonType(FlatButton.ButtonType buttonType)
Specifies type of button.
-