|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||
java.lang.Objectorg.seasar.uruma.rcp.configuration.elements.AbstractConfigurationElement
org.seasar.uruma.rcp.configuration.elements.ContextElement
public class ContextElement
context 要素を表す ConfigurationElement です。
| フィールドの概要 | |
|---|---|
String |
description
コンテクストの説明です。 |
static String |
ELEMENT_NAME
要素名です。 |
String |
id
コンテクスト ID です。 |
String |
name
コンテクスト名称です。 |
String |
parentId
親コンテクスト ID です。 |
| クラス org.seasar.uruma.rcp.configuration.elements.AbstractConfigurationElement から継承されたフィールド |
|---|
configurationWriter, level |
| コンストラクタの概要 | |
|---|---|
ContextElement(String id,
String name,
String parentId)
ContextElement を構築します。 |
|
| メソッドの概要 |
|---|
| クラス 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 |
| フィールドの詳細 |
|---|
public static final String ELEMENT_NAME
public String description
public String id
public String name
public String parentId
| コンストラクタの詳細 |
|---|
public ContextElement(String id,
String name,
String parentId)
ContextElement を構築します。
id - コンテクスト IDname - コンテクスト名称parentId - 親コンテクストID
|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||