Spec-Zone .ru
спецификации, руководства, описания, API
|
|
Java™ Platform Standard Ed. 6 |
|||||||||
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
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 Summary | |
---|---|
UIDefaults.LazyInputMap(Object[] bindings)
|
Method Summary | |
---|---|
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
table
InputMap
|
Java™ Platform Standard Ed. 6 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Copyright 2008 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms. Also see the