|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IJIComObject | |
---|---|
org.jinterop.dcom.core | Core library classes and Data structures. |
org.jinterop.dcom.win32 | Defines classes for automation. |
Uses of IJIComObject in org.jinterop.dcom.core |
---|
Methods in org.jinterop.dcom.core that return IJIComObject | |
---|---|
IJIComObject |
JIComServer.createInstance()
Returns a IJIComObject representing the COM Server. |
IJIComObject |
JIComServer.getInstance()
Returns a IJIComObject representing the COM Server. |
IJIComObject |
JIVariant.getObjectAsComObject(IJIComObject template)
Retrieves the contained object as IJIComObject. |
Methods in org.jinterop.dcom.core with parameters of type IJIComObject | |
---|---|
IJIComObject |
JIVariant.getObjectAsComObject(IJIComObject template)
Retrieves the contained object as IJIComObject. |
Uses of IJIComObject in org.jinterop.dcom.win32 |
---|
Subinterfaces of IJIComObject in org.jinterop.dcom.win32 | |
---|---|
interface |
IJIDispatch
j-Interop class corresponding to COM IDispatch Interface. |
Methods in org.jinterop.dcom.win32 that return IJIComObject | |
---|---|
static IJIComObject |
JIComFactory.createCOMInstance(IJIComObject template,
JIInterfacePointer ptr)
Returns an IJIComObject as reference to the interface defined by ptr.getIID() . |
static IJIComObject |
JIComFactory.createCOMInstance(java.lang.String IID,
IJIComObject iUnknown)
Returns an IJIComObject as reference to the interface defined by IID . |
Methods in org.jinterop.dcom.win32 with parameters of type IJIComObject | |
---|---|
static java.lang.String |
JIComFactory.attachEventHandler(IJIComObject comObject,
java.lang.String sourceUUID,
JIInterfacePointer eventListener)
Attaches an Event Handler to this comObject for the source event interface of COM , identified by the
sourceUUID . |
static IJIComObject |
JIComFactory.createCOMInstance(IJIComObject template,
JIInterfacePointer ptr)
Returns an IJIComObject as reference to the interface defined by ptr.getIID() . |
static IJIComObject |
JIComFactory.createCOMInstance(java.lang.String IID,
IJIComObject iUnknown)
Returns an IJIComObject as reference to the interface defined by IID . |
static void |
JIComFactory.detachEventHandler(IJIComObject comObject,
java.lang.String identifier)
Detaches the event handler identified by identifier and associated with this comObject . |
Constructors in org.jinterop.dcom.win32 with parameters of type IJIComObject | |
---|---|
JIOleFrame(JISession session,
int frameIdentifier,
IJIComObject inplaceObject)
Creates a frame object. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |