org.seasar.uruma.rcp.configuration
インタフェース ConfigurationElementContainer

すべてのスーパーインタフェース:
ConfigurationElement
既知の実装クラスの一覧:
AbstractConfigurationElementContainer, ActionSetElement, ApplicationElement, ClassElement, Extension, HandlerElement, MenuCommandElement, MenuContributionElement, MenuElement, PopupElement, SeparatorElement, ToolbarElement

public interface ConfigurationElementContainer
extends ConfigurationElement

子を持つことができる ConfigurationElement のためのインターフェースです。

作成者:
y-komori

メソッドの概要
 void addElement(ConfigurationElement element)
          子の ConfigurationElement を追加します。
 List<ConfigurationElement> getElements()
          子の ConfigurationElement を返します。
 
インタフェース org.seasar.uruma.rcp.configuration.ConfigurationElement から継承されたメソッド
setConfigurationWriter, setLevel, writeConfiguration
 

メソッドの詳細

getElements

List<ConfigurationElement> getElements()
子の ConfigurationElement を返します。

戻り値:
ConfigurationElement のリスト

addElement

void addElement(ConfigurationElement element)
子の ConfigurationElement を追加します。

パラメータ:
element - 追加する ConfigurationElement


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