JavaTM 2 Platform
Standard Ed. 6

javax.swing.text
類別 JTextComponent.KeyBinding

java.lang.Object
  繼承者 javax.swing.text.JTextComponent.KeyBinding
正在封閉類別:
JTextComponent

public static class JTextComponent.KeyBinding
extends Object

用於創建鍵綁定的綁定記錄。

警告:此類別的已序列化物件與以後的 Swing 版本不相容。當前序列化支持適用於短期存儲或運行相同 Swing 版本的應用程序之間的 RMI。從 1.4 版本開始,已在 java.beans 套件中添加了支持所有 JavaBeansTM 長期存儲的功能。請參見 XMLEncoder


欄位摘要
 String actionName
          鍵的操作名稱。
 KeyStroke key
          鍵。
 
建構子摘要
JTextComponent.KeyBinding(KeyStroke key, String actionName)
          創建新的鍵綁定。
 
方法摘要
 
從類別 java.lang.Object 繼承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

欄位詳細資訊

key

public KeyStroke key
鍵。


actionName

public String actionName
鍵的操作名稱。

建構子詳細資訊

JTextComponent.KeyBinding

public JTextComponent.KeyBinding(KeyStroke key,
                                 String actionName)
創建新的鍵綁定。

參數:
key - 鍵
actionName - 鍵的操作名稱

JavaTM 2 Platform
Standard Ed. 6

提交錯誤或意見

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