Uses of Enum Class
com.formdev.flatlaf.extras.components.FlatLabel.LabelType
Packages that use FlatLabel.LabelType
-
Uses of FlatLabel.LabelType in com.formdev.flatlaf.extras.components
Methods in com.formdev.flatlaf.extras.components that return FlatLabel.LabelTypeModifier and TypeMethodDescriptionFlatLabel.getLabelType()
Returns type of the label.static FlatLabel.LabelType
Returns the enum constant of this class with the specified name.static FlatLabel.LabelType[]
FlatLabel.LabelType.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 FlatLabel.LabelTypeModifier and TypeMethodDescriptionvoid
FlatLabel.setLabelType
(FlatLabel.LabelType labelType) Specifies type of the label.