Example usage for Java org.eclipse.swt.ole.win32 OleControlSite fields, constructors, methods, implement or subclass
The text is from its open source code.
OleControlSite(Composite parent, int style, File file) Create an OleControlSite child widget using the OLE Document type associated with the specified file. | |
OleControlSite(Composite parent, int style, String progId) Create an OleControlSite child widget using style bits to select a particular look or set of properties. | |
OleControlSite(Composite parent, int style, String progId, File file) Create an OleClientSite child widget to edit the specified file using the specified OLE Document application. |
void | addEventListener(int eventID, OleListener listener) Adds the listener to receive events. |
void | addEventListener(OleAutomation automation, String eventSinkId, int eventID, OleListener listener) Adds the listener to receive events. |
void | addEventListener(long iunknown, GUID guid, int eventID, OleListener listener) |
int | doVerb(int verb) Requests that the OLE Document or ActiveX Control perform an action; actions are almost always changes to the activation state. |