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

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

public class TemplateImpl
extends AbstractUIElement
implements Template

作成者:
y-komori

コンストラクタの概要
TemplateImpl()
           
 
メソッドの概要
 String getExtends()
           
 WindowComponent getWindowComponent()
           
 void setExtends(String extendsPath)
           
 void setWindowComponent(WindowComponent windowComponent)
           
 
クラス org.seasar.jface.component.impl.AbstractUIElement から継承されたメソッド
getBasePath, getLocation, setBasePath, setLocation
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
インタフェース org.seasar.jface.component.UIElement から継承されたメソッド
getBasePath, getLocation, setBasePath, setLocation
 

コンストラクタの詳細

TemplateImpl

public TemplateImpl()
メソッドの詳細

getWindowComponent

public WindowComponent getWindowComponent()
定義:
インタフェース Template 内の getWindowComponent

setWindowComponent

public void setWindowComponent(WindowComponent windowComponent)
定義:
インタフェース Template 内の setWindowComponent

getExtends

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

setExtends

public void setExtends(String extendsPath)
定義:
インタフェース Template 内の setExtends


Copyright © 2006 The Seasar Foundation. All Rights Reserved.