cookxml.cookformlayout.helper
Class DefaultFormBuilderHelper

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

public class DefaultFormBuilderHelper
extends PanelBuilderHelper

Since:
CookFormLayout 1.0

Constructor Summary
DefaultFormBuilderHelper(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

DefaultFormBuilderHelper

public DefaultFormBuilderHelper(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