|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.eclipse.swt.widgets.Layout sk.uniba.euromath.editor.wizards.WizardDialog.PageContainerFillLayout
protected class WizardDialog.PageContainerFillLayout
A layout for a container which includes several pages, like a notebook, wizard, or preference dialog. The size computed by this layout is the maximum width and height of all pages currently inserted into the container.
Field Summary | |
---|---|
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 Summary | |
---|---|
WizardDialog.PageContainerFillLayout(int mw,
int mh,
int minW,
int minH)
Creates new layout object. |
Method Summary | |
---|---|
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. |
Methods inherited from class org.eclipse.swt.widgets.Layout |
---|
flushCache |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
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.
Constructor Detail |
---|
public WizardDialog.PageContainerFillLayout(int mw, int mh, int minW, int minH)
mw
- the margin widthmh
- the margin heightminW
- the minimum widthminH
- the minimum heightMethod Detail |
---|
public Point computeSize(Composite composite, int wHint, int hHint, boolean force)
computeSize
in class Layout
public Rectangle getClientArea(Composite c)
c
- the composite
public void layout(Composite composite, boolean force)
layout
in class Layout
public void layoutPage(Control w)
w
- the controlpublic void setPageLocation(Control w)
w
- the control
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |