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, ConfigurationElement
- 直系の既知のサブクラス:
- ViewPartComponent
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 |
クラス java.lang.Object から継承されたメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
configurationWriter
protected ConfigurationWriter configurationWriter
PartConfigurationElement
public PartConfigurationElement()
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.