javax.swing
Class UIDefaults.LazyInputMap

java.lang.Object
  extended by javax.swing.UIDefaults.LazyInputMap
All Implemented Interfaces:
UIDefaults.LazyValue
Enclosing class:
UIDefaults

public static class UIDefaults.LazyInputMap
extends Object
implements UIDefaults.LazyValue


Constructor Summary
UIDefaults.LazyInputMap(Object[] bindings)
           
 
Method Summary
 Object createValue(UIDefaults table)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UIDefaults.LazyInputMap

public UIDefaults.LazyInputMap(Object[] bindings)
Method Detail

createValue

public Object createValue(UIDefaults table)
Specified by:
createValue in interface UIDefaults.LazyValue