Uses of Class
com.jgoodies.forms.builder.FormBuilder.ComponentAdder
Packages that use FormBuilder.ComponentAdder
Package
Description
Contains optional builder classes of the Forms framework.
-
Uses of FormBuilder.ComponentAdder in com.jgoodies.forms.builder
Subclasses of FormBuilder.ComponentAdder in com.jgoodies.forms.builderMethods in com.jgoodies.forms.builder that return FormBuilder.ComponentAdderModifier and TypeMethodDescriptionThe first of two steps for conditionally adding a component to the form.The first of two steps for conditionally adding a textual label to the form.The first of two steps for conditionally adding an icon label to the form.The first of two steps for adding a component to this builder's panel.The first of two steps for adding a textual label to the form.The first of two steps for adding an icon label to the form.The first of two steps for conditionally adding a button bar to the form.The first of two steps for conditionally adding a check box bar to the form.FormBuilder.addBar(boolean expression, JRadioButton... radioButtons) The first of two steps for conditionally adding a radio button bar to this builder's panel.The first of two steps for adding a button bar to this builder's panel.The first of two steps for adding a check box bar to this builder's panel.FormBuilder.addBar(JRadioButton... radioButtons) The first of two steps for adding a radio button bar to this builder's panel.protected FormBuilder.ComponentAdderThe first of two steps for conditionally adding a plain label to the form.The first of two steps for adding a plain label to the form.The first of two steps for conditionally adding a component to the form.The first of two steps for adding a component to this builder's panel.FormBuilder.addROLabel(boolean expression, String markedText, Object... args) The first of two steps for conditionally adding a textual label to the form that is intended for labeling read-only components.FormBuilder.addROLabel(String markedText, Object... args) The first of two steps for adding a textual label to the form that is intended for labeling read-only components.FormBuilder.addScrolled(boolean expression, Component c) The first of two steps for conditionally adding the given component wrapped with a JScrollPane to this builder's panel.FormBuilder.addScrolled(Component c) The first of two steps for adding the given component wrapped with a JScrollPane to this builder's panel.FormBuilder.addSeparator(boolean expression, String markedText, Object... args) The first of two steps for conditionally adding a titled separator to the form.FormBuilder.addSeparator(String markedText, Object... args) The first of two steps for adding a titled separator to the form.The first of two steps for conditionally adding a button stack to this builder's panel.The first of two steps for conditionally adding a check box stack to this builder's panel.FormBuilder.addStack(boolean expression, JRadioButton... radioButtons) The first of two steps for conditionally adding a radio button stack to this builder's panel.The first of two steps for adding a button stack to this builder's panel.The first of two steps for adding a check box stack to this builder's panel.FormBuilder.addStack(JRadioButton... radioButtons) The first of two steps for adding a radio button stack to this builder's panel.The first of two steps for conditionally adding a title label to the form.The first of two steps for adding a title label to the form.