Uses of Class
javax.swing.text.JTextComponent.KeyBinding
-
Packages that use JTextComponent.KeyBinding 软件包 描述 javax.swing 提供一套“轻量级”(全Java语言)组件,尽可能地在所有平台上工作。javax.swing.text 提供处理可编辑和不可编辑文本组件的类和接口。 -
-
Uses of JTextComponent.KeyBinding in javax.swing
Methods in javax.swing that return JTextComponent.KeyBinding Modifier and Type 方法 描述 static JTextComponent.KeyBinding[]
LookAndFeel. makeKeyBindings(Object[] keyBindingList)
构建KeyBindings
数组的便利方法。 -
Uses of JTextComponent.KeyBinding in javax.swing.text
Methods in javax.swing.text with parameters of type JTextComponent.KeyBinding Modifier and Type 方法 描述 static void
JTextComponent. loadKeymap(Keymap map, JTextComponent.KeyBinding[] bindings, Action[] actions)
用一堆绑定加载键盘映射。
-