protected static class ModelioWizardDialog.PageContainerFillLayout
extends org.eclipse.swt.widgets.Layout
Modifier and Type | Field and Description |
---|---|
int |
marginHeight
The margin height;
5 pixels by default. |
int |
marginWidth
The margin width;
5 pixels by default. |
int |
minimumHeight
The minimum height;
0 pixels by default. |
int |
minimumWidth
The minimum width;
0 pixels by default. |
Constructor and Description |
---|
PageContainerFillLayout(int mw,
int mh,
int minW,
int minH)
Creates new layout object.
|
Modifier and Type | Method and Description |
---|---|
org.eclipse.swt.graphics.Point |
computeSize(org.eclipse.swt.widgets.Composite composite,
int wHint,
int hHint,
boolean force) |
org.eclipse.swt.graphics.Rectangle |
getClientArea(org.eclipse.swt.widgets.Composite c)
Returns the client area for the given composite according to this layout.
|
void |
layout(org.eclipse.swt.widgets.Composite composite,
boolean force) |
void |
layoutPage(org.eclipse.swt.widgets.Control w)
Lays outs the page according to this layout.
|
void |
setPageLocation(org.eclipse.swt.widgets.Control w)
Sets the location of the page so that its origin is in the upper left corner.
|
public int marginWidth
5
pixels by default.public int marginHeight
5
pixels by default.public int minimumWidth
0
pixels by default.public int minimumHeight
0
pixels by default.public PageContainerFillLayout(int mw, int mh, int minW, int minH)
mw
- the margin widthmh
- the margin heightminW
- the minimum widthminH
- the minimum heightpublic org.eclipse.swt.graphics.Point computeSize(org.eclipse.swt.widgets.Composite composite, int wHint, int hHint, boolean force)
computeSize
in class org.eclipse.swt.widgets.Layout
public org.eclipse.swt.graphics.Rectangle getClientArea(org.eclipse.swt.widgets.Composite c)
c
- the compositepublic void layout(org.eclipse.swt.widgets.Composite composite, boolean force)
layout
in class org.eclipse.swt.widgets.Layout
public void layoutPage(org.eclipse.swt.widgets.Control w)
w
- the controlpublic void setPageLocation(org.eclipse.swt.widgets.Control w)
w
- the control