JavaTM 2 Platform
Standard Ed. 5.0

クラス
javax.swing.InputMap の使用

InputMap を使用しているパッケージ
javax.swing すべてのプラットフォームで可能なかぎり同じように機能する、「軽量」(Java 共通言語) コンポーネントのセットを提供します。 
javax.swing.plaf 1 つのインタフェースおよび多くの抽象クラスを提供しており、Swing は、プラグイン可能な Look & Feel 機能を実現するためにこれらのクラスを利用します。 
 

javax.swing での InputMap の使用
 

javax.swing での InputMap のサブクラス
 class ComponentInputMap
          ComponentInputMap は、特定の JComponent に関連した InputMap です。
 

InputMap を返す javax.swing のメソッド
 InputMap JComponent.getInputMap()
          コンポーネントがフォーカスを取得した時に使用する InputMap を返します。
 InputMap JComponent.getInputMap(int condition)
          condition で使用されている InputMap を返します。
 InputMap InputMap.getParent()
          この InputMap の親を取得します。
static InputMap SwingUtilities.getUIInputMap(JComponent component, int condition)
          UI が componentcondition に指定した InputMap を返します。
static InputMap LookAndFeel.makeInputMap(Object[] keys)
          keys から InputMap を生成します。
 

InputMap 型のパラメータを持つ javax.swing のメソッド
static void LookAndFeel.loadKeyBindings(InputMap retMap, Object[] keys)
          keys のバインディングを retMap にロードします。
static void SwingUtilities.replaceUIInputMap(JComponent component, int type, InputMap uiInputMap)
          component の UI InputMap を uiInputMap に変更する簡易メソッドです。
 void JComponent.setInputMap(int condition, InputMap map)
          条件 condition で使用する InputMapmap に設定します。
 void InputMap.setParent(InputMap map)
          この InputMap の親を設定します。
 void ComponentInputMap.setParent(InputMap map)
          親を設定します。
 

javax.swing.plaf での InputMap の使用
 

javax.swing.plaf での InputMap のサブクラス
 class ComponentInputMapUIResource
          javax.swing.ComponentInputMap のサブクラスであり、UIResource インタフェースを実装しています。
 class InputMapUIResource
          javax.swing.InputMap のサブクラスであり、UIResource インタフェースを実装しています。
 


JavaTM 2 Platform
Standard Ed. 5.0

バグの報告と機能のリクエスト
さらに詳しい API リファレンスおよび開発者ドキュメントについては、Java 2 SDK SE 開発者用ドキュメントを参照してください。開発者向けの詳細な解説、概念の概要、用語の定義、バグの回避策、およびコード実例が含まれています。

Copyright 2004 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms. Documentation Redistribution Policy も参照してください。