Package | Description |
---|---|
com4j |
com4j runtime.
|
com4j.tlbimp |
com4j type library importer tool (code generator)
|
com4j.tlbimp.def |
com4j binding for type library.
|
com4j.tlbimp.driver |
Modifier and Type | Field and Description |
---|---|
static GUID |
GUID.GUID_NULL
The NULL GUID
|
static GUID |
GUID.GUID_STDOLE
The GUID of STDOLE
|
static GUID |
COM4J.IID_IDispatch
GUID of IDispatch.
|
static GUID |
COM4J.IID_IFont
IID of IFont
|
static GUID |
COM4J.IID_IFontDisp
IID of IFontDisp
|
static GUID |
COM4J.IID_IPicture
IID of IPicture
|
static GUID |
COM4J.IID_IPictureDisp
IID of IPictureDisp
|
static GUID |
COM4J.IID_IUnknown
GUID of IUnknown.
|
Modifier and Type | Method and Description |
---|---|
GUID |
ErrorInfo.getGuid()
Returns GUID for the interface that defined the error.
|
static GUID |
COM4J.getIID(Class<?> _interface)
Gets the interface GUID associated with the given interface.
|
Modifier and Type | Method and Description |
---|---|
static <T extends Com4jObject> |
COM4J.createInstance(Class<T> primaryInterface,
GUID clsid)
Creates a new COM object of the given CLSID and returns
it in a wrapped interface.
|
static <T extends Com4jObject> |
COM4J.getActiveObject(Class<T> primaryInterface,
GUID clsid)
Gets an already running object from the running object table.
|
Modifier and Type | Method and Description |
---|---|
static TypeLibInfo |
TypeLibInfo.locate(GUID libid,
String version)
Locates the type library file from the LIBID (a GUID) and an optional version number.
|
Modifier and Type | Method and Description |
---|---|
GUID |
ICoClassDecl.getGUID() |
GUID |
IInterface.getGUID() |
GUID |
IWTypeLib.getLibid() |
Modifier and Type | Method and Description |
---|---|
GUID |
Lib.getLibid() |
Modifier and Type | Method and Description |
---|---|
void |
Lib.setLibid(GUID libid) |
Copyright © 2014. All rights reserved.