< prev index next >
src/java.desktop/share/classes/sun/awt/im/ExecutableInputMethodManager.java
Print this page
*** 55,69 ****
import java.util.prefs.Preferences;
import sun.awt.InputMethodSupport;
import sun.awt.SunToolkit;
/**
! * <code>ExecutableInputMethodManager</code> is the implementation of the
! * <code>InputMethodManager</code> class. It is runnable as a separate
* thread in the AWT environment.
! * <code>InputMethodManager.getInstance()</code> creates an instance of
! * <code>ExecutableInputMethodManager</code> and executes it as a deamon
* thread.
*
* @see InputMethodManager
*/
class ExecutableInputMethodManager extends InputMethodManager
--- 55,69 ----
import java.util.prefs.Preferences;
import sun.awt.InputMethodSupport;
import sun.awt.SunToolkit;
/**
! * {@code ExecutableInputMethodManager} is the implementation of the
! * {@code InputMethodManager} class. It is runnable as a separate
* thread in the AWT environment.
! * {@code InputMethodManager.getInstance()} creates an instance of
! * {@code ExecutableInputMethodManager} and executes it as a deamon
* thread.
*
* @see InputMethodManager
*/
class ExecutableInputMethodManager extends InputMethodManager
< prev index next >