Class FirstChildLayout
- java.lang.Object
- 
- org.eclipse.swt.widgets.Layout
- 
- org.eclipse.net4j.util.ui.widgets.FirstChildLayout
 
 
- 
 public class FirstChildLayout extends Layout - Since:
- 3.5
- Author:
- Eike Stepper
 
- 
- 
Constructor SummaryConstructors Constructor Description FirstChildLayout()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description protected PointcomputeSize(Composite composite, int wHint, int hHint, boolean flushCache)protected booleanflushCache(Control control)protected voidlayout(Composite composite, boolean flushCache)java.lang.StringtoString()
 
- 
- 
- 
Method Detail- 
computeSizeprotected Point computeSize(Composite composite, int wHint, int hHint, boolean flushCache) - Specified by:
- computeSizein class- Layout
 
 - 
flushCacheprotected boolean flushCache(Control control) - Overrides:
- flushCachein class- Layout
 
 - 
layoutprotected void layout(Composite composite, boolean flushCache) 
 - 
toStringpublic java.lang.String toString() - Overrides:
- toStringin class- java.lang.Object
 
 
- 
 
-