abstract class CompositeTableLayout
extends org.eclipse.swt.widgets.Layout
| Constructor and Description |
|---|
CompositeTableLayout() |
| Modifier and Type | Method and Description |
|---|---|
protected abstract org.eclipse.swt.graphics.Point |
computeSize(org.eclipse.swt.widgets.Composite composite,
int wHint,
int hHint,
boolean flushCache) |
protected abstract void |
layout(org.eclipse.swt.widgets.Composite composite,
boolean flushCache) |
protected abstract org.eclipse.swt.graphics.Point computeSize(org.eclipse.swt.widgets.Composite composite,
int wHint,
int hHint,
boolean flushCache)
computeSize in class org.eclipse.swt.widgets.Layoutprotected abstract void layout(org.eclipse.swt.widgets.Composite composite,
boolean flushCache)
layout in class org.eclipse.swt.widgets.Layout