Uses of Class
org.eclipse.swt.ole.win32.OleAutomation
Packages that use OleAutomation
-
Uses of OleAutomation in org.eclipse.swt.ole.win32
Methods in org.eclipse.swt.ole.win32 that return OleAutomationModifier and TypeMethodDescriptionVariant.getAutomation()Returns the OleAutomation object represented by this Variant.Methods in org.eclipse.swt.ole.win32 with parameters of type OleAutomationModifier and TypeMethodDescriptionvoidOleControlSite.addEventListener(OleAutomation automation, int eventID, OleListener listener) Adds the listener to receive events.voidOleControlSite.addEventListener(OleAutomation automation, String eventSinkId, int eventID, OleListener listener) Adds the listener to receive events.voidOleControlSite.removeEventListener(OleAutomation automation, int eventID, OleListener listener) Removes the listener.voidOleControlSite.removeEventListener(OleAutomation automation, org.eclipse.swt.internal.ole.win32.GUID guid, int eventID, OleListener listener) Deprecated.- use OleControlSite.removeEventListener(OleAutomation, int, OleListener)Constructors in org.eclipse.swt.ole.win32 with parameters of type OleAutomationModifierConstructorDescriptionVariant(OleAutomation automation) Create a Variant object which represents an IDispatch interface as a VT_Dispatch.