Follow Techotopia on Twitter

On-line Guides
All Guides
eBook Store
iOS / Android
Linux for Beginners
Office Productivity
Linux Installation
Linux Security
Linux Utilities
Linux Virtualization
Linux Kernel
System/Network Admin
Programming
Scripting Languages
Development Tools
Web Development
GUI Toolkits/Desktop
Databases
Mail Systems
openSolaris
Eclipse Documentation
Techotopia.com
Virtuatopia.com
Answertopia.com

How To Guides
Virtualization
General System Admin
Linux Security
Linux Filesystems
Web Servers
Graphics & Desktop
PC Hardware
Windows
Problem Solutions
Privacy Policy

  




 

 


Eclipse Platform
Release 3.5

Uses of Class
org.eclipse.swt.ole.win32.Variant

Packages that use Variant
org.eclipse.swt.ole.win32 SWT Win32 OLE implementation classes. 
 

Uses of Variant in org.eclipse.swt.ole.win32
 

Fields in org.eclipse.swt.ole.win32 declared as Variant
  Variant[] OleEvent. arguments
           
 

Methods in org.eclipse.swt.ole.win32 that return Variant
  Variant OleAutomation. getProperty (int dispIdMember)
          Returns the value of the property specified by the dispIdMember.
  Variant OleAutomation. getProperty (int dispIdMember, Variant[] rgvarg)
          Returns the value of the property specified by the dispIdMember.
  Variant OleAutomation. getProperty (int dispIdMember, Variant[] rgvarg, int[] rgdispidNamedArgs)
          Returns the value of the property specified by the dispIdMember.
  Variant OleControlSite. getSiteProperty (int dispId)
          Get the control site property specified by the dispIdMember, or null if the dispId is not recognised.
  Variant OleAutomation. invoke (int dispIdMember)
          Invokes a method on the OLE Object; the method has no parameters.
  Variant OleAutomation. invoke (int dispIdMember, Variant[] rgvarg)
          Invokes a method on the OLE Object; the method has no optional parameters.
  Variant OleAutomation. invoke (int dispIdMember, Variant[] rgvarg, int[] rgdispidNamedArgs)
          Invokes a method on the OLE Object; the method has optional parameters.
static  Variant Variant. win32_new (int 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 Variant
 int OleClientSite. exec (int cmdID, int options, Variant in, Variant out)
          Asks the OLE Document or ActiveX Control to execute a command from a standard list of commands.
  Variant OleAutomation. getProperty (int dispIdMember, Variant[] rgvarg)
          Returns the value of the property specified by the dispIdMember.
  Variant OleAutomation. getProperty (int dispIdMember, Variant[] rgvarg, int[] rgdispidNamedArgs)
          Returns the value of the property specified by the dispIdMember.
  Variant OleAutomation. invoke (int dispIdMember, Variant[] rgvarg)
          Invokes a method on the OLE Object; the method has no optional parameters.
  Variant OleAutomation. invoke (int dispIdMember, Variant[] rgvarg, int[] rgdispidNamedArgs)
          Invokes a method on the OLE Object; the method has optional parameters.
 void OleAutomation. invokeNoReply (int dispIdMember, Variant[] rgvarg)
          Invokes a method on the OLE Object; the method has no optional parameters.
 void OleAutomation. invokeNoReply (int dispIdMember, Variant[] rgvarg, int[] rgdispidNamedArgs)
          Invokes a method on the OLE Object; the method has optional parameters.
 boolean OleAutomation. setProperty (int dispIdMember, Variant rgvarg)
          Sets the property specified by the dispIdMember to a new value.
 boolean OleAutomation. setProperty (int dispIdMember, Variant[] rgvarg)
          Sets the property specified by the dispIdMember to a new value.
 void OleControlSite. setSiteProperty (int dispId, Variant value)
          Sets the control site property specified by the dispIdMember to a new value.
static void Variant. win32_copy (int pVarDest, Variant varSrc)
          Invokes platform specific functionality to copy a variant into operating system memory.
 


Eclipse Platform
Release 3.5

Guidelines for using Eclipse APIs.

Copyright (c) Eclipse contributors and others 2000, 2008. All rights reserved.


 
 
  Published under the terms of the Eclipse Public License Version 1.0 ("EPL") Design by Interspire