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

作成者:
y-komori

フィールドの概要
protected  ConfigurationWriter configurationWriter
           
 
コンストラクタの概要
PartConfigurationElement()
           
 
メソッドの概要
 List<ConfigurationElement> getElements()
           
 String getRcpId()
           
 void setConfigurationWriter(ConfigurationWriter writer)
           
 void setRcpId(String rcpId)
           
 void writeConfiguration(Writer writer)
           
 
クラス 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
 
クラス 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.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()
定義:
インタフェース 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.