| sun.awt.X11.XModalityProtocol
XModalityProtocol | public interface XModalityProtocol (Code) | | |
isBlocked | boolean isBlocked(XDialogPeer dialog, XWindowPeer win)(Code) | | Returns whether or not modal dialog blocks win.
If dialog is null checks whether or not this windows
is blocked by any dialog
|
setModal | boolean setModal(XDialogPeer dialog, boolean modal)(Code) | | Sets modality mode on the dialog.
Returns true if the call to this function made dialog
visible, otherwise returns false
|
|
|