org.seasar.uruma.rcp.configuration
インタフェース ConfigurationElement

既知の実装クラスの一覧:
AbstractConfigurationElement, ApplicationElement, Extension, PartComponent, PartConfigurationElement, PerspectiveComponent, RunElement, SimpleConfigurationElement, ViewPartComponent

public interface ConfigurationElement

ConfigurationElement を表すインターフェースです。

作成者:
y-komori
関連項目:
IConfigurationElement

メソッドの概要
 List<ConfigurationElement> getElements()
           
 String getRcpId()
           
 void setConfigurationWriter(ConfigurationWriter writer)
           
 void setRcpId(String rcpId)
           
 void writeConfiguration(Writer writer)
           
 

メソッドの詳細

getElements

List<ConfigurationElement> getElements()

setConfigurationWriter

void setConfigurationWriter(ConfigurationWriter writer)

writeConfiguration

void writeConfiguration(Writer writer)

getRcpId

String getRcpId()

setRcpId

void setRcpId(String rcpId)


Copyright © 2006-2007 The Seasar Foundation. All Rights Reserved.