Modifier and Type | Field and Description |
---|---|
protected org.eclipse.swt.layout.FormData |
fd |
Constructor and Description |
---|
FormDataBuilder() |
Modifier and Type | Method and Description |
---|---|
FormDataBuilder |
bottom() |
FormDataBuilder |
bottom(org.eclipse.swt.widgets.Control control,
int margin) |
FormDataBuilder |
bottom(org.eclipse.swt.layout.FormAttachment fa) |
FormDataBuilder |
bottom(int p1,
int p2) |
protected FormDataBuilder |
clone() |
FormDataBuilder |
fullSize() |
FormDataBuilder |
fullWidth() |
FormDataBuilder |
height(int height) |
FormDataBuilder |
left() |
FormDataBuilder |
left(org.eclipse.swt.widgets.Control control,
int margin) |
FormDataBuilder |
left(org.eclipse.swt.layout.FormAttachment fa) |
FormDataBuilder |
left(int p1,
int p2) |
FormDataBuilder |
percentWidth(int width) |
org.eclipse.swt.layout.FormData |
result() |
FormDataBuilder |
right() |
FormDataBuilder |
right(org.eclipse.swt.widgets.Control control,
int margin) |
FormDataBuilder |
right(org.eclipse.swt.layout.FormAttachment fa) |
FormDataBuilder |
right(int p1,
int p2) |
FormDataBuilder |
top() |
FormDataBuilder |
top(org.eclipse.swt.widgets.Control control) |
FormDataBuilder |
top(org.eclipse.swt.widgets.Control control,
int margin) |
FormDataBuilder |
top(org.eclipse.swt.layout.FormAttachment fa) |
FormDataBuilder |
top(int p1,
int p2) |
FormDataBuilder |
width(int width) |
public FormDataBuilder width(int width)
public FormDataBuilder height(int height)
public FormDataBuilder left(int p1, int p2)
public FormDataBuilder right(int p1, int p2)
public FormDataBuilder top(int p1, int p2)
public FormDataBuilder bottom(int p1, int p2)
public FormDataBuilder left(org.eclipse.swt.layout.FormAttachment fa)
public FormDataBuilder right(org.eclipse.swt.layout.FormAttachment fa)
public FormDataBuilder top(org.eclipse.swt.layout.FormAttachment fa)
public FormDataBuilder bottom(org.eclipse.swt.layout.FormAttachment fa)
public FormDataBuilder left(org.eclipse.swt.widgets.Control control, int margin)
public FormDataBuilder top(org.eclipse.swt.widgets.Control control, int margin)
public FormDataBuilder bottom(org.eclipse.swt.widgets.Control control, int margin)
public FormDataBuilder right(org.eclipse.swt.widgets.Control control, int margin)
public FormDataBuilder left()
public FormDataBuilder right()
public FormDataBuilder top()
public FormDataBuilder bottom()
public FormDataBuilder top(org.eclipse.swt.widgets.Control control)
public FormDataBuilder fullWidth()
public FormDataBuilder percentWidth(int width)
public FormDataBuilder fullSize()
public org.eclipse.swt.layout.FormData result()
protected FormDataBuilder clone()
Copyright © 2019 Hitachi Vantara. All rights reserved.