A B C D E F G H I L M N O P R S T U V

V

VariantEnumeration - Class in au.com.swz.swttocom.swt
A Java wrapper class for the COM IEnumVARIANT interface.
VariantEnumeration(IEnumVARIANT) - Constructor for class au.com.swz.swttocom.swt.VariantEnumeration
Constructs a new VariantEnumeration that can be used to enumerate the type in the specified IEnumVARIANT interface.
VariantPointer - Class in au.com.swz.swttocom.swt.types.pointer
A pointer for use with a SWT Variant.
VariantPointer() - Constructor for class au.com.swz.swttocom.swt.types.pointer.VariantPointer
Constructs a new pointer for which no memory is allocated.
VariantPointer(Variant) - Constructor for class au.com.swz.swttocom.swt.types.pointer.VariantPointer
Constructs a new pointer to point to the specified variant.
VariantPointer(int) - Constructor for class au.com.swz.swttocom.swt.types.pointer.VariantPointer
Constructs a new pointer that will use the specified memory address to store data.
VariantWrapper - Class in org.eclipse.swt.ole.win32
As its name implies the Variant Wrapper class wraps a SWT Variant class.
VariantWrapper() - Constructor for class org.eclipse.swt.ole.win32.VariantWrapper
Constructs a new VariantWrapper that will create a new Variant.
VariantWrapper(Variant) - Constructor for class org.eclipse.swt.ole.win32.VariantWrapper
Constructs a new VariantWrapper that wrap the specified Variant.

A B C D E F G H I L M N O P R S T U V