Java org.eclipse.swt.ole.win32 OleControlSite fields, constructors, methods, implement or subclass

Example usage for Java org.eclipse.swt.ole.win32 OleControlSite fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.eclipse.swt.ole.win32 OleControlSite.

The text is from its open source code.

Constructor

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.

Method

voidaddEventListener(int eventID, OleListener listener)
Adds the listener to receive events.
voidaddEventListener(OleAutomation automation, String eventSinkId, int eventID, OleListener listener)
Adds the listener to receive events.
voidaddEventListener(long iunknown, GUID guid, int eventID, OleListener listener)
intdoVerb(int verb)
Requests that the OLE Document or ActiveX Control perform an action; actions are almost always changes to the activation state.