Uses of Class
javax.swing.ComponentInputMap
-
Packages that use ComponentInputMap 软件包 描述 javax.swing 提供一套“轻量级”(全Java语言)组件,尽可能地在所有平台上工作。javax.swing.plaf 提供一个接口和许多抽象类,Swing用来提供其可插拔的外观和感觉功能。 -
-
Uses of ComponentInputMap in javax.swing
Methods in javax.swing that return ComponentInputMap Modifier and Type 方法 描述 static ComponentInputMap
LookAndFeel. makeComponentInputMap(JComponent c, Object[] keys)
创建ComponentInputMapUIResource
从keys
。 -
Uses of ComponentInputMap in javax.swing.plaf
Subclasses of ComponentInputMap in javax.swing.plaf Modifier and Type Class 描述 class
ComponentInputMapUIResource
实现UIResource的javax.swing.ComponentInputMap的子类。
-