Package org.pentaho.di.ui.core
Class FormDataBuilder
java.lang.Object
org.pentaho.di.ui.core.FormDataBuilder
- All Implemented Interfaces:
Cloneable
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionbottom()
bottom
(int p1, int p2) bottom
(org.eclipse.swt.layout.FormAttachment fa) bottom
(org.eclipse.swt.widgets.Control control, int margin) protected FormDataBuilder
clone()
fullSize()
height
(int height) left()
left
(int p1, int p2) left
(org.eclipse.swt.layout.FormAttachment fa) left
(org.eclipse.swt.widgets.Control control, int margin) percentWidth
(int width) org.eclipse.swt.layout.FormData
result()
right()
right
(int p1, int p2) right
(org.eclipse.swt.layout.FormAttachment fa) right
(org.eclipse.swt.widgets.Control control, int margin) top()
top
(int p1, int p2) top
(org.eclipse.swt.layout.FormAttachment fa) top
(org.eclipse.swt.widgets.Control control) top
(org.eclipse.swt.widgets.Control control, int margin) width
(int width)
-
Field Details
-
fd
protected org.eclipse.swt.layout.FormData fd
-
-
Constructor Details
-
FormDataBuilder
public FormDataBuilder()
-
-
Method Details