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 变量和类型 方法 描述 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 变量和类型 方法 描述 static void
JTextComponent. loadKeymap(Keymap map, JTextComponent.KeyBinding[] bindings, Action[] actions)
用一堆绑定加载一个键映射。
-