cookxml.cookformlayout.helper
Class NextLineHelper

java.lang.Object
  extended bycookxml.cookformlayout.helper.NextLineHelper
All Implemented Interfaces:
FormBuilderHelper, NoAdd

public class NextLineHelper
extends Object
implements FormBuilderHelper

Since:
CookFormLayout 1.0

Field Summary
 int lines
           
 
Constructor Summary
NextLineHelper()
           
 
Method Summary
 void addToBuilder(com.jgoodies.forms.builder.AbstractFormBuilder builder)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

lines

public int lines
Constructor Detail

NextLineHelper

public NextLineHelper()
Method Detail

addToBuilder

public void addToBuilder(com.jgoodies.forms.builder.AbstractFormBuilder builder)
Specified by:
addToBuilder in interface FormBuilderHelper