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 VControl
defaultControl
private VControl
topControl
-
Constructor Summary
Constructors Constructor Description VStackLayout()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected org.eclipse.swt.graphics.Point
computeSize(VPanel panel, int wHint, int hHint, boolean flushCache)
protected void
layout(VPanel panel, boolean flushCache)
void
setDefault(VControl control, boolean override)
void
setTopControl(VControl control)
void
setTopControl(VControl control, int duration)
-
-
-
Method Detail
-
computeSize
protected org.eclipse.swt.graphics.Point computeSize(VPanel panel, int wHint, int hHint, boolean flushCache)
- Specified by:
computeSize
in 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)
-
-