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
Subclasses with type arguments of type FlatLabel.LabelType in com.formdev.flatlaf.extras.componentsMethods in com.formdev.flatlaf.extras.components that return FlatLabel.LabelTypeModifier and TypeMethodDescriptionFlatLabel.getLabelType()Returns type of the label.static FlatLabel.LabelTypeReturns 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 TypeMethodDescriptionvoidFlatLabel.setLabelType(FlatLabel.LabelType labelType) Specifies type of the label.