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
クラス java.lang.Object から継承されたメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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.