sun.awt.im.InputContext Java Examples

The following examples show how to use sun.awt.im.InputContext. You can vote up the ones you like or vote down the ones you don't like, and go to the original project or source file by following the links above each example. You may check out the related API usage on the sidebar.
Example #1
Source File: InputMethodSupport.java    From jdk8u-jdk with GNU General Public License v2.0 2 votes vote down vote up
/**
 * Returns a new input method window for the platform
 */
Window createInputMethodWindow(String title, InputContext context);
 
Example #2
Source File: SunToolkit.java    From jdk8u-dev-jdk with GNU General Public License v2.0 2 votes vote down vote up
/**
 * Returns a new input method window, with behavior as specified in
 * {@link java.awt.im.spi.InputMethodContext#createInputMethodWindow}.
 * If the inputContext is not null, the window should return it from its
 * getInputContext() method. The window needs to implement
 * sun.awt.im.InputMethodWindow.
 * <p>
 * SunToolkit subclasses can override this method to return better input
 * method windows.
 */
public Window createInputMethodWindow(String title, InputContext context) {
    return new sun.awt.im.SimpleInputMethodWindow(title, context);
}
 
Example #3
Source File: InputMethodSupport.java    From jdk8u-dev-jdk with GNU General Public License v2.0 2 votes vote down vote up
/**
 * Returns a new input method window for the platform
 */
Window createInputMethodWindow(String title, InputContext context);
 
Example #4
Source File: SunToolkit.java    From jdk8u-jdk with GNU General Public License v2.0 2 votes vote down vote up
/**
 * Returns a new input method window, with behavior as specified in
 * {@link java.awt.im.spi.InputMethodContext#createInputMethodWindow}.
 * If the inputContext is not null, the window should return it from its
 * getInputContext() method. The window needs to implement
 * sun.awt.im.InputMethodWindow.
 * <p>
 * SunToolkit subclasses can override this method to return better input
 * method windows.
 */
public Window createInputMethodWindow(String title, InputContext context) {
    return new sun.awt.im.SimpleInputMethodWindow(title, context);
}
 
Example #5
Source File: InputMethodSupport.java    From jdk8u-jdk with GNU General Public License v2.0 2 votes vote down vote up
/**
 * Returns a new input method window for the platform
 */
Window createInputMethodWindow(String title, InputContext context);
 
Example #6
Source File: SunToolkit.java    From jdk8u_jdk with GNU General Public License v2.0 2 votes vote down vote up
/**
 * Returns a new input method window, with behavior as specified in
 * {@link java.awt.im.spi.InputMethodContext#createInputMethodWindow}.
 * If the inputContext is not null, the window should return it from its
 * getInputContext() method. The window needs to implement
 * sun.awt.im.InputMethodWindow.
 * <p>
 * SunToolkit subclasses can override this method to return better input
 * method windows.
 */
public Window createInputMethodWindow(String title, InputContext context) {
    return new sun.awt.im.SimpleInputMethodWindow(title, context);
}
 
Example #7
Source File: InputMethodSupport.java    From jdk8u_jdk with GNU General Public License v2.0 2 votes vote down vote up
/**
 * Returns a new input method window for the platform
 */
Window createInputMethodWindow(String title, InputContext context);
 
Example #8
Source File: SunToolkit.java    From openjdk-8 with GNU General Public License v2.0 2 votes vote down vote up
/**
 * Returns a new input method window, with behavior as specified in
 * {@link java.awt.im.spi.InputMethodContext#createInputMethodWindow}.
 * If the inputContext is not null, the window should return it from its
 * getInputContext() method. The window needs to implement
 * sun.awt.im.InputMethodWindow.
 * <p>
 * SunToolkit subclasses can override this method to return better input
 * method windows.
 */
public Window createInputMethodWindow(String title, InputContext context) {
    return new sun.awt.im.SimpleInputMethodWindow(title, context);
}
 
Example #9
Source File: InputMethodSupport.java    From openjdk-8 with GNU General Public License v2.0 2 votes vote down vote up
/**
 * Returns a new input method window for the platform
 */
Window createInputMethodWindow(String title, InputContext context);
 
