org.seasar.uruma.rcp.configuration.impl
クラス AbstractConfigurationElement

java.lang.Object
  上位を拡張 org.seasar.uruma.component.base.AbstractUIElement
      上位を拡張 org.seasar.uruma.component.base.AbstractUIElementContainer
          上位を拡張 org.seasar.uruma.rcp.configuration.impl.AbstractConfigurationElement
すべての実装されたインタフェース:
UIElement, UIElementContainer, ConfigurationElement
直系の既知のサブクラス:
PartComponent, PerspectiveComponent

public abstract class AbstractConfigurationElement
extends AbstractUIElementContainer
implements ConfigurationElement

ConfigurationElement のための基底クラスです。

作成者:
y-komori

コンストラクタの概要
AbstractConfigurationElement()
           
 
メソッドの概要
 void addChild(UIElement child)
          子となる UIComponent を追加します。
 List<ConfigurationElement> getElements()
           
 String getRcpId()
           
 void setConfigurationWriter(ConfigurationWriter writer)
           
 void setRcpId(String rcpId)
           
 void writeConfiguration(Writer writer)
           
 
クラス org.seasar.uruma.component.base.AbstractUIElementContainer から継承されたメソッド
getChildren
 
クラス org.seasar.uruma.component.base.AbstractUIElement から継承されたメソッド
getBasePath, getLocation, getPath, setBasePath, setLocation, setPath
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
インタフェース org.seasar.uruma.component.UIElement から継承されたメソッド
getBasePath, getLocation, getPath, setBasePath, setLocation, setPath
 

コンストラクタの詳細

AbstractConfigurationElement

public AbstractConfigurationElement()
メソッドの詳細

addChild

public void addChild(UIElement child)
インタフェース UIElementContainer の記述:
子となる UIComponent を追加します。

定義:
インタフェース UIElementContainer 内の addChild
オーバーライド:
クラス AbstractUIElementContainer 内の addChild
パラメータ:
child - 子コンポーネント

getElements

public List<ConfigurationElement> getElements()
定義:
インタフェース ConfigurationElement 内の getElements

setConfigurationWriter

public void setConfigurationWriter(ConfigurationWriter writer)
定義:
インタフェース ConfigurationElement 内の setConfigurationWriter

writeConfiguration

public void writeConfiguration(Writer writer)
定義:
インタフェース ConfigurationElement 内の writeConfiguration

getRcpId

public String getRcpId()
定義:
インタフェース ConfigurationElement 内の getRcpId

setRcpId

public void setRcpId(String rcpId)
定義:
インタフェース ConfigurationElement 内の setRcpId


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