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

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

public class MenuCommandElement
extends AbstractConfigurationElementContainer

command 要素のための ConfigurationElement です。

作成者:
y-komori command

フィールドの概要
 String commandId
          対応するコマンドの ID です。
 String disabledIcon
          ディスエーブル状態のアイコンパスです。
static String ELEMENT_NAME
          要素名です。
 String helpContextId
          ヘルプコンテクスト ID です。
 String hoverIcon
          ホバー状態のアイコンパスです。
 String icon
          アイコンのパスです。
 String id
          コマンド ID です。
 String label
          ラベルです。
 String mnemonic
          ニーモニックです。
 String style
          スタイルです。
static String STYLE_PULLDOWN
          プルダウンメニューを表すスタイル文字列です。
static String STYLE_PUSH
          プッシュメニューを表すスタイル文字列です。
static String STYLE_RADIO
          ラジオメニューを表すスタイル文字列です。
static String STYLE_TOGGLE
          トグルメニューを表すスタイル文字列です。
 String tooltip
          ツールチップテキストです。
 
クラス org.seasar.uruma.rcp.configuration.elements.AbstractConfigurationElement から継承されたフィールド
configurationWriter, level
 
コンストラクタの概要
MenuCommandElement(String commandId)
          MenuCommandElement を構築します。
 
メソッドの概要
 
クラス 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
要素名です。

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

STYLE_PUSH

public static final String STYLE_PUSH
プッシュメニューを表すスタイル文字列です。

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

STYLE_RADIO

public static final String STYLE_RADIO
ラジオメニューを表すスタイル文字列です。

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

STYLE_TOGGLE

public static final String STYLE_TOGGLE
トグルメニューを表すスタイル文字列です。

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

STYLE_PULLDOWN

public static final String STYLE_PULLDOWN
プルダウンメニューを表すスタイル文字列です。

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

commandId

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


id

public String id
コマンド ID です。


mnemonic

public String mnemonic
ニーモニックです。


icon

public String icon
アイコンのパスです。


disabledIcon

public String disabledIcon
ディスエーブル状態のアイコンパスです。


hoverIcon

public String hoverIcon
ホバー状態のアイコンパスです。


label

public String label
ラベルです。


tooltip

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


helpContextId

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


style

public String style
スタイルです。

コンストラクタの詳細

MenuCommandElement

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

パラメータ:
commandId - コマンド ID


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