org.seasar.uruma.rcp.configuration
クラス Extension

java.lang.Object
  上位を拡張 org.seasar.uruma.rcp.configuration.Extension
すべての実装されたインタフェース:
ConfigurationElement

public class Extension
extends Object
implements ConfigurationElement

extension 要素を表すクラスです。

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

メソッドの概要
 void addConfigurationElement(ConfigurationElement configurationElement)
          ConfigurationElement を追加します。
 List<ConfigurationElement> getElements()
           
 String getPoint()
          point 属性を返します。
 String getRcpId()
           
 void setConfigurationWriter(ConfigurationWriter writer)
           
 void setRcpId(String rcpId)
           
 void writeConfiguration(Writer writer)
           
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

メソッドの詳細

getPoint

public String getPoint()
point 属性を返します。

戻り値:
point 属性

addConfigurationElement

public void addConfigurationElement(ConfigurationElement configurationElement)
ConfigurationElement を追加します。

パラメータ:
configurationElement - ConfigurationElement

getElements

public List<ConfigurationElement> getElements()
定義:
インタフェース ConfigurationElement 内の getElements

getRcpId

public String getRcpId()
定義:
インタフェース ConfigurationElement 内の getRcpId

setConfigurationWriter

public void setConfigurationWriter(ConfigurationWriter writer)
定義:
インタフェース ConfigurationElement 内の setConfigurationWriter

setRcpId

public void setRcpId(String rcpId)
定義:
インタフェース ConfigurationElement 内の setRcpId

writeConfiguration

public void writeConfiguration(Writer writer)
定義:
インタフェース ConfigurationElement 内の writeConfiguration


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