cookxml.cookswt.helper
Class FormAttachmentHelper

java.lang.Object
  extended bycookxml.cookswt.helper.FormAttachmentHelper

public class FormAttachmentHelper
extends Object

This helper object is used to obtain the FormAttachment settings.

Since:
CookSwt 1.0
See Also:
FormAttachment

Field Summary
 Integer alignment
           
 Control control
           
 Integer denominator
           
 Integer numerator
           
 Integer offset
           
 
Constructor Summary
FormAttachmentHelper()
           
 
Method Summary
 void add(Control control)
           
 FormAttachment getFormAttachment()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

alignment

public Integer alignment

control

public Control control

denominator

public Integer denominator

numerator

public Integer numerator

offset

public Integer offset
Constructor Detail

FormAttachmentHelper

public FormAttachmentHelper()
Method Detail

getFormAttachment

public FormAttachment getFormAttachment()

add

public void add(Control control)