インタフェース
org.seasar.jface.WindowContext の使用

WindowContext を使用しているパッケージ
org.seasar.jface.binding   
org.seasar.jface.binding.impl   
org.seasar.jface.component   
org.seasar.jface.component.impl   
org.seasar.jface.events   
org.seasar.jface.impl   
org.seasar.jface.renderer   
org.seasar.jface.renderer.impl   
 

org.seasar.jface.binding での WindowContext の使用
 

WindowContext 型のパラメータを持つ org.seasar.jface.binding のメソッド
static void BindingFacade.bindAll(WindowContext context)
           
static void WidgetBinder.bindWidgets(Object target, WindowContext context)
           
static void MethodBindingSupport.createListeners(WindowContext context)
          指定された名前のウィンドウに対して、メソッドバインディングを行います。
 void WidgetValueBinderCommand.doBind(Widget widget, Object target, Field field, WindowContext context)
          指定された WidgetValueBinder のメソッドを呼び出します。
 void WidgetValueBinder.exportSelection(Object srcObject, Field srcField, Widget dest, WindowContext context)
          フィールドのオブジェクトでウィジットを選択状態にします。
static void ValueBinder.exportSelection(WindowContext context)
          WindowContext の保持するアクションコンポーネントから、ウィジットへ SelectionBinding を行います。
 void WidgetValueBinder.exportValue(Object srcObject, Field srcField, Widget dest, WindowContext context)
          フィールドからウィジットへ値を設定します。
static void ValueBinder.exportValue(WindowContext context)
          WindowContext の保持するアクションコンポーネントから、ウィジットへ ValueBinding を行います。
 void WidgetValueBinder.importSelection(Widget src, Object destObject, Field destField, WindowContext context)
          ウィジットで選択されているオブジェクトをフィールドへ設定します。
static void ValueBinder.importSelection(WindowContext context)
          ウィジットから WindowContext の保持するアクションコンポーネントに対して、SelectionBinding を行います。
 void WidgetValueBinder.importValue(Widget src, Object destObject, Field destField, WindowContext context)
          ウィジットからフィールドへ値を設定します。
static void ValueBinder.importValue(WindowContext context)
          ウィジットから WindowContext の保持するアクションコンポーネントに対して、ValueBinding を行います。
static void EnabledDependBinder.updateEnabled(WindowContext context)
           
 

org.seasar.jface.binding.impl での WindowContext の使用
 

WindowContext として宣言されている org.seasar.jface.binding.impl のフィールド
protected  WindowContext AbstractValueBinder.context
           
 

WindowContext 型のパラメータを持つ org.seasar.jface.binding.impl のメソッド
 void ImportValueCommand.doBind(Widget widget, Object target, Field field, WindowContext context)
           
 void ImportSelectionCommand.doBind(Widget widget, Object target, Field field, WindowContext context)
           
 void ExportValueCommand.doBind(Widget widget, Object target, Field field, WindowContext context)
           
 void ExportSelectionCommand.doBind(Widget widget, Object target, Field field, WindowContext context)
           
 void WidgetPropertyValueBinder.exportSelection(Object srcObject, Field srcField, Widget dest, WindowContext context)
           
 void TableValueBinder.exportSelection(Object srcObject, Field srcField, Widget dest, WindowContext context)
           
 void ComboValueBinder.exportSelection(Object srcObject, Field srcField, Widget dest, WindowContext context)
           
 void TableValueBinder.exportValue(Object srcObject, Field srcField, Widget dest, WindowContext context)
           
 void ComboValueBinder.exportValue(Object srcObject, Field srcField, Widget dest, WindowContext context)
           
 void AbstractWidgetValueBinder.exportValue(Object srcObject, Field srcField, Widget dest, WindowContext context)
           
 void WidgetPropertyValueBinder.importSelection(Widget src, Object destObject, Field destField, WindowContext context)
           
 void TableValueBinder.importSelection(Widget src, Object destObject, Field destField, WindowContext context)
           
 void ComboValueBinder.importSelection(Widget src, Object destObject, Field destField, WindowContext context)
           
 void TableValueBinder.importValue(Widget src, Object destObject, Field destField, WindowContext context)
           
 void ComboValueBinder.importValue(Widget src, Object destObject, Field destField, WindowContext context)
           
 void AbstractWidgetValueBinder.importValue(Widget src, Object destObject, Field destField, WindowContext context)
           
 

WindowContext 型のパラメータを持つ org.seasar.jface.binding.impl のコンストラクタ
AbstractValueBinder(Field field, Object bean, Widget widget, WindowContext context)
           
ExportSelectionBinder(Field field, Object bean, Widget widget, WindowContext context)
           
ExportValueBinder(Field field, Object bean, Widget widget, WindowContext context)
           
ImportSelectionBinder(Field field, Object bean, Widget widget, WindowContext context)
           
ImportValueBinder(Field field, Object bean, Widget widget, WindowContext context)
           
 

