Uses of Class
javax.swing.InputMap
-
Packages that use InputMap 软件包 描述 javax.swing 提供一组“轻量级”(全Java语言)组件,这些组件在所有平台上尽可能地工作。javax.swing.plaf 提供一个接口和许多抽象类,Swing使用它们来提供其可插入的外观功能。 -
-
Uses of InputMap in javax.swing
Subclasses of InputMap in javax.swing 变量和类型 类 描述 class
ComponentInputMap
甲ComponentInputMap
是InputMap
与特定关联JComponent
。Methods in javax.swing that return InputMap 变量和类型 方法 描述 InputMap
JComponent. getInputMap()
返回组件具有焦点时使用的InputMap
。InputMap
JComponent. getInputMap(int condition)
返回InputMap
期间使用的condition
。InputMap
InputMap. getParent()
获取此InputMap
的父级。static InputMap
SwingUtilities. getUIInputMap(JComponent component, int condition)
返回组件component
条件condition
的UI提供的InputMap。static InputMap
LookAndFeel. makeInputMap(Object[] keys)
创建一个InputMapUIResource
从keys
。Methods in javax.swing with parameters of type InputMap 变量和类型 方法 描述 static void
LookAndFeel. loadKeyBindings(InputMap retMap, Object[] keys)
使用指定的绑定填充InputMap
。static void
SwingUtilities. replaceUIInputMap(JComponent component, int type, InputMap uiInputMap)
方便的方法来UI InputMap更改为component
至uiInputMap
。void
JComponent. setInputMap(int condition, InputMap map)
将InputMap
设置为在condition
至map
的条件下使用。void
ComponentInputMap. setParent(InputMap map)
设置父,它必须是一个ComponentInputMap
具有相同的成分作为此相关ComponentInputMap
。void
InputMap. setParent(InputMap map)
设置此InputMap
的父级。 -
Uses of InputMap in javax.swing.plaf
Subclasses of InputMap in javax.swing.plaf 变量和类型 类 描述 class
ComponentInputMapUIResource
实现UIResource的javax.swing.ComponentInputMap的子类。class
InputMapUIResource
实现UIResource的javax.swing.InputMap的子类。
-