Lines Matching refs:fine

126         if (xembedLog.isLoggable(PlatformLogger.FINE)) xembedLog.fine("Init embedding for " + Long.toHexString(xembed.handle));
143 xembedLog.fine("End dispatching for " + Long.toHexString(xembed.handle));
163 xembedLog.fine("Child " + Long.toHexString(xembed.handle) + " has self-destroyed.");
335 xembedLog.fine("Requesting focus for the next component after embedder");
342 xembedLog.fine("XEmbed is not active - denying focus next");
348 xembedLog.fine("Requesting focus for the next component after embedder");
355 xembedLog.fine("XEmbed is not active - denying focus prev");
361 xembedLog.fine("Requesting focus for client");
368 xembedLog.fine("XEmbed is not active - denying request focus");
375 xembedLog.fine("Sending WINDOW_ACTIVATE during initialization");
378 xembedLog.fine("Sending FOCUS_GAINED during initialization");
385 if (xembedLog.isLoggable(PlatformLogger.FINE)) xembedLog.fine("Detaching child " + Long.toHexString(xembed.handle));
408 xembedLog.fine("Sending WINDOW_ACTIVATE");
416 xembedLog.fine("Sending WINDOW_DEACTIVATE");
423 xembedLog.fine("Forwarding FOCUS_GAINED");
439 xembedLog.fine("Forwarding FOCUS_LOST");
457 xembedLog.fine("Try to forward key event");
466 if (xembedLog.isLoggable(PlatformLogger.FINE)) xembedLog.fine("Forwarding native key event: " + ke);
497 if (xembedLog.isLoggable(PlatformLogger.FINE)) xembedLog.fine("Grabbing key: " + grab);
509 if (xembedLog.isLoggable(PlatformLogger.FINE)) xembedLog.fine("UnGrabbing key: " + grab);
522 if (xembedLog.isLoggable(PlatformLogger.FINE)) xembedLog.fine("Registering accelerator " + accel_id + " for " + stroke);
540 if (xembedLog.isLoggable(PlatformLogger.FINE)) xembedLog.fine("Unregistering accelerator: " + accel_id);
599 if (xembedLog.isLoggable(PlatformLogger.FINE)) xembedLog.fine("Activating accelerator " + accel_id);
611 if (xembedLog.isLoggable(PlatformLogger.FINE)) xembedLog.fine("Forwarding grabbed key " + e);
632 if (xembedLog.isLoggable(PlatformLogger.FINE)) xembedLog.fine(xembed.XEmbedMessageToString(msg));
734 xembedLog.fine("Mapping state of the client has changed, old state: " + currently_mapped + ", new state: " + new_mapped);