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

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

public class ActionSetsMenuElement
extends AbstractConfigurationElement

ActionSets 拡張要素における menu 要素のための ConfigurationElement です。

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

フィールドの概要
static String ELEMENT_NAME
          要素名です。
 String id
          ID です。
 String label
          メニューの表示ラベルです。
 String path
          メニューのパスです。
 
クラス org.seasar.uruma.rcp.configuration.elements.AbstractConfigurationElement から継承されたフィールド
configurationWriter, level
 
コンストラクタの概要
ActionSetsMenuElement(MenuComponent menu)
          MenuElement を構築します。
 
メソッドの概要
 
クラス 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
要素名です。

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

id

public String id
ID です。


label

public String label
メニューの表示ラベルです。


path

public String path
メニューのパスです。

コンストラクタの詳細

ActionSetsMenuElement

public ActionSetsMenuElement(MenuComponent menu)
MenuElement を構築します。

パラメータ:
menu - 元となる MenuComponent オブジェクト


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