org.eclipse.cdt.ui.newui
Class PageLayout
java.lang.Object
org.eclipse.swt.widgets.Layout
org.eclipse.cdt.ui.newui.PageLayout
public class PageLayout
- extends org.eclipse.swt.widgets.Layout
Layout for the page container.
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 |
PageLayout
public PageLayout()
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