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.ButtonTypeFlatButton. getButtonType()Returns type of button.FlatButton.ButtonTypeFlatToggleButton. getButtonType()Returns type of button.static FlatButton.ButtonTypeFlatButton.ButtonType. valueOf(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 voidFlatButton. setButtonType(FlatButton.ButtonType buttonType)Specifies type of button.voidFlatToggleButton. setButtonType(FlatButton.ButtonType buttonType)Specifies type of button.
-