Package com.openfin.desktop.win32
Class EmbeddedWindow
- java.lang.Object
-
- com.openfin.desktop.win32.EmbeddedWindow
-
public class EmbeddedWindow extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description EmbeddedWindow(Window window)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidembed(long parentHwndId, WindowBounds embedBounds, AckListener callback)voidembedComponentSizeChange(int left, int top, int width, int height)
-
-
-
Constructor Detail
-
EmbeddedWindow
public EmbeddedWindow(Window window)
-
-
Method Detail
-
embed
public void embed(long parentHwndId, WindowBounds embedBounds, AckListener callback)
-
embedComponentSizeChange
public void embedComponentSizeChange(int left, int top, int width, int height)
-
-