软件包 | 描述 |
---|---|
javax.swing |
提供了一套“轻量级”(所有的java语言)组件,以最大可能的程度,在所有平台上工作。
|
javax.swing.plaf |
提供一个接口和抽象类的使用许多摆动为可插拔的外观和感觉的能力。
|
Modifier and Type | Class and Description |
---|---|
class |
ComponentInputMap
一个
ComponentInputMap 是与一个特定的
JComponent 相关的
InputMap 。
|
Modifier and Type | Method and Description |
---|---|
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 。
|
Modifier and Type | Method and Description |
---|---|
static void |
LookAndFeel.loadKeyBindings(InputMap retMap, Object[] keys)
填充指定的绑定一个
InputMap 。
|
static void |
SwingUtilities.replaceUIInputMap(JComponent component, int type, InputMap uiInputMap)
要改变用户界面inputmap为
component 到
uiInputMap 便利的方法。
|
void |
JComponent.setInputMap(int condition, InputMap map)
设置要使用的条件下的
InputMap
map
condition 。
|
void |
InputMap.setParent(InputMap map)
这一集
InputMap 的母。
|
void |
ComponentInputMap.setParent(InputMap map)
设置家长,这必须是一个组件,这
ComponentInputMap 同相关
ComponentInputMap 。
|
Modifier and Type | Class and Description |
---|---|
class |
ComponentInputMapUIResource
javax.swing.componentinputmap uiresource子类实现的。
|
class |
InputMapUIResource
javax.swing.inputmap uiresource子类实现的。
|
Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2014, Oracle and/or its affiliates. All rights reserved.