Package | Description |
---|---|
com4j |
com4j runtime.
|
com4j.stdole |
com4j binding for stdole library.
|
com4j.tlbimp |
com4j type library importer tool (code generator)
|
com4j.tlbimp.def |
com4j binding for type library.
|
com4j.tlbimp.driver | |
com4j.util |
misc.
|
Class and Description |
---|
Com4jObject
Root of all the com4j interfaces.
|
ComEnum
When an enum needs uncontinuous values, implement this interface and
have each constant return its numeric value.
|
ComException
Signals a failure in the COM method invocation.
|
ComObjectListener
Callback that receives a notification whenever
a new wrapper object is created.
|
ComThread
Thread managed by com4j.
|
ErrorInfo
Represents error information.
|
EventCookie
Represents a subscription to COM events.
|
GUID
Immutable representation of 128-bit COM GUID.
|
IID
Annotates a COM interface by its IID.
|
NativeType
Native method type.
|
ReturnValue
Specifies which method parameter in the COM method
is used as the return value
|
ROT |
SafeArray.Bound
Bound of an array index.
|
Variant
Wraps COM VARIANT data structure.
|
Variant.Type
VARIANT type.
|
Class and Description |
---|
Com4jObject
Root of all the com4j interfaces.
|
ComEnum
When an enum needs uncontinuous values, implement this interface and
have each constant return its numeric value.
|
DISPID
Dispatch ID of the method.
|
Holder
Data holder used for "out" or "in/out" parameter.
|
IID
Annotates a COM interface by its IID.
|
MarshalAs
Controls how a Java parameter should be marshaled
to a native type.
|
PropGet
Used with
DISPID to indicate that the Java method is
a property get operation. |
PropPut
Used with
DISPID to indicate that the Java method is
a property put operation. |
ReturnValue
Specifies which method parameter in the COM method
is used as the return value
|
VTID
Virtual table index of the method.
|
Class and Description |
---|
GUID
Immutable representation of 128-bit COM GUID.
|
Class and Description |
---|
Com4jObject
Root of all the com4j interfaces.
|
ComEnum
When an enum needs uncontinuous values, implement this interface and
have each constant return its numeric value.
|
GUID
Immutable representation of 128-bit COM GUID.
|
IID
Annotates a COM interface by its IID.
|
ReturnValue
Specifies which method parameter in the COM method
is used as the return value
|
Variant
Wraps COM VARIANT data structure.
|
VTID
Virtual table index of the method.
|
Class and Description |
---|
GUID
Immutable representation of 128-bit COM GUID.
|
Class and Description |
---|
Com4jObject
Root of all the com4j interfaces.
|
ComObjectListener
Callback that receives a notification whenever
a new wrapper object is created.
|
Copyright © 2014. All rights reserved.