类的用途
javax.swing.ComponentInputMap
使用 ComponentInputMap 的包
包
描述
提供一组“轻量级”(全 Java 语言)组件,尽可能在所有平台上以相同的方式工作。
提供一个接口和许多抽象类,Swing 使用这些抽象类来提供其可插入的外观功能。
-
ComponentInputMap 在 javax.swing 中的用法
javax.swing 中返回 ComponentInputMap 的方法修饰符和类型方法描述static ComponentInputMapLookAndFeel.makeComponentInputMap(JComponent c, Object[] keys) 从keys创建一个ComponentInputMapUIResource。 -
ComponentInputMap 在 javax.swing.plaf 中的用法