Uses of Enum Class
com.jgoodies.forms.builder.FormBuilder.LabelType
Packages that use FormBuilder.LabelType
Package
Description
Contains optional builder classes of the Forms framework.
-
Uses of FormBuilder.LabelType in com.jgoodies.forms.builder
Fields in com.jgoodies.forms.builder declared as FormBuilder.LabelTypeMethods in com.jgoodies.forms.builder that return FormBuilder.LabelTypeModifier and TypeMethodDescriptionstatic FormBuilder.LabelType
Returns the enum constant of this class with the specified name.static FormBuilder.LabelType[]
FormBuilder.LabelType.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.jgoodies.forms.builder with parameters of type FormBuilder.LabelTypeModifier and TypeMethodDescriptionFormBuilder.defaultLabelType
(FormBuilder.LabelType newValue) Sets a new value for the default label type that is used to determine whetherFormBuilder.add(String, Object...)
delegates toFormBuilder.addLabel(String, Object...)
orFormBuilder.addROLabel(String, Object...)
.