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

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

public class MenuElement
extends AbstractConfigurationElementContainer

menu 要素のための ConfigurationElement です。

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

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

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

id

public String id
メニューの ID です。


mnemonic

public String mnemonic
メニューのニーモニックです。


icon

public String icon
メニューのアイコンです。


tooltip

public String tooltip
メニューのツールチップテキストです。


label

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

コンストラクタの詳細

MenuElement

public MenuElement(String label)
MenuElement を構築します。

パラメータ:
label - 表示ラベル


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