org.eclipse.swt.ole.win32 |
Package-level Javadoc
SWT Win32 OLE implementation classes.
Package Specification
This package contains the classes which provide the public API to the
the Microsoft Win32 Object Linking and Embedding mechanism
that the win32 variant of SWT is capable of using.
Referencing any of the classes in this package directly guarantees
that the code is platform specific.
|
Java Source File Name | Type | Comment |
OLE.java | Class | OLE contains all the constants used to create an ActiveX Control or an OLE Document. |
OleAutomation.java | Class | OleAutomation provides a generic mechanism for accessing functionality that is
specific to a particular ActiveX Control or OLE Document.
The OLE Document or ActiveX Control must support the IDispatch interface in order to provide
OleAutomation support. |
OleClientSite.java | Class | OleClientSite provides a site to manage an embedded OLE Document within a container. |
OleControlSite.java | Class | OleControlSite provides a site to manage an embedded ActiveX Control within a container.
In addition to the behaviour provided by OleClientSite, this object provides the following:
- events from the ActiveX control
- notification of property changes from the ActiveX control
- simplified access to well known properties of the ActiveX Control (e.g.
|
OleEvent.java | Class | |
OleEventSink.java | Class | |
OleEventTable.java | Class | The OleEventTable class implements a simple
look up mechanism that maps an event type
to a listener. |
OleFrame.java | Class | OleFrame is an OLE Container's top level frame. |
OleFunctionDescription.java | Class | |
OleListener.java | Interface | |
OleParameterDescription.java | Class | |
OlePropertyChangeSink.java | Class | |
OlePropertyDescription.java | Class | |
Variant.java | Class | A Variant is a generic OLE mechanism for passing data of different types via a common interface. |