Package org.eclipse.nebula.cwt.v
Class VLayout
- java.lang.Object
-
- org.eclipse.nebula.cwt.v.VLayout
-
- Direct Known Subclasses:
AnalogTimePicker.BaseLayout
,AnalogTimePicker.DialLayout
,BaseCombo.DropComboLayout
,CDateTime.SpinnerLayout
,VGridLayout
,VSimpleLayout
,VStackLayout
public abstract class VLayout extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description VLayout()
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description protected abstract org.eclipse.swt.graphics.Point
computeSize(VPanel panel, int wHint, int hHint, boolean flushCache)
protected abstract void
layout(VPanel panel, boolean flushCache)
-