Package org.pentaho.di.ui.core
Class FormDataBuilder
- java.lang.Object
-
- org.pentaho.di.ui.core.FormDataBuilder
-
-
Field Summary
Fields Modifier and Type Field Description protected org.eclipse.swt.layout.FormData
fd
-
Constructor Summary
Constructors Constructor Description FormDataBuilder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description FormDataBuilder
bottom()
FormDataBuilder
bottom(int p1, int p2)
FormDataBuilder
bottom(org.eclipse.swt.layout.FormAttachment fa)
FormDataBuilder
bottom(org.eclipse.swt.widgets.Control control, int margin)
protected FormDataBuilder
clone()
FormDataBuilder
fullSize()
FormDataBuilder
fullWidth()
FormDataBuilder
height(int height)
FormDataBuilder
left()
FormDataBuilder
left(int p1, int p2)
FormDataBuilder
left(org.eclipse.swt.layout.FormAttachment fa)
FormDataBuilder
left(org.eclipse.swt.widgets.Control control, int margin)
FormDataBuilder
percentWidth(int width)
org.eclipse.swt.layout.FormData
result()
FormDataBuilder
right()
FormDataBuilder
right(int p1, int p2)
FormDataBuilder
right(org.eclipse.swt.layout.FormAttachment fa)
FormDataBuilder
right(org.eclipse.swt.widgets.Control control, int margin)
FormDataBuilder
top()
FormDataBuilder
top(int p1, int p2)
FormDataBuilder
top(org.eclipse.swt.layout.FormAttachment fa)
FormDataBuilder
top(org.eclipse.swt.widgets.Control control)
FormDataBuilder
top(org.eclipse.swt.widgets.Control control, int margin)
FormDataBuilder
width(int width)
-
-
-
Method Detail
-
width
public FormDataBuilder width(int width)
-
height
public FormDataBuilder height(int height)
-
left
public FormDataBuilder left(int p1, int p2)
-
right
public FormDataBuilder right(int p1, int p2)
-
top
public FormDataBuilder top(int p1, int p2)
-
bottom
public FormDataBuilder bottom(int p1, int p2)
-
left
public FormDataBuilder left(org.eclipse.swt.layout.FormAttachment fa)
-
right
public FormDataBuilder right(org.eclipse.swt.layout.FormAttachment fa)
-
top
public FormDataBuilder top(org.eclipse.swt.layout.FormAttachment fa)
-
bottom
public FormDataBuilder bottom(org.eclipse.swt.layout.FormAttachment fa)
-
left
public FormDataBuilder left(org.eclipse.swt.widgets.Control control, int margin)
-
top
public FormDataBuilder top(org.eclipse.swt.widgets.Control control, int margin)
-
bottom
public FormDataBuilder bottom(org.eclipse.swt.widgets.Control control, int margin)
-
right
public FormDataBuilder right(org.eclipse.swt.widgets.Control control, int margin)
-
left
public FormDataBuilder left()
-
right
public FormDataBuilder right()
-
top
public FormDataBuilder top()
-
bottom
public FormDataBuilder bottom()
-
top
public FormDataBuilder top(org.eclipse.swt.widgets.Control control)
-
fullWidth
public FormDataBuilder fullWidth()
-
percentWidth
public FormDataBuilder percentWidth(int width)
-
fullSize
public FormDataBuilder fullSize()
-
result
public org.eclipse.swt.layout.FormData result()
-
clone
protected FormDataBuilder clone()
-
-