org.seasar.uruma.rcp.configuration.elements
クラス CommandElement

java.lang.Object
  上位を拡張 org.seasar.uruma.rcp.configuration.elements.AbstractConfigurationElement
      上位を拡張 org.seasar.uruma.rcp.configuration.elements.CommandElement
すべての実装されたインタフェース:
ConfigurationElement

public class CommandElement
extends AbstractConfigurationElement

command 要素を表す ConfigurationElement です。

作成者:
y-komori
関連項目:
command

フィールドの概要
 String categoryId
          コマンドのカテゴリ ID です。
 String defaultHandler
          コマンドのデフォルトハンドラです。
 String description
          コマンドの詳細説明です。
static String ELEMENT_NAME
          要素名です。
 String helpContextId
          コマンドのヘルプコンテクスト ID です。
 String id
          コマンドの ID です。
 String name
          コマンドの名称です。
 String returnTypeId
          コマンドの戻り値 ID です。
 
クラス org.seasar.uruma.rcp.configuration.elements.AbstractConfigurationElement から継承されたフィールド
configurationWriter, level
 
コンストラクタの概要
CommandElement(String id, String name)
          CommandElement を構築します。
 
メソッドの概要
 
クラス org.seasar.uruma.rcp.configuration.elements.AbstractConfigurationElement から継承されたメソッド
createRcpId, getPluginId, setConfigurationWriter, setLevel, writeConfiguration
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

フィールドの詳細

ELEMENT_NAME

public static final String ELEMENT_NAME
要素名です。

関連項目:
定数フィールド値

description

public String description
コマンドの詳細説明です。


id

public String id
コマンドの ID です。


name

public String name
コマンドの名称です。


categoryId

public String categoryId
コマンドのカテゴリ ID です。


defaultHandler

public String defaultHandler
コマンドのデフォルトハンドラです。


returnTypeId

public String returnTypeId
コマンドの戻り値 ID です。


helpContextId

public String helpContextId
コマンドのヘルプコンテクスト ID です。

コンストラクタの詳細

CommandElement

public CommandElement(String id,
                      String name)
CommandElement を構築します。

パラメータ:
id - コマンド ID
name - コマンド名称


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