Uses of Class
org.eclipse.nebula.cwt.v.VNative
-
Packages that use VNative Package Description org.eclipse.nebula.cwt.base org.eclipse.nebula.cwt.v org.eclipse.nebula.widgets.cdatetime -
-
Uses of VNative in org.eclipse.nebula.cwt.base
Fields in org.eclipse.nebula.cwt.base declared as VNative Modifier and Type Field Description protected VNative<org.eclipse.swt.widgets.Text>
BaseCombo. text
The Text widget of a DROP_DOWN style combo. -
Uses of VNative in org.eclipse.nebula.cwt.v
Methods in org.eclipse.nebula.cwt.v that return VNative Modifier and Type Method Description static <T extends org.eclipse.swt.widgets.Control>
VNative<T>VNative. create(java.lang.Class<T> type, VPanel parent, int style)
-
Uses of VNative in org.eclipse.nebula.widgets.cdatetime
Fields in org.eclipse.nebula.widgets.cdatetime declared as VNative Modifier and Type Field Description (package private) VNative<org.eclipse.swt.widgets.Spinner>
CDateTime. spinner
Fields in org.eclipse.nebula.widgets.cdatetime with type parameters of type VNative Modifier and Type Field Description private java.util.List<VNative<CDateTime>>
CDatePanel. pickers
Methods in org.eclipse.nebula.widgets.cdatetime that return VNative Modifier and Type Method Description (package private) VNative<org.eclipse.swt.widgets.Text>
CDateTime. getTextWidget()
-