equal
deleted
inserted
replaced
546 /** |
546 /** |
547 * Dispatches committed text from XIM to the awt event queue. This |
547 * Dispatches committed text from XIM to the awt event queue. This |
548 * method is invoked from the event handler in canvas.c in the |
548 * method is invoked from the event handler in canvas.c in the |
549 * AWT Toolkit thread context and thus inside the AWT Lock. |
549 * AWT Toolkit thread context and thus inside the AWT Lock. |
550 * @param str committed text |
550 * @param str committed text |
551 * @param long when |
551 * @param when when |
552 */ |
552 */ |
553 // NOTE: This method may be called by privileged threads. |
553 // NOTE: This method may be called by privileged threads. |
554 // This functionality is implemented in a package-private method |
554 // This functionality is implemented in a package-private method |
555 // to insure that it cannot be overridden by client subclasses. |
555 // to insure that it cannot be overridden by client subclasses. |
556 // DO NOT INVOKE CLIENT CODE ON THIS THREAD! |
556 // DO NOT INVOKE CLIENT CODE ON THIS THREAD! |