|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||
java.lang.Objectorg.seasar.uruma.rcp.configuration.elements.AbstractConfigurationElement
public abstract class AbstractConfigurationElement
ConfigurationElement のための基底クラスです。
| フィールドの概要 | |
|---|---|
protected ConfigurationWriter |
configurationWriter
|
protected int |
level
|
| コンストラクタの概要 | |
|---|---|
AbstractConfigurationElement()
AbstractConfigurationElement を構築します。 |
|
| メソッドの概要 | |
|---|---|
protected String |
createRcpId(String id)
id を RCP 上の ID に変換します。 |
protected String |
getPluginId()
プラグイン ID を返します。 |
void |
setConfigurationWriter(ConfigurationWriter writer)
ConfigurationWriter を設定します。 |
void |
setLevel(int level)
コンフィグレーション書き出し時のインデントレベルを設定します。 |
void |
writeConfiguration(Writer writer)
指定した Writer に対してコンフィグレーションを書き出します。 |
| クラス java.lang.Object から継承されたメソッド |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| フィールドの詳細 |
|---|
protected int level
protected ConfigurationWriter configurationWriter
| コンストラクタの詳細 |
|---|
public AbstractConfigurationElement()
AbstractConfigurationElement を構築します。
| メソッドの詳細 |
|---|
public void setConfigurationWriter(ConfigurationWriter writer)
ConfigurationElement の記述: ConfigurationWriter を設定します。
ConfigurationElement 内の setConfigurationWriterwriter - ConfigurationWriter オブジェクトpublic void writeConfiguration(Writer writer)
ConfigurationElement の記述: Writer に対してコンフィグレーションを書き出します。
ConfigurationElement 内の writeConfigurationwriter - コンフィグレーション書き出し対象の Writer オブジェクトpublic void setLevel(int level)
ConfigurationElement の記述:
ConfigurationElement 内の setLevellevel - インデントレベルprotected String createRcpId(String id)
id を RCP 上の ID に変換します。
id - 変換対象ID
UrumaService.createRcpId(String)protected String getPluginId()
|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||