org.seasar.uruma.rcp.configuration.elements
クラス AbstractConfigurationElementContainer
java.lang.Object
org.seasar.uruma.rcp.configuration.elements.AbstractConfigurationElement
org.seasar.uruma.rcp.configuration.elements.AbstractConfigurationElementContainer
- すべての実装されたインタフェース:
- ConfigurationElement, ConfigurationElementContainer
- 直系の既知のサブクラス:
- ActionSetElement, ApplicationElement, ClassElement, Extension, HandlerElement, MenuCommandElement, MenuContributionElement, MenuElement, PopupElement, SeparatorElement, ToolbarElement
public abstract class AbstractConfigurationElementContainer
- extends AbstractConfigurationElement
- implements ConfigurationElementContainer
ConfigurationElementContainer
のための基底クラスです。
- 作成者:
- y-komori
クラス java.lang.Object から継承されたメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AbstractConfigurationElementContainer
public AbstractConfigurationElementContainer()
addElement
public void addElement(ConfigurationElement element)
- インタフェース
ConfigurationElementContainer
の記述:
- 子の
ConfigurationElement
を追加します。
- 定義:
- インタフェース
ConfigurationElementContainer
内の addElement
- パラメータ:
element
- 追加する ConfigurationElement
getElements
public List<ConfigurationElement> getElements()
- インタフェース
ConfigurationElementContainer
の記述:
- 子の
ConfigurationElement
を返します。
- 定義:
- インタフェース
ConfigurationElementContainer
内の getElements
- 戻り値:
ConfigurationElement
のリスト
writeConfiguration
public void writeConfiguration(Writer writer)
- インタフェース
ConfigurationElement
の記述:
- 指定した
Writer
に対してコンフィグレーションを書き出します。
- 定義:
- インタフェース
ConfigurationElement
内の writeConfiguration
- オーバーライド:
- クラス
AbstractConfigurationElement
内の writeConfiguration
- パラメータ:
writer
- コンフィグレーション書き出し対象の Writer
オブジェクト
Copyright © 2006-2008 The Seasar Foundation. All Rights Reserved.