public class AbsoluteLayout
extends org.eclipse.swt.widgets.Layout
Use this layout manager whenever you would have used a null layout previously.
| Constructor and Description |
|---|
AbsoluteLayout() |
| Modifier and Type | Method and Description |
|---|---|
protected org.eclipse.swt.graphics.Point |
computeSize(org.eclipse.swt.widgets.Composite composite,
int wHint,
int hHint,
boolean flush) |
protected void |
layout(org.eclipse.swt.widgets.Composite composite,
boolean flush) |
protected org.eclipse.swt.graphics.Point computeSize(org.eclipse.swt.widgets.Composite composite,
int wHint,
int hHint,
boolean flush)
computeSize in class org.eclipse.swt.widgets.Layoutprotected void layout(org.eclipse.swt.widgets.Composite composite,
boolean flush)
layout in class org.eclipse.swt.widgets.Layout