sk.uniba.euromath.editor.wizards
Class WizardDialog.PageContainerFillLayout

java.lang.Object
  extended by org.eclipse.swt.widgets.Layout
      extended by sk.uniba.euromath.editor.wizards.WizardDialog.PageContainerFillLayout
Enclosing class:
WizardDialog

protected class WizardDialog.PageContainerFillLayout
extends Layout

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

marginWidth

public int marginWidth
The margin width; 5 pixels by default.


marginHeight

public int marginHeight
The margin height; 5 pixels by default.


minimumWidth

public int minimumWidth
The minimum width; 0 pixels by default.


minimumHeight

public int minimumHeight
The minimum height; 0 pixels by default.

Constructor Detail

WizardDialog.PageContainerFillLayout

public WizardDialog.PageContainerFillLayout(int mw,
                                            int mh,
                                            int minW,
                                            int minH)
Creates new layout object.

Parameters:
mw - the margin width
mh - the margin height
minW - the minimum width
minH - the minimum height
Method Detail

computeSize

public Point computeSize(Composite composite,
                         int wHint,
                         int hHint,
                         boolean force)
Specified by:
computeSize in class Layout

getClientArea

public Rectangle getClientArea(Composite c)
Returns the client area for the given composite according to this layout.

Parameters:
c - the composite
Returns:
the client area rectangle

layout

public void layout(Composite composite,
                   boolean force)
Specified by:
layout in class Layout

layoutPage

public void layoutPage(Control w)
Lays outs the page according to this layout.

Parameters:
w - the control

setPageLocation

public void setPageLocation(Control w)
Sets the location of the page so that its origin is in the upper left corner.

Parameters:
w - the control


Copyright © 2003-2006 null. All Rights Reserved.