public static class UIDefaults.LazyInputMap extends Object implements UIDefaults.LazyValue
LazyInputMap将创建在其
createValue方法
InputMap。绑定在构造函数中传递。绑定是一个偶数项的字符串
KeyStrokes阵列(如“空格键”)和奇数项被使用在
InputMap值(在
ActionMap关键)。
| Constructor and Description |
|---|
LazyInputMap(Object[] bindings) |
public LazyInputMap(Object[] bindings)
public Object createValue(UIDefaults table)
InputMap。
createValue 接口
UIDefaults.LazyValue
table -
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.