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
Subclasses with type arguments of type FlatButton.ButtonType in com.formdev.flatlaf.extras.componentsMethods 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.ButtonTypeReturns 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 TypeMethodDescriptionvoidFlatButton.setButtonType(FlatButton.ButtonType buttonType) Specifies type of button.voidFlatToggleButton.setButtonType(FlatButton.ButtonType buttonType) Specifies type of button.