Uses of Class
com.jgoodies.forms.builder.FormBuilder.LabelType
-
Packages that use FormBuilder.LabelType Package Description com.jgoodies.forms.builder 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.LabelType Modifier and Type Field Description private FormBuilder.LabelType
FormBuilder. defaultLabelType
Methods in com.jgoodies.forms.builder that return FormBuilder.LabelType Modifier and Type Method Description static FormBuilder.LabelType
FormBuilder.LabelType. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static FormBuilder.LabelType[]
FormBuilder.LabelType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.jgoodies.forms.builder with parameters of type FormBuilder.LabelType Modifier and Type Method Description FormBuilder
FormBuilder. 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...)
.
-