See: Description
Interface | Description |
---|---|
ComEventListener |
A tagging interface that all COM event listener interfaces must implement.
|
Disposable |
The
Disposable interface defines a method to release allocated
resource. |
NativeWindow |
A
NativeWindow is a top-level native window with a title and a
border. |
NativeWindowListener |
The listener interface for receiving native window events.
|
Class | Description |
---|---|
ComEventObject<T extends com4j.Com4jObject> |
The
ComEventObject class adds support for registering for native
COM events. |
ComObject<T extends com4j.Com4jObject> |
The
ComObject class is the base class of all COM derived Java
classes. |
GenericNativeWindow<T extends com4j.Com4jObject,E extends ComEventListener> |
A
GenericNativeWindow is a top-level native window with a title
and a border. |
NativeWindowAdapter |
An abstract adapter class for receiving native window events.
|
NativeWindowEvent |
A low-level event that indicates that a native window has changed its status.
|
OleColor |
Specifies a native OLE color value.
|
Enum | Description |
---|---|
NativeSystemColor |
Specifies a native Windows system color.
|
Copyright © 2009 - 2016 DataGis. All Rights Reserved.