Click or drag to resize

IJCGraphicContainer Interface

The interface which manages interaction with remote Graphic Container. It is the main interface to insert a Java Control within a WPF/WinForms application

Namespace: MASES.JCOBridge.C2JBridge
Assembly: C2JBridge (in C2JBridge.dll) Version: 2.5.7.230503-5b2d77f31cef8c4bcaa15ef3ad392561e9e38aa6
Syntax
public interface IJCGraphicContainer

The IJCGraphicContainer type exposes the following members.

Properties
 NameDescription
Public propertyGraphicObject The generic object to be inserted in graphic layout: FrameworkElement for WPF, Control for WinForms
Public propertyIsDetached Returns if the control detached from the grpahic tree
Public propertyIsRemoteManaged Returns if the control has its own message pump, position management (SWT is an example of this behavior)
Public propertyIsWPF Returns if the control is a WPF one, the value is the one used during call to to GetJCGraphicContainer(IJavaObject, Boolean) or GetJCGraphicContainer(String, Boolean)
Public propertyRemoteComponent The IJavaObject entry to interact with the remote component: the one used during call to GetJCGraphicContainer(IJavaObject, Boolean) or GetJCGraphicContainer(String, Boolean)
Public propertyRemoteContainer The IJavaObject entry to interact with the remote container (a java.awt.Frame)
Public propertyWindowsManager The JCWindowsManager associated during invocation of Initialize(JCWindowsManager)
Top
Methods
 NameDescription
Public methodInitialize Initialize the IJCGraphicContainer
Top
See Also