cookxml.cookformlayout.helper
Class ButtonBarBuilderHelper
java.lang.Object
cookxml.cookformlayout.helper.AbstractFormBuilderHelper
cookxml.cookformlayout.helper.PanelBuilderHelper
cookxml.cookformlayout.helper.ButtonBarBuilderHelper
- All Implemented Interfaces:
- NoAdd
- public class ButtonBarBuilderHelper
- extends PanelBuilderHelper
- Since:
- CookFormLayout 1.0
Method Summary |
void |
add(Component component)
|
protected com.jgoodies.forms.builder.AbstractFormBuilder |
createFormBuilder()
This function is to be overridden by child class to construct an
AbstractFormBuilder. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ButtonBarBuilderHelper
public ButtonBarBuilderHelper(CookXml cookXml,
JPanel panel)
createFormBuilder
protected com.jgoodies.forms.builder.AbstractFormBuilder createFormBuilder()
- Description copied from class:
AbstractFormBuilderHelper
- This function is to be overridden by child class to construct an
AbstractFormBuilder. Call getLayout () and getPanel () functions
to obtain the necessary constructor parameters.
- Overrides:
createFormBuilder
in class PanelBuilderHelper
add
public void add(Component component)
- Overrides:
add
in class AbstractFormBuilderHelper