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.