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

C

convertFromBigDecimal(BigDecimal) - Static method in class au.com.swz.swttocom.swt.types.TypeUtils
Converts a BigDecimal to a Variant.
convertFromDate(Date) - Static method in class au.com.swz.swttocom.swt.types.TypeUtils
Converts a java.util.Date object into a Variant containing a VT_DATE type.
convertFromDateToDouble(Date) - Static method in class au.com.swz.swttocom.swt.types.TypeUtils
Converts a java.util.Date object into a COM compliant double.
convertFromFontData(FontData) - Static method in class au.com.swz.swttocom.swt.types.TypeUtils
Converts a SWT FontData object to a Variant that contains a IFontDisp automation object.
convertFromHRESULT(HRESULT) - Static method in class au.com.swz.swttocom.swt.types.TypeUtils
Converts a HRESULT into a Variant.
convertFromIPictureDisp(IPictureDisp) - Static method in class au.com.swz.swttocom.swt.types.TypeUtils
Converts a IPictureDisp object to a Variant that contains a IPictureDisp automation object.
convertFromOleColor(OleColor) - Static method in class au.com.swz.swttocom.swt.types.TypeUtils
Converts a OleColor into a Variant containing an integer representation of the OLE_COLOR.
convertToBigDecimal(Variant) - Static method in class au.com.swz.swttocom.swt.types.TypeUtils
Converts a Variant to a BigDecimal.
convertToDate(Variant) - Static method in class au.com.swz.swttocom.swt.types.TypeUtils
Converts a Variant VT_DATE type to a java.util.Date.
convertToDate(double) - Static method in class au.com.swz.swttocom.swt.types.TypeUtils
Converts a COM double date type to a java.util.Date.
convertToFontData(Variant) - Static method in class au.com.swz.swttocom.swt.types.TypeUtils
 
convertToHRESULT(Variant) - Static method in class au.com.swz.swttocom.swt.types.TypeUtils
Converts a Variant to a HRESULT.
convertToIPictureDisp(Variant) - Static method in class au.com.swz.swttocom.swt.types.TypeUtils
Converts a variant to a IPictureDisp interface.
convertToOleColor(Variant) - Static method in class au.com.swz.swttocom.swt.types.TypeUtils
Converts an OLE_COLOR contained within a Variant to an OleColor java object.
create(Variant) - Method in class au.com.swz.swttocom.swt.AbstractEnumeration
Implementations must unmarshal the specified variant in to a Type that is being enumerated.
create(Variant) - Method in class au.com.swz.swttocom.swt.VariantEnumeration
Overides the base class Abstract method to return the Variant being enumerated.

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