Package org.eclipse.nebula.cwt.v
Class VStackLayout
- java.lang.Object
-
- org.eclipse.nebula.cwt.v.VLayout
-
- org.eclipse.nebula.cwt.v.VStackLayout
-
public class VStackLayout extends VLayout
-
-
Field Summary
Fields Modifier and Type Field Description private VControldefaultControlprivate VControltopControl
-
Constructor Summary
Constructors Constructor Description VStackLayout()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected org.eclipse.swt.graphics.PointcomputeSize(VPanel panel, int wHint, int hHint, boolean flushCache)protected voidlayout(VPanel panel, boolean flushCache)voidsetDefault(VControl control, boolean override)voidsetTopControl(VControl control)voidsetTopControl(VControl control, int duration)
-
-
-
Method Detail
-
computeSize
protected org.eclipse.swt.graphics.Point computeSize(VPanel panel, int wHint, int hHint, boolean flushCache)
- Specified by:
computeSizein classVLayout
-
layout
protected void layout(VPanel panel, boolean flushCache)
-
setDefault
public void setDefault(VControl control, boolean override)
-
setTopControl
public void setTopControl(VControl control)
-
setTopControl
public void setTopControl(VControl control, int duration)
-
-