|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
public interface Renderer
Widget
をレンダリングするためのインターフェースです。
メソッドの概要 | |
---|---|
Widget |
render(UIComponent uiComponent,
Widget parent,
WindowContext context)
レンダリングを行います。 |
void |
renderAfter(Widget widget,
UIComponent uiComponent,
Widget parent,
WindowContext context)
子のレンダリングが終わった後に呼び出されるメソッドです。 |
メソッドの詳細 |
---|
Widget render(UIComponent uiComponent, Widget parent, WindowContext context)
uiComponent
- レンダリング対象の情報を持つ UIComponent
オブジェクトparent
- 親となる Widget
オブジェクトcontext
- 画面情報を収めた WindowContext
オブジェクト
Widget
,
Composite
void renderAfter(Widget widget, UIComponent uiComponent, Widget parent, WindowContext context)
widget
- render
メソッドでレンダリングされた Widget
オブジェクトuiComponent
- レンダリング対象の情報を持つ UIComponent
オブジェクトparent
- 親となる Widget
オブジェクトcontext
- 画面情報を収めた WindowContext
オブジェクトWidget
,
Composite
|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |