protected static class ModelioWizardDialog.PageContainerFillLayout
extends 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 | 
|---|---|
Point | 
computeSize(Composite composite,
           int wHint,
           int hHint,
           boolean force)  | 
Rectangle | 
getClientArea(Composite c)
Returns the client area for the given composite according to this layout. 
 | 
void | 
layout(Composite composite,
      boolean force)  | 
void | 
layoutPage(Control w)
Lays outs the page according to this layout. 
 | 
void | 
setPageLocation(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 Point computeSize(Composite composite,
                         int wHint,
                         int hHint,
                         boolean force)
public Rectangle getClientArea(Composite c)
c - the compositepublic void layout(Composite composite,
                   boolean force)
public void layoutPage(Control w)
w - the controlpublic void setPageLocation(Control w)
w - the control