org.seasar.jface.component での WindowContext の使用
 

WindowContext 型のパラメータを持つ org.seasar.jface.component のメソッド
 void UIComponent.render(Widget parent, WindowContext context)
          設定されたレンダラを利用して、レンダリングを行います。
 

org.seasar.jface.component.impl での WindowContext の使用
 

WindowContext 型のパラメータを持つ org.seasar.jface.component.impl のメソッド
protected  void MenuComponent.doRender(Widget parent, WindowContext context)
           
protected  void CompositeComponent.doRender(Widget parent, WindowContext context)
           
protected  void AbstractUIContainerItemComponent.doRender(Widget parent, WindowContext context)
           
protected  void AbstractUIComponent.doRender(Widget parent, WindowContext context)
          レンダラ呼び出し中に独自のレンダリング処理を追加するためのメソッドです。
 void WindowComponent.render(Widget parent, WindowContext context)
           
 void AbstractUIComponent.render(Widget parent, WindowContext context)
           
protected  void CompositeComponent.renderChild(Widget parent, WindowContext context)
           
protected  void AbstractUIComponent.renderMenu(Widget parent, WindowContext context)
           
 

org.seasar.jface.events での WindowContext の使用
 

WindowContext 型のパラメータを持つ org.seasar.jface.events のメソッド
static Listener ListenerFactory.getListener(WindowContext context, MethodBinding methodBinding)
           
 

WindowContext 型のパラメータを持つ org.seasar.jface.events のコンストラクタ
S2JFaceListener(WindowContext context, MethodBinding methodBinding)
           
 

org.seasar.jface.impl での WindowContext の使用
 

WindowContext を実装している org.seasar.jface.impl のクラス
 class WindowContextImpl
           
 

org.seasar.jface.renderer での WindowContext の使用
 

WindowContext 型のパラメータを持つ org.seasar.jface.renderer のメソッド
 Widget Renderer.render(UIComponent uiComponent, Widget parent, WindowContext context)
          レンダリングを行います。
 void Renderer.renderAfter(Widget widget, UIComponent uiComponent, Widget parent, WindowContext context)
          子のレンダリングが終わった後に呼び出されるメソッドです。
 

org.seasar.jface.renderer.impl での WindowContext の使用
 

WindowContext を返す org.seasar.jface.renderer.impl のメソッド
protected  WindowContext AbstractRenderer.getContext()
           
 

WindowContext 型のパラメータを持つ org.seasar.jface.renderer.impl のメソッド
protected  void WindowRenderer.doRenderAfter(Composite widget, WindowComponent uiComponent, Widget parent, WindowContext context)
           
protected  void CoolBarRenderer.doRenderAfter(CoolBar widget, CoolBarComponent uiComponent, Widget parent, WindowContext context)
           
protected  void CoolItemRenderer.doRenderAfter(CoolItem widget, CoolItemComponent uiComponent, Widget parent, WindowContext context)
           
protected  void CTabFolderRenderer.doRenderAfter(CTabFolder widget, CTabFolderComponent uiComponent, Widget parent, WindowContext context)
           
protected  void CTabItemRenderer.doRenderAfter(CTabItem widget, CTabItemComponent uiComponent, Widget parent, WindowContext context)
           
protected  void MenuRenderer.doRenderAfter(Menu widget, MenuComponent uiComponent, Widget parent, WindowContext context)
           
protected  void SashFormRenderer.doRenderAfter(SashForm widget, SashFormComponent uiComponent, Widget parent, WindowContext context)
           
protected  void TabFolderRenderer.doRenderAfter(TabFolder widget, TabFolderComponent uiComponent, Widget parent, WindowContext context)
           
protected  void TabItemRenderer.doRenderAfter(TabItem widget, TabItemComponent uiComponent, Widget parent, WindowContext context)
           
protected  void TableRenderer.doRenderAfter(Table widget, TableComponent uiComponent, Widget parent, WindowContext context)
           
protected  void AbstractWidgetRenderer.doRenderAfter(WIDGET_TYPE widget, COMPONENT_TYPE uiComponent, Widget parent, WindowContext context)
           
 Widget WindowRenderer.render(UIComponent uiComponent, Widget parent, WindowContext context)
           
 Widget MenuRenderer.render(UIComponent uiComponent, Widget parent, WindowContext context)
           
 Widget AbstractWidgetRenderer.render(UIComponent uiComponent, Widget parent, WindowContext context)
           
 void AbstractWidgetRenderer.renderAfter(Widget widget, UIComponent uiComponent, Widget parent, WindowContext context)
           
protected  void AbstractRenderer.setContext(WindowContext context)
           
protected  void WindowRenderer.setDefaultButton(WindowComponent windowComponent, WindowContext context)
           
protected  void WindowRenderer.setDefaultFocus(WindowComponent windowComponent, WindowContext context)
           
 



Copyright © 2006 The Seasar Foundation. All Rights Reserved.