org.seasar.uruma.component.jface
クラス TemplateImpl

java.lang.Object
  上位を拡張 org.seasar.uruma.component.base.AbstractUIElement
      上位を拡張 org.seasar.uruma.component.jface.TemplateImpl
すべての実装されたインタフェース:
Template, UIElement, UIElementVisitorAcceptor

public class TemplateImpl
extends AbstractUIElement
implements Template

Template の実装クラスです。

作成者:
y-komori

コンストラクタの概要
TemplateImpl()
           
 
メソッドの概要
 void accept(UIElementVisitor visitor)
          UIElementVisitor の訪問を受け入れます。
 String getExtends()
          継承元のパスを取得します。
 UIComponentContainer getRootComponent()
          ルートコンポーネントを取得します。
 void setExtends(String extendsPath)
          継承元パスを設定します。
 void setRootComponent(UIComponentContainer rootComponent)
          ルートコンポーネントを設定します。
 
クラス org.seasar.uruma.component.base.AbstractUIElement から継承されたメソッド
getBasePath, getLocation, getPath, setBasePath, setLocation, setPath, toString
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
インタフェース org.seasar.uruma.component.UIElement から継承されたメソッド
getBasePath, getLocation, getPath, setBasePath, setLocation, setPath
 

コンストラクタの詳細

TemplateImpl

public TemplateImpl()
メソッドの詳細

getRootComponent

public UIComponentContainer getRootComponent()
インタフェース Template の記述:
ルートコンポーネントを取得します。

定義:
インタフェース Template 内の getRootComponent
戻り値:
ルートコンポーネント

setRootComponent

public void setRootComponent(UIComponentContainer rootComponent)
インタフェース Template の記述:
ルートコンポーネントを設定します。

定義:
インタフェース Template 内の setRootComponent
パラメータ:
rootComponent - ルートコンポーネント

getExtends

public String getExtends()
インタフェース Template の記述:
継承元のパスを取得します。

定義:
インタフェース Template 内の getExtends
戻り値:
継承元パス

setExtends

public void setExtends(String extendsPath)
インタフェース Template の記述:
継承元パスを設定します。

定義:
インタフェース Template 内の setExtends
パラメータ:
extendsPath - 継承元パス

accept

public void accept(UIElementVisitor visitor)
インタフェース UIElementVisitorAcceptor の記述:
UIElementVisitor の訪問を受け入れます。

定義:
インタフェース UIElementVisitorAcceptor 内の accept
オーバーライド:
クラス AbstractUIElement 内の accept
パラメータ:
visitor - UIElementVisitor オブジェクト


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