| sun.awt.motif.MEmbeddedFrame
MEmbeddedFrame | public class MEmbeddedFrame extends EmbeddedFrame (Code) | | |
Inner Class :public enum IDKind | |
Constructor Summary | |
public | MEmbeddedFrame() | public | MEmbeddedFrame(long widget) Backward-compatible implementation. | public | MEmbeddedFrame(long winid, boolean supportsXEmbed) New constructor, gets X Window id and allows to specify whether XEmbed is supported by parent
X window. | public | MEmbeddedFrame(long ID, IDKind kind, boolean supportsXEmbed) Creates embedded frame using ID as parent. |
handle | long handle(Code) | | Widget id of the shell widget
|
MEmbeddedFrame | public MEmbeddedFrame()(Code) | | |
MEmbeddedFrame | public MEmbeddedFrame(long widget)(Code) | | Backward-compatible implementation. This constructor takes widget which represents Frame's
shell and uses it as top-level to build hierarchy of top-level widgets upon. It assumes that
no XEmbed support is provided.
Parameters: widget - a valid Xt widget pointer. |
MEmbeddedFrame | public MEmbeddedFrame(long winid, boolean supportsXEmbed)(Code) | | New constructor, gets X Window id and allows to specify whether XEmbed is supported by parent
X window. Creates hierarchy of top-level widgets under supplied window ID.
Parameters: winid - a valid X window Parameters: supportsXEmbed - whether the host application supports XEMBED protocol |
MEmbeddedFrame | public MEmbeddedFrame(long ID, IDKind kind, boolean supportsXEmbed)(Code) | | Creates embedded frame using ID as parent.
Parameters: ID - parent ID Parameters: supportsXEmbed - whether the host application supports XEMBED protocol Parameters: kind - if WIDGET, ID represents a valid Xt widget pointer; if WINDOW, ID is a valid X WindowID |
getWidget | native static long getWidget(long winid)(Code) | | |
mapWidget | native static int mapWidget(long widget)(Code) | | |
synthesizeWindowActivation | public void synthesizeWindowActivation(boolean b)(Code) | | |
traverseOut | protected boolean traverseOut(boolean direction)(Code) | | |
|
|