![]() | JVMBridge |
The JVMBridgeBaseEnumerableTClass, TObject type exposes the following members.
Name | Description | |
---|---|---|
![]() | BridgeClassName |
Java class name to be instantiated
(Inherited from JVMBridgeBase) |
![]() | BridgeInstance |
The IJavaObject instance
(Inherited from JVMBridgeBase) |
![]() | DynBridgeInstance |
The dynamic accessor to BridgeInstance (Inherited from JVMBridgeBase) |
![]() | IsBridgeAbstract | if the BridgeClassName is an abstract class, i.e. cannot be created an instance
(Inherited from JVMBridgeBase) |
![]() | IsBridgeCloseable | if the BridgeClassName implements Closeable
(Inherited from JVMBridgeBase) |
![]() | IsBridgeInterface | if the BridgeClassName is an interface, i.e. does not have any public constructor
(Inherited from JVMBridgeBase) |
![]() | IsBridgeListener | if the BridgeClassName follows the listener pattern of JCOBridge: the BridgeClassName extends a JCListener or implements IJCListener
(Inherited from JVMBridgeBase) |
![]() | IsBridgeStatic | if the BridgeClassName is a static class, i.e. does not have any public constructor
(Inherited from JVMBridgeBase) |