Uses of Class
com.formdev.flatlaf.extras.components.FlatLabel.LabelType
-
Packages that use FlatLabel.LabelType Package Description com.formdev.flatlaf.extras.components -
-
Uses of FlatLabel.LabelType in com.formdev.flatlaf.extras.components
Methods in com.formdev.flatlaf.extras.components that return FlatLabel.LabelType Modifier and Type Method Description FlatLabel.LabelType
FlatLabel. getLabelType()
Returns type of the label.static FlatLabel.LabelType
FlatLabel.LabelType. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static FlatLabel.LabelType[]
FlatLabel.LabelType. 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 FlatLabel.LabelType Modifier and Type Method Description void
FlatLabel. setLabelType(FlatLabel.LabelType labelType)
Specifies type of the label.
-