cookxml.cookformlayout.helper
Class ButtonStackBuilderHelper

java.lang.Object
  extended bycookxml.cookformlayout.helper.AbstractFormBuilderHelper
      extended bycookxml.cookformlayout.helper.PanelBuilderHelper
          extended bycookxml.cookformlayout.helper.ButtonStackBuilderHelper
All Implemented Interfaces:
NoAdd

public class ButtonStackBuilderHelper
extends PanelBuilderHelper

Since:
CookFormLayout 1.0

Constructor Summary
ButtonStackBuilderHelper(CookXml cookXml, JPanel panel)
           
 
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 cookxml.cookformlayout.helper.AbstractFormBuilderHelper
add, add, getCookXml, getFormBuilder, getLayout, getPanel
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ButtonStackBuilderHelper

public ButtonStackBuilderHelper(CookXml cookXml,
                                JPanel panel)
Method Detail

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