org.seasar.uruma.rcp.binding
インタフェース CommandRegistry

既知の実装クラスの一覧:
CommandRegistryImpl

public interface CommandRegistry

コマンドの定義情報を管理するためのインターフェースです。
本インターフェースの実装クラスは、 UrumaService.getCommandRegistry() メソッドを利用して取得してください。

作成者:
y-komori

メソッドの概要
 CommandDesc getCommandDesc(String commandId)
          指定された commandId を持つ CommandDesc を返します。
 List<CommandDesc> getCommandDescs()
          CommandDesc のリストを返します。
 void registerCommandDesc(CommandDesc desc)
          CommandDesc を登録します。
 

メソッドの詳細

registerCommandDesc

void registerCommandDesc(CommandDesc desc)
CommandDesc を登録します。

パラメータ:
desc - CommandDesc オブジェクト

getCommandDescs

List<CommandDesc> getCommandDescs()
CommandDesc のリストを返します。

戻り値:
CommandDesc のリスト

getCommandDesc

CommandDesc getCommandDesc(String commandId)
指定された commandId を持つ CommandDesc を返します。

パラメータ:
commandId - コマンドID
戻り値:
CommandDesc オブジェクト。見つからなかった場合は null


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