Uses of Class
org.eclipse.swt.ole.win32.Variant
Packages that use Variant
-
Uses of Variant in org.eclipse.swt.ole.win32
Fields in org.eclipse.swt.ole.win32 declared as VariantModifier and TypeFieldDescriptionVariant[]OleEvent.argumentsstatic final VariantVariant.NULLA shared Variant instance with type VT_NULL.Methods in org.eclipse.swt.ole.win32 that return VariantModifier and TypeMethodDescriptionOleAutomation.getProperty(int dispIdMember) Returns the value of the property specified by the dispIdMember.OleAutomation.getProperty(int dispIdMember, Variant[] rgvarg) Returns the value of the property specified by the dispIdMember.OleAutomation.getProperty(int dispIdMember, Variant[] rgvarg, int[] rgdispidNamedArgs) Returns the value of the property specified by the dispIdMember.OleControlSite.getSiteProperty(int dispId) Get the control site property specified by the dispIdMember, ornullif the dispId is not recognised.OleAutomation.invoke(int dispIdMember) Invokes a method on the OLE Object; the method has no parameters.Invokes a method on the OLE Object; the method has no optional parameters.Invokes a method on the OLE Object; the method has optional parameters.static VariantVariant.win32_new(long pVariant) Invokes platform specific functionality to wrap a variant that was allocated in operating system memory.Methods in org.eclipse.swt.ole.win32 with parameters of type VariantModifier and TypeMethodDescriptionintAsks the OLE Document or ActiveX Control to execute a command from a standard list of commands.OleAutomation.getProperty(int dispIdMember, Variant[] rgvarg) Returns the value of the property specified by the dispIdMember.OleAutomation.getProperty(int dispIdMember, Variant[] rgvarg, int[] rgdispidNamedArgs) Returns the value of the property specified by the dispIdMember.Invokes a method on the OLE Object; the method has no optional parameters.Invokes a method on the OLE Object; the method has optional parameters.voidOleAutomation.invokeNoReply(int dispIdMember, Variant[] rgvarg) Invokes a method on the OLE Object; the method has no optional parameters.voidOleAutomation.invokeNoReply(int dispIdMember, Variant[] rgvarg, int[] rgdispidNamedArgs) Invokes a method on the OLE Object; the method has optional parameters.booleanOleAutomation.setProperty(int dispIdMember, Variant rgvarg) Sets the property specified by the dispIdMember to a new value.booleanOleAutomation.setProperty(int dispIdMember, Variant[] rgvarg) Sets the property specified by the dispIdMember to a new value.voidOleControlSite.setSiteProperty(int dispId, Variant value) Sets the control site property specified by the dispIdMember to a new value.static voidVariant.win32_copy(long pVarDest, Variant varSrc) Invokes platform specific functionality to copy a variant into operating system memory.