IJCGraphic |
The IJCGraphicContainer type exposes the following members.
Name | Description | |
---|---|---|
GraphicObject | The generic object to be inserted in graphic layout: FrameworkElement for WPF, Control for WinForms | |
IsDetached | Returns if the control detached from the grpahic tree | |
IsRemoteManaged | Returns if the control has its own message pump, position management (SWT is an example of this behavior) | |
IsWPF | 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) | |
RemoteComponent | The IJavaObject entry to interact with the remote component: the one used during call to GetJCGraphicContainer(IJavaObject, Boolean) or GetJCGraphicContainer(String, Boolean) | |
RemoteContainer | The IJavaObject entry to interact with the remote container (a java.awt.Frame) | |
WindowsManager | The JCWindowsManager associated during invocation of Initialize(JCWindowsManager) |
Name | Description | |
---|---|---|
Initialize | Initialize the IJCGraphicContainer |