Uses of Class
org.eclipse.nebula.cwt.v.VLayout
| Package | Description |
|---|---|
| org.eclipse.nebula.cwt.base | |
| org.eclipse.nebula.cwt.v | |
| org.eclipse.nebula.widgets.cdatetime |
-
Uses of VLayout in org.eclipse.nebula.cwt.base
Subclasses of VLayout in org.eclipse.nebula.cwt.base Modifier and Type Class Description protected classBaseCombo.DropComboLayoutSpecial layout implementation to position the combo's drop-down Button within its Text. -
Uses of VLayout in org.eclipse.nebula.cwt.v
Subclasses of VLayout in org.eclipse.nebula.cwt.v Modifier and Type Class Description classVGridLayoutclassVSimpleLayoutclassVStackLayoutMethods in org.eclipse.nebula.cwt.v with type parameters of type VLayout Modifier and Type Method Description <T extends VLayout>
TVPanel. getLayout(java.lang.Class<T> clazz)Methods in org.eclipse.nebula.cwt.v that return VLayout Modifier and Type Method Description VLayoutVPanel. getLayout()Methods in org.eclipse.nebula.cwt.v with parameters of type VLayout Modifier and Type Method Description voidVPanel. setLayout(VLayout layout) -
Uses of VLayout in org.eclipse.nebula.widgets.cdatetime
Subclasses of VLayout in org.eclipse.nebula.widgets.cdatetime Modifier and Type Class Description (package private) classAnalogTimePicker.BaseLayout(package private) classAnalogTimePicker.DialLayout(package private) classCDateTime.SpinnerLayoutThe layout used for a "basic" CDateTime - when it is neither of style SIMPLE or DROP_DOWN - with style of SPINNER.
Note that there is a spinner, but no button for this style.