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.