Package | Description |
---|---|
org.eclipse.swt.ole.win32 |
SWT Win32 OLE implementation classes.
|
Modifier and Type | Method and Description |
---|---|
OleAutomation |
Variant.getAutomation()
Returns the OleAutomation object represented by this Variant.
|
Modifier and Type | Method and Description |
---|---|
void |
OleControlSite.addEventListener(OleAutomation automation,
int eventID,
OleListener listener)
Adds the listener to receive events.
|
void |
OleControlSite.addEventListener(OleAutomation automation,
String eventSinkId,
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.
|
Constructor and Description |
---|
Variant(OleAutomation automation)
Create a Variant object which represents an IDispatch interface as a VT_Dispatch.
|
Copyright (c) 2000, 2015 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.