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

WindowContext を使用しているパッケージ
org.seasar.uruma.binding.enables   
org.seasar.uruma.binding.method   
org.seasar.uruma.component   
org.seasar.uruma.component.base   
org.seasar.uruma.component.jface   
org.seasar.uruma.context   
org.seasar.uruma.context.impl   
org.seasar.uruma.core   
org.seasar.uruma.rcp   
org.seasar.uruma.rcp.core   
org.seasar.uruma.rcp.ui   
org.seasar.uruma.renderer   
org.seasar.uruma.renderer.impl   
org.seasar.uruma.ui   
 

org.seasar.uruma.binding.enables での WindowContext の使用
 

WindowContext 型のパラメータを持つ org.seasar.uruma.binding.enables のメソッド
static void EnablesDependingListenerSupport.setupEnableDependingListeners(WindowContext context)
          WindowContext が保持する EnablesDependingDef について、EnablesDependingListener をセットアップして EnablesDepending が機能するようにします。
 

org.seasar.uruma.binding.method での WindowContext の使用
 

WindowContext 型のパラメータを持つ org.seasar.uruma.binding.method のメソッド
static void MethodBindingSupport.createAllListeners(WindowContext context)
          指定された WindowContext 配下のすべての PartContext に対して、 MethodBindingSupport.createListeners(PartContext) メソッドを実行します。
 

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

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

WindowContext 型のパラメータを持つ org.seasar.uruma.component のコンストラクタ
EnablesDependableVisitor(WindowContext context)
          EnablesDependableVisitor を構築します。
 

org.seasar.uruma.component.base での WindowContext の使用
 

WindowContext 型のパラメータを持つ org.seasar.uruma.component.base のメソッド
protected  void AbstractUIContainer.doPreRender(WidgetHandle parent, WindowContext context)
           
protected  void AbstractUIComponent.doPreRender(WidgetHandle parent, WindowContext context)
          レンダラ呼び出し中に独自のレンダリング処理を追加するためのメソッドです。
 void AbstractUIComponent.preRender(WidgetHandle parent, WindowContext context)
           
 

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

WindowContext 型のパラメータを持つ org.seasar.uruma.component.jface のメソッド
protected  void MenuComponent.doPreRender(WidgetHandle parent, WindowContext context)
           
protected  void CompositeComponent.doPreRender(WidgetHandle parent, WindowContext context)
           
protected  void CompositeComponent.preRenderChild(WidgetHandle parent, WindowContext context)
          子コンポーネントのプリレンダリングを行います。
 

org.seasar.uruma.context での WindowContext の使用
 

WindowContext を返す org.seasar.uruma.context のメソッド
static WindowContext ContextFactory.createWindowContext(ApplicationContext parent, String name)
          WindowContext オブジェクトを生成します。
 WindowContext PartContext.getWindowContext()
          親 WindowContext を返します。
 WindowContext ApplicationContext.getWindowContext(String windowName)
          windowName で指定された名称を持つ WindowContext を返します。
 

WindowContext 型の引数を持つ型を返す org.seasar.uruma.context のメソッド
 Collection<WindowContext> ApplicationContext.getWindowContexts()
          ApplicationContext が保持する WindowContext のコレクションを返します。
 

WindowContext 型のパラメータを持つ org.seasar.uruma.context のメソッド
static PartContext ContextFactory.createPartContext(WindowContext parent, String name)
          PartContext オブジェクトを生成します。
 

org.seasar.uruma.context.impl での WindowContext の使用
 

WindowContext を実装している org.seasar.uruma.context.impl のクラス
 class WindowContextImpl
          WindowContext の実装クラスです。
 

WindowContext を返す org.seasar.uruma.context.impl のメソッド
 WindowContext WindowContextImpl.getWindowContext()
           
 WindowContext PartContextImpl.getWindowContext()
           
 WindowContext ApplicationContextImpl.getWindowContext(String windowName)
           
 

