-
Enhancement
-
Resolution: Unresolved
-
P5
-
None
-
6
-
x86
-
windows_xp
A DESCRIPTION OF THE REQUEST :
It would be desirable to have a new method to the Window class that indicates if it is currently blocked by a modal dialog. A method in Window like:
public boolean isModalBlocked();
JUSTIFICATION :
We need to know when a window is blocked by a modal dialog.
With Java 6, the rules are even more complex and it is desirable to have that information accessible through standard API, rather than implementing our own algorithm to try to guess how the windows are currently blocked.
On scenario is because of some integrated native components which we have to disable when their container window is blocked. If we don't do so, then the native component still accepts input events.
It would be desirable to have a new method to the Window class that indicates if it is currently blocked by a modal dialog. A method in Window like:
public boolean isModalBlocked();
JUSTIFICATION :
We need to know when a window is blocked by a modal dialog.
With Java 6, the rules are even more complex and it is desirable to have that information accessible through standard API, rather than implementing our own algorithm to try to guess how the windows are currently blocked.
On scenario is because of some integrated native components which we have to disable when their container window is blocked. If we don't do so, then the native component still accepts input events.