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
Modifier and Type Method Description protected abstract org.eclipse.swt.graphics.PointcomputeSize(VPanel panel, int wHint, int hHint, boolean flushCache)protected abstract voidlayout(VPanel panel, boolean flushCache)
-
Constructor Details
-
VLayout
public VLayout()
-
-
Method Details
-
computeSize
protected abstract org.eclipse.swt.graphics.Point computeSize(VPanel panel, int wHint, int hHint, boolean flushCache) -
layout
-