cvj2.app.command
クラス DefaultCommandMapInputCreator

java.lang.Object
  上位を拡張 cvj2.app.command.DefaultCommandMapInputCreator

public class DefaultCommandMapInputCreator
extends java.lang.Object

デフォルトのコマンド入力設定作成クラス


コンストラクタの概要
DefaultCommandMapInputCreator()
           
 
メソッドの概要
 CommandMapInput createMainWindowCommandMap()
          MainWindow のキー入力対応表を生成する
 CommandMapInput createViewWindowCommandMap()
          ViewWindow のキー入力対応表を生成する
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

DefaultCommandMapInputCreator

public DefaultCommandMapInputCreator()
メソッドの詳細

createMainWindowCommandMap

public CommandMapInput createMainWindowCommandMap()
MainWindow のキー入力対応表を生成する


createViewWindowCommandMap

public CommandMapInput createViewWindowCommandMap()
ViewWindow のキー入力対応表を生成する