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 の基底クラスです。
主に viewParteditorPart を定義するためのクラスです。

作成者:
y-komori

フィールドの概要
protected  ConfigurationWriter configurationWriter
           
 
クラス org.seasar.uruma.component.jface.ControlComponent から継承されたフィールド
background, backgroundImage, enabled, enablesDependingId, enablesFor, fontHeight, fontName, fontStyle, foreground, height, menu, toolTipText, visible, width, x, y
 
コンストラクタの概要
PartConfigurationElement()
           
 
メソッドの概要
 List<ConfigurationElement> getElements()
           
 String getRcpId()
           
 void setConfigurationWriter(ConfigurationWriter writer)
          ConfigurationWriter を設定します。
 void setRcpId(String rcpId)
           
 void writeConfiguration(Writer writer)
          指定した Writer に対してコンフィグレーションを書き出します。
 
クラス org.seasar.uruma.component.jface.CompositeComponent から継承されたメソッド
accept, addChild, doPreRender, doRender, getChildLayoutDataInfo, getChildren, getCommonAttributes, getLayoutInfo, preRenderChild, renderChild, setChildLayoutDataInfo, setCommonAttributes, setLayoutInfo
 
クラス org.seasar.uruma.component.jface.ControlComponent から継承されたメソッド
getEnablesDependingId, getEnablesFor, getLayoutDataInfo, setEnablesDependingId, setEnablesFor, setLayoutDataInfo
 
クラス org.seasar.uruma.component.base.AbstractUIComponent から継承されたメソッド
getId, getParent, getRenderer, getStyle, preRender, render, setId, setParent, setRenderer, setStyle, toString
 
クラス org.seasar.uruma.component.base.AbstractUIElement から継承されたメソッド
getBasePath, getLocation, getPath, setBasePath, setLocation, setPath
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
インタフェース org.seasar.uruma.rcp.configuration.ConfigurationElement から継承されたメソッド
setLevel
 
インタフェース org.seasar.uruma.component.UIComponent から継承されたメソッド
getId, getParent, getRenderer, getStyle, preRender, render, setId, setParent, setRenderer, setStyle
 
インタフェース org.seasar.uruma.component.UIElement から継承されたメソッド
getBasePath, getLocation, getPath, setBasePath, setLocation, setPath
 
インタフェース org.seasar.uruma.component.UIElement から継承されたメソッド
getBasePath, getLocation, getPath, setBasePath, setLocation, setPath
 

フィールドの詳細

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.