|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Object org.seasar.uruma.rcp.configuration.elements.AbstractConfigurationElement org.seasar.uruma.rcp.configuration.elements.AbstractConfigurationElementContainer org.seasar.uruma.rcp.configuration.elements.ActionSetElement
public class ActionSetElement
actionSet
要素のための ConfigurationElement
です。
フィールドの概要 | |
---|---|
String |
description
アクションセットの説明です。 |
static String |
ELEMENT_NAME
要素名です。 |
String |
id
ID です。 |
String |
label
アクションセットに表示するラベルです。 |
boolean |
visible
アクションセットの表示/非表示属性です。 |
クラス org.seasar.uruma.rcp.configuration.elements.AbstractConfigurationElement から継承されたフィールド |
---|
configurationWriter, level |
コンストラクタの概要 | |
---|---|
ActionSetElement()
ActionSetElement を構築します。 |
メソッドの概要 |
---|
クラス 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 |
フィールドの詳細 |
---|
public static final String ELEMENT_NAME
public String id
public String label
public boolean visible
true
となります。
public String description
コンストラクタの詳細 |
---|
public ActionSetElement()
ActionSetElement
を構築します。
|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |