| net.sourceforge.groboutils.uicapture.v1.IFocusedWindowFinder
All known Subclasses: net.sourceforge.groboutils.uicapture.v1.DefaultFocusedWindowFinder,
IFocusedWindowFinder | public interface IFocusedWindowFinder (Code) | | This interface defines a class which can discover the screen
position for the native UI's currently focused window. This will, in
general, need to be a native function. If the class cannot determine
the focused window, or there isn't a focused window, then the class should
return null, in which case the framework should default to the
screen size.
author: Matt Albrecht groboclown@users.sourceforge.net version: Jan 7, 2002 |
getFocusedWindowBounds | public Rectangle getFocusedWindowBounds()(Code) | | Find the current native UI focused window's bounds.
If the class cannot determine
the focused window, or there isn't a focused window, then the class
should return null, in which case the framework should default
to the screen size.
the focused window's bounds, or null if it cannot befound. |
|
|