Example #10
Source File: SunToolkit.java    From openjdk-8-source with GNU General Public License v2.0 2 votes vote down vote up
/**
 * Returns a new input method window, with behavior as specified in
 * {@link java.awt.im.spi.InputMethodContext#createInputMethodWindow}.
 * If the inputContext is not null, the window should return it from its
 * getInputContext() method. The window needs to implement
 * sun.awt.im.InputMethodWindow.
 * <p>
 * SunToolkit subclasses can override this method to return better input
 * method windows.
 */
public Window createInputMethodWindow(String title, InputContext context) {
    return new sun.awt.im.SimpleInputMethodWindow(title, context);
}
 
Example #11
Source File: InputMethodSupport.java    From openjdk-8-source with GNU General Public License v2.0 2 votes vote down vote up
/**
 * Returns a new input method window for the platform
 */
Window createInputMethodWindow(String title, InputContext context);
 
Example #12
Source File: SunToolkit.java    From hottub with GNU General Public License v2.0 2 votes vote down vote up
/**
 * Returns a new input method window, with behavior as specified in
 * {@link java.awt.im.spi.InputMethodContext#createInputMethodWindow}.
 * If the inputContext is not null, the window should return it from its
 * getInputContext() method. The window needs to implement
 * sun.awt.im.InputMethodWindow.
 * <p>
 * SunToolkit subclasses can override this method to return better input
 * method windows.
 */
public Window createInputMethodWindow(String title, InputContext context) {
    return new sun.awt.im.SimpleInputMethodWindow(title, context);
}
 
Example #13
Source File: InputMethodSupport.java    From hottub with GNU General Public License v2.0 2 votes vote down vote up
/**
 * Returns a new input method window for the platform
 */
Window createInputMethodWindow(String title, InputContext context);
 
Example #14
Source File: SunToolkit.java    From jdk8u-jdk with GNU General Public License v2.0 2 votes vote down vote up
/**
 * Returns a new input method window, with behavior as specified in
 * {@link java.awt.im.spi.InputMethodContext#createInputMethodWindow}.
 * If the inputContext is not null, the window should return it from its
 * getInputContext() method. The window needs to implement
 * sun.awt.im.InputMethodWindow.
 * <p>
 * SunToolkit subclasses can override this method to return better input
 * method windows.
 */
public Window createInputMethodWindow(String title, InputContext context) {
    return new sun.awt.im.SimpleInputMethodWindow(title, context);
}
 
Example #15
Source File: InputMethodSupport.java    From dragonwell8_jdk with GNU General Public License v2.0 2 votes vote down vote up
/**
 * Returns a new input method window for the platform
 */
Window createInputMethodWindow(String title, InputContext context);
 
Example #16
Source File: SunToolkit.java    From openjdk-jdk9 with GNU General Public License v2.0 2 votes vote down vote up
/**
 * Returns a new input method window, with behavior as specified in
 * {@link java.awt.im.spi.InputMethodContext#createInputMethodWindow}.
 * If the inputContext is not null, the window should return it from its
 * getInputContext() method. The window needs to implement
 * sun.awt.im.InputMethodWindow.
 * <p>
 * SunToolkit subclasses can override this method to return better input
 * method windows.
 */
@Override
public Window createInputMethodWindow(String title, InputContext context) {
    return new sun.awt.im.SimpleInputMethodWindow(title, context);
}
 
Example #17
Source File: InputMethodSupport.java    From openjdk-jdk9 with GNU General Public License v2.0 2 votes vote down vote up
/**
 * Returns a new input method window for the platform
 */
Window createInputMethodWindow(String title, InputContext context);
 
Example #18
Source File: SunToolkit.java    From Bytecoder with Apache License 2.0 2 votes vote down vote up
/**
 * Returns a new input method window, with behavior as specified in
 * {@link java.awt.im.spi.InputMethodContext#createInputMethodWindow}.
 * If the inputContext is not null, the window should return it from its
 * getInputContext() method. The window needs to implement
 * sun.awt.im.InputMethodWindow.
 * <p>
 * SunToolkit subclasses can override this method to return better input
 * method windows.
 */
@Override
public Window createInputMethodWindow(String title, InputContext context) {
    return new sun.awt.im.SimpleInputMethodWindow(title, context);
}
 
Example #19
Source File: InputMethodSupport.java    From Bytecoder with Apache License 2.0 2 votes vote down vote up
/**
 * Returns a new input method window for the platform
 */
Window createInputMethodWindow(String title, InputContext context);
 
