Package | Description |
---|---|
com.jgoodies.forms.builder |
Contains optional builder classes of the Forms framework.
|
Modifier and Type | Method and Description |
---|---|
ButtonBarBuilder2 |
ButtonBarBuilder2.addButton(Action... actions)
Adds a sequence of related JButtons built from the given Actions
that are separated by the default gap as specified by
LayoutStyle.getRelatedComponentsPadX() . |
ButtonBarBuilder2 |
ButtonBarBuilder2.addButton(Action action)
Adds a JButton for the given Action that has a minimum width
specified by the
LayoutStyle.getDefaultButtonWidth() . |
ButtonBarBuilder2 |
ButtonBarBuilder2.addButton(JComponent... buttons)
Adds a sequence of related button components.
|
ButtonBarBuilder2 |
ButtonBarBuilder2.addButton(JComponent button)
Adds a command button component that has a minimum width
specified by the
LayoutStyle.getDefaultButtonWidth() . |
ButtonBarBuilder2 |
ButtonBarBuilder2.addFixed(JComponent component)
Adds a fixed size component with narrow margin.
|
ButtonBarBuilder2 |
ButtonBarBuilder2.addGlue()
Adds a glue that will be given the extra space,
if this button bar is larger than its preferred size.
|
ButtonBarBuilder2 |
ButtonBarBuilder2.addGrowing(JComponent... buttons)
Adds a sequence of related growing buttons
where each is separated by a default gap.
|
ButtonBarBuilder2 |
ButtonBarBuilder2.addGrowing(JComponent component)
Adds a button or other component that grows if the container grows.
|
ButtonBarBuilder2 |
ButtonBarBuilder2.addRelatedGap()
Adds the standard horizontal gap for related components.
|
ButtonBarBuilder2 |
ButtonBarBuilder2.addStrut(ConstantSize width)
Adds a horizontal strut of the specified width.
|
ButtonBarBuilder2 |
ButtonBarBuilder2.addUnrelatedGap()
Adds the standard horizontal gap for unrelated components.
|
static ButtonBarBuilder2 |
ButtonBarBuilder2.createLeftToRightBuilder()
Creates and returns an empty ButtonBarBuilder2 with
a left to right button order.
|
ButtonBarBuilder2 |
ButtonBarBuilder2.setDefaultButtonBarGapBorder()
Sets a default border that has a gap in the bar's north.
|
ButtonBarBuilder2 |
ButtonBarBuilder2.setLeftToRightButtonOrder(boolean newButtonOrder)
Sets the order for button sequences to either left to right,
or right to left.
|
Copyright © 2012 JGoodies. All Rights Reserved.