Class TimeSlice.TimeSliceAcrossTimeLayout
- java.lang.Object
-
- org.eclipse.swt.widgets.Layout
-
- org.eclipse.nebula.widgets.compositetable.day.internal.TimeSlice.TimeSliceAcrossTimeLayout
-
- Enclosing class:
- TimeSlice
private static class TimeSlice.TimeSliceAcrossTimeLayout extends org.eclipse.swt.widgets.Layout
The 0th control in the layout may have a java.lang.Integer LayoutData indicating its preferred width. Otherwise, DaysLayout will ask the control to compute its preferred size and will use the width returned by that computation. All other controls will be equally allotted horizontal width in the parent control.
-
-
Field Summary
Fields Modifier and Type Field Description (package private) org.eclipse.swt.graphics.Point
preferredSize
-
Constructor Summary
Constructors Modifier Constructor Description private
TimeSliceAcrossTimeLayout()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected org.eclipse.swt.graphics.Point
computeSize(org.eclipse.swt.widgets.Composite composite, int wHint, int hHint, boolean flushCache)
protected void
layout(org.eclipse.swt.widgets.Composite composite, boolean flushCache)
-
-
-
Method Detail
-
computeSize
protected org.eclipse.swt.graphics.Point computeSize(org.eclipse.swt.widgets.Composite composite, int wHint, int hHint, boolean flushCache)
- Specified by:
computeSize
in classorg.eclipse.swt.widgets.Layout
-
layout
protected void layout(org.eclipse.swt.widgets.Composite composite, boolean flushCache)
- Specified by:
layout
in classorg.eclipse.swt.widgets.Layout
-
-