|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Objectorg.seasar.jface.component.impl.AbstractUIElement
public abstract class AbstractUIElement
コンストラクタの概要 | |
---|---|
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 |
コンストラクタの詳細 |
---|
public AbstractUIElement()
メソッドの詳細 |
---|
public String getBasePath()
UIElement
の記述:
UIElement
内の getBasePath
public void setBasePath(String basePath)
UIElement
の記述: basePath
は
S2JFaceTagHandler
によって設定されます。
UIElement
内の setBasePath
basePath
- 画面定義データファイルのパスpublic String getLocation()
UIElement
の記述:
UIElement
内の getLocation
public void setLocation(String location)
UIElement
の記述: location
は
S2JFaceTagHandler
によって設定され、主にエラーが発生時の参照のために利用されます。
UIElement
内の setLocation
location
- 画面定義データファイル中の要素の位置
|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |