Methods Summary |
---|
public NativeWindow | attachWindow(long nativeWindowId)Create NativeWindow instance connected to existing native resource
|
public NativeWindow | createWindow(CreationParams p)Creates and returns NativeWindow with desired
creation params
|
public NativeWindow | getWindowById(long id)Returns NativeWindow instance if created by this instance of
WindowFactory, otherwise null
|
public NativeWindow | getWindowFromPoint(java.awt.Point p)Returns NativeWindow instance of the top-level window
that contains a specified point and was
created by this instance of WindowFactory
|
public java.awt.Dimension | getWindowSizeById(long id)Request size of arbitrary native window
|
public boolean | isWindowStateSupported(int state)Returns whether native system supports the state for windows.
This method tells whether the UI concept of, say, maximization or iconification is supported.
It will always return false for "compound" states like Frame.ICONIFIED|Frame.MAXIMIZED_VERT.
In other words, the rule of thumb is that only queries with a single frame state
constant as an argument are meaningful.
|
public void | setCaretPosition(int x, int y)
|