Spec-Zone .ru
спецификации, руководства, описания, API
|
|
Java™ Platform Standard Ed. 7 DRAFT ea-b118 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object javax.swing.UIDefaults.LazyInputMap
public static class UIDefaults.LazyInputMap extends Object implements UIDefaults.LazyValue
LazyInputMap
will create a InputMap
in its createValue
method. The bindings are passed in in the constructor.
The bindings are an array with
the even number entries being string KeyStrokes
(eg "alt SPACE") and
the odd number entries being the value to use in the
InputMap
(and the key in the ActionMap
).
Constructor and Description |
---|
UIDefaults.LazyInputMap(Object[] bindings)
|
Modifier and Type | Method and Description |
---|---|
Object |
createValue(UIDefaults table)
Creates an InputMap with the bindings that are
passed in. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public UIDefaults.LazyInputMap(Object[] bindings)
Method Detail |
---|
public Object createValue(UIDefaults table)
InputMap
with the bindings that are
passed in.
createValue
in interface UIDefaults.LazyValue
table
- a UIDefaults
tableInputMap
|
Java™ Platform Standard Ed. 7 DRAFT ea-b118 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Copyright © 1993, 2010, Oracle Corporation. All rights reserved.