Package com.diffplug.common.swt.widgets
Class LayoutableLayout
- java.lang.Object
-
- org.eclipse.swt.widgets.Layout
-
- com.diffplug.common.swt.widgets.LayoutableLayout
-
public abstract class LayoutableLayout extends Layout
A Layout which allows anyone to call its layout method manually.
-
-
Constructor Summary
Constructors Constructor Description LayoutableLayout()
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description abstract voidlayout(Composite composite, boolean flushCache)-
Methods inherited from class org.eclipse.swt.widgets.Layout
computeSize, flushCache
-
-