public static class UIDefaults.LazyInputMap extends Object implements UIDefaults.LazyValue
LazyInputMap将在其createValue方法中创建一个InputMap 。
绑定在构造函数中传入。
绑定是一个数组,偶数条目为字符串KeyStrokes (例如“alt SPACE”),奇数条目是InputMap中使用的值(以及ActionMap中的ActionMap )。
| Constructor and Description |
|---|
LazyInputMap(Object[] bindings) |
public LazyInputMap(Object[] bindings)
public Object createValue(UIDefaults table)
InputMap与传入的绑定。
createValue在界面
UIDefaults.LazyValue
table - a
UIDefaults表
InputMap
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.