org.seasar.jface.component
インタフェース UIElement

既知のサブインタフェースの一覧:
CommonAttributes, LayoutDataInfo, LayoutInfo<LAYOUT_DATA_INFO>, Menu, MenuItem, Template, UIComponent, UICompositeComponent, UIContainer, UIControlComponent
既知の実装クラスの一覧:
AbstractItemComponent, AbstractUIComponent, AbstractUIContainerItemComponent, AbstractUIElement, ButtonComponent, CanvasComponent, ComboComponent, CommonAttriburtesImpl, CompositeComponent, ControlComponent, CoolBarComponent, CoolItemComponent, CTabFolderComponent, CTabItemComponent, FillLayoutInfo, GradientInfo, GradientItem, GridDataInfo, GridLayoutInfo, GroupComponent, LabelComponent, LinkComponent, MenuComponent, MenuItemComponent, ProgressBarComponent, RowDataInfo, RowLayoutInfo, SashFormComponent, ScaleComponent, SimpleItemComponent, SimpleItemCompositeComponent, SliderComponent, SpinnerComponent, TabFolderComponent, TabItemComponent, TableCellComponent, TableColumnComponent, TableComponent, TableItemComponent, TemplateImpl, TextComponent, ToolBarComponent, ToolItemComponent, WindowComponent

public interface UIElement

画面定義データの要素を表すインターフェースです。

作成者:
y-komori

メソッドの概要
 String getBasePath()
          画面定義データファイルのパスを取得します。
 String getLocation()
          画面定義データファイル中の要素の位置を取得します。
 void setBasePath(String basePath)
          画面定義データファイルのパスを設定します。
 void setLocation(String location)
          画面定義データファイル中の要素の位置を設定します。
 

メソッドの詳細

setBasePath

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

パラメータ:
basePath - 画面定義データファイルのパス

getBasePath

String getBasePath()
画面定義データファイルのパスを取得します。

戻り値:
画面定義データファイルのパス

setLocation

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

パラメータ:
location - 画面定義データファイル中の要素の位置

getLocation

String getLocation()
画面定義データファイル中の要素の位置を取得します。

戻り値:
画面定義データファイル中の要素の位置


Copyright © 2006 The Seasar Foundation. All Rights Reserved.