|
JavaTM 2 Platform Standard Ed. 5.0 |
|||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Object javax.swing.InputMap javax.swing.ComponentInputMap
public class ComponentInputMap
ComponentInputMap
は、特定の JComponent
に関連した InputMap
です。ComponentInputMap
が変わると、コンポーネントが自動的に通知されます。ComponentInputMap
は WHEN_IN_FOCUSED_WINDOW
バインディングに使用されます。
コンストラクタの概要 | |
---|---|
ComponentInputMap(JComponent component)
特定のコンポーネントに関連付けられた ComponentInputMap を生成します。 |
メソッドの概要 | |
---|---|
void |
clear()
このオブジェクトからすべてのマップを削除します。 |
JComponent |
getComponent()
InputMap が生成されたコンポーネントを返します。 |
void |
put(KeyStroke keyStroke,
Object actionMapKey)
keyStroke のバインディングを actionMapKey に追加します。 |
void |
remove(KeyStroke key)
このオブジェクトから key のバインディングを削除します。 |
void |
setParent(InputMap map)
親を設定します。 |
クラス javax.swing.InputMap から継承されたメソッド |
---|
allKeys, get, getParent, keys, size |
クラス java.lang.Object から継承されたメソッド |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
コンストラクタの詳細 |
---|
public ComponentInputMap(JComponent component)
ComponentInputMap
を生成します。
component
- null 以外の JComponent
IllegalArgumentException
- component
が null の場合メソッドの詳細 |
---|
public void setParent(InputMap map)
ComponentInputMap
と同じコンポーネントに関連付けられた ComponentInputMap
でなければなりません。
InputMap
内の setParent
map
- ComponentInputMap
IllegalArgumentException
- map
が、ComponentInputMap
でない場合、または同じコンポーネントに関連付けられていない場合public JComponent getComponent()
InputMap
が生成されたコンポーネントを返します。
public void put(KeyStroke keyStroke, Object actionMapKey)
keyStroke
のバインディングを actionMapKey
に追加します。actionMapKey
が null の場合、keyStroke
の現在のバインディングを削除します。
InputMap
内の put
public void remove(KeyStroke key)
key
のバインディングを削除します。
InputMap
内の remove
public void clear()
InputMap
内の clear
|
JavaTM 2 Platform Standard Ed. 5.0 |
|||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
Copyright 2004 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms. Documentation Redistribution Policy も参照してください。