IBM WebSphere Multichannel Bank Transformation Toolkit Javadoc

com.ibm.btt.rcp.wizard
Class WizardComposite.PageContainerFillLayout

java.lang.Object
  extended by org.eclipse.swt.widgets.Layout
      extended by com.ibm.btt.rcp.wizard.WizardComposite.PageContainerFillLayout
Enclosing class:
WizardComposite

protected class WizardComposite.PageContainerFillLayout
extends org.eclipse.swt.widgets.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
WizardComposite.PageContainerFillLayout(int mw, int mh, int minW, int minH)
          Creates new layout object.
 
Method Summary
 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.
 
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

WizardComposite.PageContainerFillLayout

public WizardComposite.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 org.eclipse.swt.graphics.Point computeSize(org.eclipse.swt.widgets.Composite composite,
                                                  int wHint,
                                                  int hHint,
                                                  boolean force)
Specified by:
computeSize in class org.eclipse.swt.widgets.Layout

getClientArea

public org.eclipse.swt.graphics.Rectangle getClientArea(org.eclipse.swt.widgets.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(org.eclipse.swt.widgets.Composite composite,
                   boolean force)
Specified by:
layout in class org.eclipse.swt.widgets.Layout

layoutPage

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

Parameters:
w - the control

setPageLocation

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

Parameters:
w - the control

IBM WebSphere Multichannel Bank Transformation Toolkit Javadoc

(c) Copyright IBM Corporation 1998, 2009