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

java.lang.Object
  上位を拡張 org.seasar.jface.component.impl.AbstractUIElement
すべての実装されたインタフェース:
UIElement
直系の既知のサブクラス:
AbstractUIComponent, CommonAttriburtesImpl, FillLayoutInfo, GradientInfo, GradientItem, GridDataInfo, GridLayoutInfo, RowDataInfo, RowLayoutInfo, SimpleItemComponent, TableCellComponent, TemplateImpl

public abstract class AbstractUIElement
extends Object
implements UIElement

作成者:
y-komori

コンストラクタの概要
AbstractUIElement()
           
 
メソッドの概要
 String getBasePath()
          画面定義データファイルのパスを取得します。
 String getLocation()
          画面定義データファイル中の要素の位置を取得します。
 void setBasePath(String basePath)
          画面定義データファイルのパスを設定します。
 void setLocation(String location)
          画面定義データファイル中の要素の位置を設定します。
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

AbstractUIElement

public AbstractUIElement()
メソッドの詳細

getBasePath

public String getBasePath()
インタフェース UIElement の記述:
画面定義データファイルのパスを取得します。

定義:
インタフェース UIElement 内の getBasePath
戻り値:
画面定義データファイルのパス

setBasePath

public void setBasePath(String basePath)
インタフェース UIElement の記述:
画面定義データファイルのパスを設定します。
basePathS2JFaceTagHandler によって設定されます。

定義:
インタフェース UIElement 内の setBasePath
パラメータ:
basePath - 画面定義データファイルのパス

getLocation

public String getLocation()
インタフェース UIElement の記述:
画面定義データファイル中の要素の位置を取得します。

定義:
インタフェース UIElement 内の getLocation
戻り値:
画面定義データファイル中の要素の位置

setLocation

public void setLocation(String location)
インタフェース UIElement の記述:
画面定義データファイル中の要素の位置を設定します。
locationS2JFaceTagHandler によって設定され、主にエラーが発生時の参照のために利用されます。

定義:
インタフェース UIElement 内の setLocation
パラメータ:
location - 画面定義データファイル中の要素の位置


Copyright © 2006 The Seasar Foundation. All Rights Reserved.