Uses of Enum Class
com.formdev.flatlaf.extras.components.FlatButton.ButtonType
Packages that use FlatButton.ButtonType
-
Uses of FlatButton.ButtonType in com.formdev.flatlaf.extras.components
Methods in com.formdev.flatlaf.extras.components that return FlatButton.ButtonTypeModifier and TypeMethodDescriptionFlatButton.getButtonType()
Returns type of button.FlatToggleButton.getButtonType()
Returns type of button.static FlatButton.ButtonType
Returns the enum constant of this class with the specified name.static FlatButton.ButtonType[]
FlatButton.ButtonType.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.formdev.flatlaf.extras.components with parameters of type FlatButton.ButtonTypeModifier and TypeMethodDescriptionvoid
FlatButton.setButtonType
(FlatButton.ButtonType buttonType) Specifies type of button.void
FlatToggleButton.setButtonType
(FlatButton.ButtonType buttonType) Specifies type of button.