Uses of Class
java.awt.event.InputMethodEvent
-
Packages that use InputMethodEvent 软件包 描述 java.awt 包含用于创建用户界面和绘制图形和图像的所有类。java.awt.event 提供用于处理AWT组件触发的不同类型事件的接口和类。javafx.embed.swing 提供一组在Swing应用程序中使用JavaFX的类。javax.swing 提供一套“轻量级”(全Java语言)组件,尽可能地在所有平台上工作。javax.swing.plaf 提供一个接口和许多抽象类,Swing用来提供其可插拔的外观和感觉功能。javax.swing.text 提供处理可编辑和不可编辑文本组件的类和接口。 -
-
Uses of InputMethodEvent in java.awt
Methods in java.awt with parameters of type InputMethodEvent Modifier and Type 方法 描述 void
AWTEventMulticaster. caretPositionChanged(InputMethodEvent e)
通过在listener-a和listener-b上调用caretPositionChanged方法处理caretPositionChanged事件。void
AWTEventMulticaster. inputMethodTextChanged(InputMethodEvent e)
通过调用listener-a和listener-b上的inputMethodTextChanged方法来处理inputMethodTextChanged事件。protected void
Component. processInputMethodEvent(InputMethodEvent e)
通过将此组件发送到任何已注册的InputMethodListener
对象来处理在此组件上发生的输入方法事件。 -
Uses of InputMethodEvent in java.awt.event
Methods in java.awt.event with parameters of type InputMethodEvent Modifier and Type 方法 描述 void
InputMethodListener. caretPositionChanged(InputMethodEvent event)
当合成文本内的插入符已更改时调用。void
InputMethodListener. inputMethodTextChanged(InputMethodEvent event)
当通过输入法输入的文本已更改时调用。 -
Uses of InputMethodEvent in javafx.embed.swing
Methods in javafx.embed.swing with parameters of type InputMethodEvent Modifier and Type 方法 描述 protected void
JFXPanel. processInputMethodEvent(InputMethodEvent e)
-
Uses of InputMethodEvent in javax.swing
Methods in javax.swing with parameters of type InputMethodEvent Modifier and Type 方法 描述 protected void
JFormattedTextField. processInputMethodEvent(InputMethodEvent e)
处理任何输入法事件,如InputMethodEvent.INPUT_METHOD_TEXT_CHANGED
或InputMethodEvent.CARET_POSITION_CHANGED
。 -
Uses of InputMethodEvent in javax.swing.plaf
Methods in javax.swing.plaf with parameters of type InputMethodEvent Modifier and Type 方法 描述 protected void
LayerUI. processInputMethodEvent(InputMethodEvent e, JLayer<? extends V> l)
Processes input event occurring on theJLayer
or any of its subcomponents. -
Uses of InputMethodEvent in javax.swing.text
Methods in javax.swing.text with parameters of type InputMethodEvent Modifier and Type 方法 描述 protected void
JTextComponent. processInputMethodEvent(InputMethodEvent e)
-