org.seasar.uruma.component.base
クラス PartConfigurationElement
java.lang.Object
org.seasar.uruma.component.base.AbstractUIElement
org.seasar.uruma.component.base.AbstractUIComponent
org.seasar.uruma.component.jface.ControlComponent
org.seasar.uruma.component.jface.CompositeComponent
org.seasar.uruma.component.base.PartConfigurationElement
- すべての実装されたインタフェース:
- EnablesDependable, UIComponent, UIComponentContainer, UICompositeComponent, UIControlComponent, UIElement, UIElementContainer, UIElementVisitorAcceptor, ConfigurationElement
public abstract class PartConfigurationElement
- extends CompositeComponent
- implements ConfigurationElement
子要素を持たない ConfigurationElement
の基底クラスです。
主に viewPart
や editorPart
を定義するためのクラスです。
- 作成者:
- y-komori
クラス org.seasar.uruma.component.jface.CompositeComponent から継承されたメソッド |
addChild, doPreRender, doRender, getChildLayoutDataInfo, getChildren, getCommonAttributes, getLayoutInfo, preRenderChild, renderChild, setChildLayoutDataInfo, setCommonAttributes, setLayoutInfo |
クラス org.seasar.uruma.component.jface.ControlComponent から継承されたメソッド |
getBackground, getBackgroundImage, getEnabled, getEnablesDependingId, getEnablesFor, getFontHeight, getFontName, getFontStyle, getForeground, getHeight, getLayoutDataInfo, getMenu, getToolTipText, getVisible, getWidth, getX, getY, setBackground, setBackgroundImage, setEnabled, setEnablesDependingId, setEnablesFor, setFontHeight, setFontName, setFontStyle, setForeground, setHeight, setLayoutDataInfo, setMenu, setToolTipText, setVisible, setWidth, setX, setY |
クラス org.seasar.uruma.component.base.AbstractUIComponent から継承されたメソッド |
getId, getParent, getRenderer, getStyle, preRender, render, setId, setParent, setRenderer, setStyle, toString |
configurationWriter
protected ConfigurationWriter configurationWriter
PartConfigurationElement
public PartConfigurationElement()
getElements
public List<ConfigurationElement> getElements()
setConfigurationWriter
public void setConfigurationWriter(ConfigurationWriter writer)
- インタフェース
ConfigurationElement
の記述:
ConfigurationWriter
を設定します。
- 定義:
- インタフェース
ConfigurationElement
内の setConfigurationWriter
- パラメータ:
writer
- ConfigurationWriter
オブジェクト
writeConfiguration
public void writeConfiguration(Writer writer)
- インタフェース
ConfigurationElement
の記述:
- 指定した
Writer
に対してコンフィグレーションを書き出します。
- 定義:
- インタフェース
ConfigurationElement
内の writeConfiguration
- パラメータ:
writer
- コンフィグレーション書き出し対象の Writer
オブジェクト
getRcpId
public String getRcpId()
setRcpId
public void setRcpId(String rcpId)
Copyright © 2006-2008 The Seasar Foundation. All Rights Reserved.