Eclipse Platform
2.1

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

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

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

Methods in org.eclipse.swt.ole.win32 that return OleAutomation
 OleAutomation Variant.getAutomation()
          Returns the OleAutomation object represented by this Variant.
 

Methods in org.eclipse.swt.ole.win32 with parameters of type OleAutomation
 void OleControlSite.addEventListener(OleAutomation automation, int eventID, OleListener listener)
          Adds the listener to receive events.
 void OleControlSite.removeEventListener(OleAutomation automation, org.eclipse.swt.internal.ole.win32.GUID guid, int eventID, OleListener listener)
          Deprecated. - use OleControlSite.removeEventListener(OleAutomation, int, OleListener)
 void OleControlSite.removeEventListener(OleAutomation automation, int eventID, OleListener listener)
          Removes the listener.
 

Constructors in org.eclipse.swt.ole.win32 with parameters of type OleAutomation
Variant(OleAutomation automation)
          Create a Variant object which represents an IDispatch interface as a VT_Dispatch.
 


Eclipse Platform
2.1

Copyright (c) IBM Corp. and others 2000, 2003. All Rights Reserved.