WindowContext 型の引数を持つ型を返す org.seasar.uruma.context.impl のメソッド
 Collection<WindowContext> ApplicationContextImpl.getWindowContexts()
           
 

WindowContext 型のパラメータを持つ org.seasar.uruma.context.impl のメソッド
 void ApplicationContextImpl.addWindowContext(WindowContext context)
          WindowContext オブジェクトを追加します。
 

WindowContext 型のパラメータを持つ org.seasar.uruma.context.impl のコンストラクタ
PartContextImpl(String partName, WindowContext parent)
          PartContextImpl を構築します。
 

org.seasar.uruma.core での WindowContext の使用
 

WindowContext 型のパラメータを持つ org.seasar.uruma.core のメソッド
static void ComponentUtil.invokeInitMethodOnAction(WindowContext context)
          ワークベンチアクションクラスの初期化メソッドを呼び出します。
static Object ComponentUtil.setupWorkbenchAction(WindowContext context, String id)
          ワークベンチアクションクラスを準備します。
 

org.seasar.uruma.rcp での WindowContext の使用
 

WindowContext を返す org.seasar.uruma.rcp のメソッド
 WindowContext UrumaService.getWorkbenchWindowContext()
          ワークベンチウィンドウに対応する WindowContext を返します。
 

org.seasar.uruma.rcp.core での WindowContext の使用
 

WindowContext として宣言されている org.seasar.uruma.rcp.core のフィールド
protected  WindowContext UrumaServiceImpl.windowContext
           
 

WindowContext を返す org.seasar.uruma.rcp.core のメソッド
 WindowContext UrumaServiceImpl.getWorkbenchWindowContext()
           
 

org.seasar.uruma.rcp.ui での WindowContext の使用
 

WindowContext 型のパラメータを持つ org.seasar.uruma.rcp.ui のメソッド
protected  void UrumaWorkbenchWindowAdvisor.setupCommandHandler(IWorkbenchWindowConfigurer configurer, WindowContext context)
          IHandler の実装クラスを IHandlerService へ登録します。
protected  void UrumaWorkbenchWindowAdvisor.setupEnablesDependable(WindowContext context)
           
 

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

WindowContext 型のパラメータを持つ org.seasar.uruma.renderer のメソッド
 WidgetHandle Renderer.preRender(UIComponent uiComponent, WidgetHandle parent, WindowContext context)
          レンダリングを行います。
 

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

WindowContext を返す org.seasar.uruma.renderer.impl のメソッド
protected  WindowContext AbstractRenderer.getWindowContext()
          WindowContext を取得します。
 

WindowContext 型のパラメータを持つ org.seasar.uruma.renderer.impl のメソッド
 WidgetHandle SeparatorRenderer.preRender(UIComponent uiComponent, WidgetHandle parent, WindowContext context)
           
 WidgetHandle NullRenderer.preRender(UIComponent uiComponent, WidgetHandle parent, WindowContext context)
           
 WidgetHandle MenuManagerRenderer.preRender(UIComponent uiComponent, WidgetHandle parent, WindowContext context)
           
 WidgetHandle MenuItemRenderer.preRender(UIComponent uiComponent, WidgetHandle parent, WindowContext context)
           
 WidgetHandle AbstractRenderer.preRender(UIComponent uiComponent, WidgetHandle parent, WindowContext context)
           
protected  void AbstractRenderer.setWindowContext(WindowContext context)
          WindowContext を設定します。
 

org.seasar.uruma.ui での WindowContext の使用
 

WindowContext 型のパラメータを持つ org.seasar.uruma.ui のメソッド
 void UrumaApplicationWindow.init(WindowContext context, WindowComponent component, boolean modal)
          UrumaApplicationWindow を初期化します。
 

WindowContext 型のパラメータを持つ org.seasar.uruma.ui のコンストラクタ
UrumaApplicationWindow(UrumaWindowManager manager, WindowContext context, WindowComponent component, boolean modal)
          UrumaApplicationWindow を構築します。
 



Copyright © 2006-2008 The Seasar Foundation. All Rights Reserved.