Example usage for java.awt.im.spi InputMethod interface-usage

List of usage examples for java.awt.im.spi InputMethod interface-usage

Introduction

In this page you can find the example usage for java.awt.im.spi InputMethod interface-usage.

Usage

From source file SimpleInputMethod.java

public class SimpleInputMethod implements InputMethod {
    private static Window statusWindow;

    private InputMethodContext inputMethodContext;

    private Locale locale;

From source file CodePointInputMethod.java

/**
 * The Code Point Input Method is a simple input method that allows Unicode
 * characters to be entered using their code point or code unit values. See the
 * accompanying file README.txt for more information.
 *
 * @author Brian Beck