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)
Deprecated.
|
ButtonBarBuilder2 |
ButtonBarBuilder2.addButton(Action action)
Deprecated.
Adds a JButton for the given Action that has a minimum width
specified by the
LayoutStyle.getDefaultButtonWidth() . |
ButtonBarBuilder2 |
ButtonBarBuilder2.addButton(JComponent... buttons)
Deprecated.
Adds a sequence of related button components.
|
ButtonBarBuilder2 |
ButtonBarBuilder2.addButton(JComponent button)
Deprecated.
Adds a command button component that has a minimum width
specified by the
LayoutStyle.getDefaultButtonWidth() . |
ButtonBarBuilder2 |
ButtonBarBuilder2.addFixed(JComponent component)
Deprecated.
Adds a fixed size component with narrow margin.
|
ButtonBarBuilder2 |
ButtonBarBuilder2.addGlue()
Deprecated.
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)
Deprecated.
Adds a sequence of related growing buttons
where each is separated by a default gap.
|
ButtonBarBuilder2 |
ButtonBarBuilder2.addGrowing(JComponent component)
Deprecated.
Adds a button or other component that grows if the container grows.
|
ButtonBarBuilder2 |
ButtonBarBuilder2.addRelatedGap()
Deprecated.
|
ButtonBarBuilder2 |
ButtonBarBuilder2.addStrut(ConstantSize width)
Deprecated.
Adds a horizontal strut of the specified width.
|
ButtonBarBuilder2 |
ButtonBarBuilder2.addUnrelatedGap()
Deprecated.
|
static ButtonBarBuilder2 |
ButtonBarBuilder2.createLeftToRightBuilder()
Deprecated.
Creates and returns an empty ButtonBarBuilder2 with
a left to right button order.
|
ButtonBarBuilder2 |
ButtonBarBuilder2.setDefaultButtonBarGapBorder()
Deprecated.
Sets a default border that has a gap in the bar's north.
|
ButtonBarBuilder2 |
ButtonBarBuilder2.setLeftToRightButtonOrder(boolean newButtonOrder)
Deprecated.
Sets the order for button sequences to either left to right,
or right to left.
|
Copyright © 2013 JGoodies. All Rights Reserved.