Example #20
Source File: SunToolkit.java    From openjdk-jdk8u-backup with GNU General Public License v2.0 2 votes vote down vote up
/**
 * Returns a new input method window, with behavior as specified in
 * {@link java.awt.im.spi.InputMethodContext#createInputMethodWindow}.
 * If the inputContext is not null, the window should return it from its
 * getInputContext() method. The window needs to implement
 * sun.awt.im.InputMethodWindow.
 * <p>
 * SunToolkit subclasses can override this method to return better input
 * method windows.
 */
public Window createInputMethodWindow(String title, InputContext context) {
    return new sun.awt.im.SimpleInputMethodWindow(title, context);
}
 
Example #21
Source File: InputMethodSupport.java    From openjdk-jdk8u-backup with GNU General Public License v2.0 2 votes vote down vote up
/**
 * Returns a new input method window for the platform
 */
Window createInputMethodWindow(String title, InputContext context);
 
Example #22
Source File: SunToolkit.java    From openjdk-jdk8u with GNU General Public License v2.0 2 votes vote down vote up
/**
 * Returns a new input method window, with behavior as specified in
 * {@link java.awt.im.spi.InputMethodContext#createInputMethodWindow}.
 * If the inputContext is not null, the window should return it from its
 * getInputContext() method. The window needs to implement
 * sun.awt.im.InputMethodWindow.
 * <p>
 * SunToolkit subclasses can override this method to return better input
 * method windows.
 */
public Window createInputMethodWindow(String title, InputContext context) {
    return new sun.awt.im.SimpleInputMethodWindow(title, context);
}
 
Example #23
Source File: InputMethodSupport.java    From openjdk-jdk8u with GNU General Public License v2.0 2 votes vote down vote up
/**
 * Returns a new input method window for the platform
 */
Window createInputMethodWindow(String title, InputContext context);
 
Example #24
Source File: SunToolkit.java    From jdk8u60 with GNU General Public License v2.0 2 votes vote down vote up
/**
 * Returns a new input method window, with behavior as specified in
 * {@link java.awt.im.spi.InputMethodContext#createInputMethodWindow}.
 * If the inputContext is not null, the window should return it from its
 * getInputContext() method. The window needs to implement
 * sun.awt.im.InputMethodWindow.
 * <p>
 * SunToolkit subclasses can override this method to return better input
 * method windows.
 */
public Window createInputMethodWindow(String title, InputContext context) {
    return new sun.awt.im.SimpleInputMethodWindow(title, context);
}
 
Example #25
Source File: InputMethodSupport.java    From jdk8u60 with GNU General Public License v2.0 2 votes vote down vote up
/**
 * Returns a new input method window for the platform
 */
Window createInputMethodWindow(String title, InputContext context);
 
Example #26
Source File: SunToolkit.java    From TencentKona-8 with GNU General Public License v2.0 2 votes vote down vote up
/**
 * Returns a new input method window, with behavior as specified in
 * {@link java.awt.im.spi.InputMethodContext#createInputMethodWindow}.
 * If the inputContext is not null, the window should return it from its
 * getInputContext() method. The window needs to implement
 * sun.awt.im.InputMethodWindow.
 * <p>
 * SunToolkit subclasses can override this method to return better input
 * method windows.
 */
public Window createInputMethodWindow(String title, InputContext context) {
    return new sun.awt.im.SimpleInputMethodWindow(title, context);
}
 
Example #27
Source File: InputMethodSupport.java    From TencentKona-8 with GNU General Public License v2.0 2 votes vote down vote up
/**
 * Returns a new input method window for the platform
 */
Window createInputMethodWindow(String title, InputContext context);
 
Example #28
Source File: SunToolkit.java    From dragonwell8_jdk with GNU General Public License v2.0 2 votes vote down vote up
/**
 * Returns a new input method window, with behavior as specified in
 * {@link java.awt.im.spi.InputMethodContext#createInputMethodWindow}.
 * If the inputContext is not null, the window should return it from its
 * getInputContext() method. The window needs to implement
 * sun.awt.im.InputMethodWindow.
 * <p>
 * SunToolkit subclasses can override this method to return better input
 * method windows.
 */
public Window createInputMethodWindow(String title, InputContext context) {
    return new sun.awt.im.SimpleInputMethodWindow(title, context);
}