org.seasar.uruma.rcp.binding.impl
クラス CommandRegistryImpl

java.lang.Object
  上位を拡張 org.seasar.uruma.rcp.binding.impl.CommandRegistryImpl
すべての実装されたインタフェース:
CommandRegistry

public class CommandRegistryImpl
extends Object
implements CommandRegistry

CommandRegistry の実装クラスです。

作成者:
y-komori

コンストラクタの概要
CommandRegistryImpl()
           
 
メソッドの概要
 CommandDesc getCommandDesc(String commandId)
          指定された commandId を持つ CommandDesc を返します。
 List<CommandDesc> getCommandDescs()
          CommandDesc のリストを返します。
 void registerCommandDesc(CommandDesc desc)
          CommandDesc を登録します。
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

CommandRegistryImpl

public CommandRegistryImpl()
メソッドの詳細

registerCommandDesc

public void registerCommandDesc(CommandDesc desc)
インタフェース CommandRegistry の記述:
CommandDesc を登録します。

定義:
インタフェース CommandRegistry 内の registerCommandDesc
パラメータ:
desc - CommandDesc オブジェクト

getCommandDescs

public List<CommandDesc> getCommandDescs()
インタフェース CommandRegistry の記述:
CommandDesc のリストを返します。

定義:
インタフェース CommandRegistry 内の getCommandDescs
戻り値:
CommandDesc のリスト

getCommandDesc

public CommandDesc getCommandDesc(String commandId)
インタフェース CommandRegistry の記述:
指定された commandId を持つ CommandDesc を返します。

定義:
インタフェース CommandRegistry 内の getCommandDesc
パラメータ:
commandId - コマンドID
戻り値:
CommandDesc オブジェクト。見つからなかった場合は null


Copyright © 2006-2008 The Seasar Foundation. All Rights Reserved.