Class CompositeTableLayout
- java.lang.Object
-
- org.eclipse.swt.widgets.Layout
-
- org.eclipse.nebula.widgets.compositetable.CompositeTableLayout
-
- Direct Known Subclasses:
AbstractGridRowLayout
abstract class CompositeTableLayout extends org.eclipse.swt.widgets.Layout(non-API) An abstract superclass for all layout managers in the CompositeTable package.
-
-
Constructor Summary
Constructors Constructor Description CompositeTableLayout()
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description protected abstract org.eclipse.swt.graphics.PointcomputeSize(org.eclipse.swt.widgets.Composite composite, int wHint, int hHint, boolean flushCache)protected abstract voidlayout(org.eclipse.swt.widgets.Composite composite, boolean flushCache)
-
-
-
Method Detail
-
computeSize
protected abstract org.eclipse.swt.graphics.Point computeSize(org.eclipse.swt.widgets.Composite composite, int wHint, int hHint, boolean flushCache)- Specified by:
computeSizein classorg.eclipse.swt.widgets.Layout
-
layout
protected abstract void layout(org.eclipse.swt.widgets.Composite composite, boolean flushCache)- Specified by:
layoutin classorg.eclipse.swt.widgets.Layout
-
-