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.4.14.220818-82c2bf79b6e60a4d98fb4d1695305d68a91adf44
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)
Top
See Also