org.eclipse.cdt.ui.newui
Class PageLayout

java.lang.Object
  extended by org.eclipse.swt.widgets.Layout
      extended by org.eclipse.cdt.ui.newui.PageLayout

public class PageLayout
extends org.eclipse.swt.widgets.Layout

Layout for the page container.


Constructor Summary
PageLayout()
           
 
Method Summary
 org.eclipse.swt.graphics.Point computeSize(org.eclipse.swt.widgets.Composite composite, int wHint, int hHint, boolean force)
           
 void layout(org.eclipse.swt.widgets.Composite composite, boolean force)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PageLayout

public PageLayout()
Method Detail

layout

public void layout(org.eclipse.swt.widgets.Composite composite,
                   boolean force)
Specified by:
layout in class org.eclipse.swt.widgets.Layout

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