Package | Description |
---|---|
com.jgoodies.forms.builder |
Contains optional builder classes of the Forms framework.
|
Modifier and Type | Method and Description |
---|---|
FormBuilder.ComponentAdder |
FormBuilder.add(boolean expression,
Component c)
The first of two steps for conditionally adding a component to the form.
|
FormBuilder.ComponentAdder |
FormBuilder.add(boolean expression,
Icon image)
The first of two steps for conditionally adding an icon label to the form.
|
FormBuilder.ComponentAdder |
FormBuilder.add(boolean expression,
String markedLabelText,
Object... args)
The first of two steps for conditionally adding a textual label
to the form.
|
FormBuilder.ComponentAdder |
FormBuilder.add(Component c)
The first of two steps for adding a component to this builder's panel.
|
FormBuilder.ComponentAdder |
FormBuilder.add(Icon image)
The first of two steps for adding an icon label to the form.
|
FormBuilder.ComponentAdder |
FormBuilder.add(String markedLabelText,
Object... args)
The first of two steps for adding a textual label to the form.
|
FormBuilder.ComponentAdder |
FormBuilder.addBar(boolean expression,
JButton... buttons)
The first of two steps for conditionally adding a button bar to the form.
|
FormBuilder.ComponentAdder |
FormBuilder.addBar(boolean expression,
JCheckBox... checkBoxes)
The first of two steps for conditionally adding a check box bar to the form.
|
FormBuilder.ComponentAdder |
FormBuilder.addBar(boolean expression,
JRadioButton... radioButtons)
The first of two steps for conditionally adding a radio button bar
to this builder's panel.
|
FormBuilder.ComponentAdder |
FormBuilder.addBar(JButton... buttons)
The first of two steps for adding a button bar to this builder's panel.
|
FormBuilder.ComponentAdder |
FormBuilder.addBar(JCheckBox... checkBoxes)
The first of two steps for adding a check box bar to this builder's panel.
|
FormBuilder.ComponentAdder |
FormBuilder.addBar(JRadioButton... radioButtons)
The first of two steps for adding a radio button bar to this builder's panel.
|
protected FormBuilder.ComponentAdder |
FormBuilder.addImpl(Component c) |
FormBuilder.ComponentAdder |
FormBuilder.addLabel(boolean expression,
String markedText,
Object... args)
The first of two steps for conditionally adding a plain label to the form.
|
FormBuilder.ComponentAdder |
FormBuilder.addLabel(String markedText,
Object... args)
The first of two steps for adding a plain label to the form.
|
FormBuilder.ComponentAdder |
FormBuilder.addRaw(boolean expression,
Component c)
The first of two steps for conditionally adding a component to the form.
|
FormBuilder.ComponentAdder |
FormBuilder.addRaw(Component c)
The first of two steps for adding a component to this builder's panel.
|
FormBuilder.ComponentAdder |
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.ComponentAdder |
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.ComponentAdder |
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.ComponentAdder |
FormBuilder.addScrolled(Component c)
The first of two steps for adding the given component wrapped
with a JScrollPane to this builder's panel.
|
FormBuilder.ComponentAdder |
FormBuilder.addSeparator(boolean expression,
String markedText,
Object... args)
The first of two steps for conditionally adding a titled separator to the form.
|
FormBuilder.ComponentAdder |
FormBuilder.addSeparator(String markedText,
Object... args)
The first of two steps for adding a titled separator to the form.
|
FormBuilder.ComponentAdder |
FormBuilder.addStack(boolean expression,
JButton... buttons)
The first of two steps for conditionally adding a button stack
to this builder's panel.
|
FormBuilder.ComponentAdder |
FormBuilder.addStack(boolean expression,
JCheckBox... checkBoxes)
The first of two steps for conditionally adding a check box stack
to this builder's panel.
|
FormBuilder.ComponentAdder |
FormBuilder.addStack(boolean expression,
JRadioButton... radioButtons)
The first of two steps for conditionally adding a radio button stack
to this builder's panel.
|
FormBuilder.ComponentAdder |
FormBuilder.addStack(JButton... buttons)
The first of two steps for adding a button stack to this builder's panel.
|
FormBuilder.ComponentAdder |
FormBuilder.addStack(JCheckBox... checkBoxes)
The first of two steps for adding a check box stack to this builder's panel.
|
FormBuilder.ComponentAdder |
FormBuilder.addStack(JRadioButton... radioButtons)
The first of two steps for adding a radio button stack to this builder's panel.
|
FormBuilder.ComponentAdder |
FormBuilder.addTitle(boolean expression,
String markedText,
Object... args)
The first of two steps for conditionally adding a title label to the form.
|
FormBuilder.ComponentAdder |
FormBuilder.addTitle(String markedText,
Object... args)
The first of two steps for adding a title label to the form.
|
FormBuilder.ComponentAdder |
FormBuilder.ComponentAdder.labelFor(Component c) |
Copyright © 2002-2015 JGoodies Software GmbH. All Rights Reserved.