cookxml.cookswt.helper
Class FormDataHelper
java.lang.Object
cookxml.cookswt.helper.FormDataHelper
- All Implemented Interfaces:
- Helper, NoAdd
- public class FormDataHelper
- extends Object
- implements Helper
This helper object is used to obtain the FormData settings and apply it to the
control specified.
- Since:
- CookSwt 1.0
- See Also:
FormData
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
bottom
public FormAttachmentHelper bottom
top
public FormAttachmentHelper top
left
public FormAttachmentHelper left
right
public FormAttachmentHelper right
height
public Integer height
width
public Integer width
control
public Control control
FormDataHelper
public FormDataHelper()
setLayout
public void setLayout()
add
public void add(Control control)
getFinalObject
public Object getFinalObject()
- Specified by:
getFinalObject
in interface Helper