java.awt.im.spi 接口InputMethod public interfaceInputMethod 定义支持复杂文本输入的输入方法接口。输入方法通常支持多语言文本输入,这些语言(如汉语、日语和韩语)都有无法在标准键盘上直接表示的字符。不过,它们也可以用来支持英语语音文本输入或泰语字符的重新排序。
importjava.awt.im.spi.InputMethod;//导入依赖的package包/类@OverridepublicbooleanselectInputMethod(Locale locale){if((inputMethod !=null) && inputMethod.setLocale(locale)) {returntrue; }// first// take last user-selected IM for localeInputMethodnewIM = localeIM.get(locale);// if not found ...
InputMethod的子类可以由输入法框架加载; 然后可以通过API( InputContext.selectInputMethod )或用户界面(输入法选择菜单)选择它们。 从以下版本开始: 1.3 方法摘要 所有方法 实例方法 抽象方法 变量和类型方法描述 voidactivate() 激活输入法以立即进行输入处理。 voiddeactivate(boolean isTemporary) 取消激活...
The input method client API provides interfaces and classes that enable text editing components to communicate with input methods and implement a well-integrated text input user interface. The input method engine SPI provides interfaces that enable the development of input methods in the Java ...
InputMethod を使用するパッケージ パッケージ説明 java.awt.im.spi あらゆる Java 実行時環境で使用できるインプットメソッドの開発を可能にするインタフェースを提供します。java.awt.im.spi 内のInputMethod の使用 InputMethod を返す java.awt.im.spi 内のメソッド 修飾子と型メソッドと...
(Java I/O默认是不缓冲流的,所谓“缓冲”就是先把从流中得到的一块字节序列暂存在一个被称为buffer...
A subclass's implementation of this method may choose to throw an IOException if this input stream has been closed by invoking the #close() method. The available method of InputStream always returns 0. This method should be overridden by subclasses. Java documentation for java.io.InputStream.av...
static intINPUT_METHOD_FIRST 标记输入方法事件ID范围的第一个整数id。 static intINPUT_METHOD_LAST 标记输入方法事件ID范围的最后一个整数id。 static intINPUT_METHOD_TEXT_CHANGED 事件类型指示已更改的输入方法文本。 声明的属性在类 java.awt.AWTEvent ACTION_EVENT_MASK, ADJUSTMENT_EVENT_MASK, COMPONENT...
可以通过使用方法检索#getCurrentInputEditorInfo()的android.view.inputmethod.EditorInfo类找到目标的预期和支持的信息。 其中最重要的部分是 android.view.inputmethod.EditorInfo#inputType EditorInfo.inputType;特别是,如果是 android.view.inputmethod.EditorInfo#TYPE_NULL EditorInfo.TYPE_NULL这样,则目标不支持复...
Java.Util.Zip Assembly: Mono.Android.dll Returns true if no data remains in the input buffer. C# [Android.Runtime.Register("needsInput","()Z","GetNeedsInputHandler")]publicvirtualboolNeedsInput(); Returns Boolean true if no data remains in the input buffer ...