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

WindowContext を使用しているパッケージ
org.seasar.eclipse.rcp   
org.seasar.eclipse.rcp.ui   
org.seasar.uruma.binding.enables   
org.seasar.uruma.context   
org.seasar.uruma.context.impl   
org.seasar.uruma.ui   
 

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

WindowContext を返す org.seasar.eclipse.rcp のメソッド
 WindowContext WindowContextManager.getWindowContext(String pluginId)
          pluginId をキーとして WindowContext のインスタンスを取得します。
 WindowContext S2RcpPlugin.getWindowContext(String pluginId)
          pluginId で指定されたプラグイン専用の WindowContext インスタンスを取得します。
 

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

WindowContext として宣言されている org.seasar.eclipse.rcp.ui のフィールド
protected  WindowContext S2RcpViewPart.windowContext
           
 

WindowContext 型のパラメータを持つ org.seasar.eclipse.rcp.ui のメソッド
 void S2RcpViewPart.setWindowContext(WindowContext windowContext)
          WindowContext オブジェクトを設定します。
 

WindowContext 型のパラメータを持つ org.seasar.eclipse.rcp.ui のコンストラクタ
GenericSelectionListener(WindowContext context, SingleParamTypeMethodBinding methodBinding)
          GenericSelectionListener を構築します。
NullGenericSelectionListener(WindowContext context, SingleParamTypeMethodBinding methodBinding)
          NullGenericSelectionListener を構築します。
 

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.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 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.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-2007 The Seasar Foundation. All Rights Reserved.