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

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

public class HandlerElement
extends AbstractConfigurationElementContainer

handler 要素のための ConfigurationElement です。

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

フィールドの概要
 String clazz
          IHandler を実装したハンドラのクラスです。
 String commandId
          ハンドラの対応するコマンド ID です。
static String ELEMENT_NAME
          要素名です。
 String helpContextId
          ハンドラのヘルプコンテクスト ID です。
 
クラス org.seasar.uruma.rcp.configuration.elements.AbstractConfigurationElement から継承されたフィールド
configurationWriter, level
 
コンストラクタの概要
HandlerElement(String commandId)
          HandlerElement を構築します。
 
メソッドの概要
 
クラス org.seasar.uruma.rcp.configuration.elements.AbstractConfigurationElementContainer から継承されたメソッド
addElement, getElements, writeConfiguration
 
クラス org.seasar.uruma.rcp.configuration.elements.AbstractConfigurationElement から継承されたメソッド
createRcpId, getPluginId, setConfigurationWriter, setLevel
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
インタフェース org.seasar.uruma.rcp.configuration.ConfigurationElement から継承されたメソッド
setConfigurationWriter, setLevel
 

フィールドの詳細

ELEMENT_NAME

public static final String ELEMENT_NAME
要素名です。

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

commandId

public String commandId
ハンドラの対応するコマンド ID です。


clazz

public String clazz
IHandler を実装したハンドラのクラスです。


helpContextId

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

コンストラクタの詳細

HandlerElement

public HandlerElement(String commandId)
HandlerElement を構築します。



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