JavaTM 2 Platform
Standard Ed. 6

javax.swing
類別 UIDefaults.LazyInputMap

java.lang.Object
  繼承者 javax.swing.UIDefaults.LazyInputMap
所有已實作的介面:
UIDefaults.LazyValue
正在封閉類別:
UIDefaults

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

LazyInputMap 將在其 createValue 方法中創建一個 InputMap。將綁定傳入該建構子。該綁定是一個有偶數個項為字元串 KeyStrokes(如 "alt SPACE")和奇數個項為在 InputMap 中使用的值(和 ActionMap 中的鍵)的陣列。

從以下版本開始:
1.3

建構子摘要
UIDefaults.LazyInputMap(Object[] bindings)
           
 
方法摘要
 Object createValue(UIDefaults table)
          使用傳入的綁定創建一個 InputMap
 
從類別 java.lang.Object 繼承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

建構子詳細資訊

UIDefaults.LazyInputMap

public UIDefaults.LazyInputMap(Object[] bindings)
方法詳細資訊

createValue

public Object createValue(UIDefaults table)
使用傳入的綁定創建一個 InputMap

指定者:
介面 UIDefaults.LazyValue 中的 createValue
參數:
table - 一個 UIDefaults
返回:
InputMap

JavaTM 2 Platform
Standard Ed. 6

提交錯誤或意見

版權所有 2008 Sun Microsystems, Inc. 保留所有權利。請遵守GNU General Public License, version 2 only