Lines Matching defs:xembedLog

42     private static final PlatformLogger xembedLog = PlatformLogger.getLogger("sun.awt.X11.xembed.XEmbedCanvasPeer");
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.");
193 if (xembedLog.isLoggable(PlatformLogger.FINEST)) {
194 xembedLog.finest("Message on embedder: " + cr);
196 if (xembedLog.isLoggable(PlatformLogger.FINER)) {
197 xembedLog.finer("Create notify for parent " + Long.toHexString(cr.get_parent()) +
204 if (xembedLog.isLoggable(PlatformLogger.FINEST)) {
205 xembedLog.finest("Message on embedder: " + dn);
207 if (xembedLog.isLoggable(PlatformLogger.FINER)) {
208 xembedLog.finer("Destroy notify for parent: " + dn);
214 if (xembedLog.isLoggable(PlatformLogger.FINEST)) {
215 xembedLog.finest("Message on embedder: " + rep);
217 if (xembedLog.isLoggable(PlatformLogger.FINER)) {
218 xembedLog.finer("Reparent notify for parent " + Long.toHexString(rep.get_parent()) +
320 if (xembedLog.isLoggable(PlatformLogger.FINER)) {
322 xembedLog.finer("Child resized: " + bounds);
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);
586 if (xembedLog.isLoggable(PlatformLogger.FINER)) xembedLog.finer("Post-processing event " + e);
599 if (xembedLog.isLoggable(PlatformLogger.FINE)) xembedLog.fine("Activating accelerator " + accel_id);
611 if (xembedLog.isLoggable(PlatformLogger.FINE)) xembedLog.fine("Forwarding grabbed key " + e);
630 if (xembedLog.isLoggable(PlatformLogger.FINER)) xembedLog.finer("Client message to embedder: " + msg);
632 if (xembedLog.isLoggable(PlatformLogger.FINE)) xembedLog.fine(xembed.XEmbedMessageToString(msg));
659 xembedLog.finer("But XEmbed is not Active!");
698 if (xembedLog.isLoggable(PlatformLogger.FINEST)) {
699 xembedLog.finest(" Drop target=" + target.getDropTarget());
725 xembedLog.finer("Unable to get XEMBED_INFO atom data");
733 if (xembedLog.isLoggable(PlatformLogger.FINER))
734 xembedLog.fine("Mapping state of the client has changed, old state: " + currently_mapped + ", new state: " + new_mapped);
751 xembedLog.finer("Mapping state didn't change, mapped: " + currently_mapped);
762 if (xembedLog.isLoggable(PlatformLogger.FINER)) xembedLog.finer("Property change on client: " + ev);
777 xembedLog.finer("XEmbed is not active");
783 if (xembedLog.isLoggable(PlatformLogger.FINER)) xembedLog.finer("Bounds change on client: " + ev);
834 if (xembedLog.isLoggable(PlatformLogger.FINEST)) xembedLog.finest("Mapped " + e + " to " + this);