Uses of Class
org.eclipse.nebula.cwt.v.VControl.Type
-
Packages that use VControl.Type Package Description org.eclipse.nebula.cwt.v -
-
Uses of VControl.Type in org.eclipse.nebula.cwt.v
Methods in org.eclipse.nebula.cwt.v that return VControl.Type Modifier and Type Method Description VControl.TypeVButton. getType()abstract VControl.TypeVControl. getType()VControl.TypeVLabel. getType()VControl.TypeVNative. getType()VControl.TypeVPanel. getType()VControl.TypeVSpacer. getType()static VControl.TypeVControl.Type. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static VControl.Type[]VControl.Type. values()Returns an array containing the constants of this enum type, in the order they are declared.
-