Click or drag to resize

IJVMBridgeBase Properties

The IJVMBridgeBase type exposes the following members.

Properties
 NameDescription
Public propertyBridgeClassName Java class name to be instantiated
(Inherited from IJVMBridgeDefinition)
Public propertyBridgeInstance The IJavaObject instance
Public propertyDynBridgeInstance The dynamic accessor to BridgeInstance
Public propertyIsBridgeAbstract if the BridgeClassName is an abstract class, i.e. cannot be created an instance
(Inherited from IJVMBridgeDefinition)
Public propertyIsBridgeCloseable if the BridgeClassName implements Closeable
(Inherited from IJVMBridgeDefinition)
Public propertyIsBridgeInterface if the BridgeClassName is an interface, i.e. does not have any public constructor
(Inherited from IJVMBridgeDefinition)
Public propertyIsBridgeListener if the BridgeClassName follows the listener pattern of JCOBridge: the BridgeClassName extends a JCListener or implements IJCListener
(Inherited from IJVMBridgeDefinition)
Public propertyIsBridgeStatic if the BridgeClassName is a static class, i.e. does not have any public constructor
(Inherited from IJVMBridgeDefinition)
Top
See Also