Class GanttHeaderSpacedLayout
java.lang.Object
org.eclipse.swt.widgets.Layout
org.eclipse.nebula.widgets.ganttchart.GanttHeaderSpacedLayout
public class GanttHeaderSpacedLayout
extends org.eclipse.swt.widgets.Layout
-
Constructor Summary
Constructors Constructor Description GanttHeaderSpacedLayout()
GanttHeaderSpacedLayout(GanttChart chart)
-
Method Summary
Modifier and Type Method Description protected org.eclipse.swt.graphics.Point
computeSize(org.eclipse.swt.widgets.Composite composite, int hint, int hint2, boolean flushCache)
protected void
layout(org.eclipse.swt.widgets.Composite composite, boolean flushCache)
void
setGanttChart(GanttChart chart)
-
Constructor Details
-
GanttHeaderSpacedLayout
public GanttHeaderSpacedLayout() -
GanttHeaderSpacedLayout
-
-
Method Details
-
setGanttChart
-
computeSize
protected org.eclipse.swt.graphics.Point computeSize(org.eclipse.swt.widgets.Composite composite, int hint, int hint2, 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
-