org.seasar.eclipse.rcp
クラス WindowContextManager

java.lang.Object
  上位を拡張 org.seasar.eclipse.rcp.WindowContextManager

public class WindowContextManager
extends Object

プラグイン毎の WindowContext を管理するためのクラスです。

作成者:
y-komori

コンストラクタの概要
WindowContextManager()
           
 
メソッドの概要
 WindowContext getWindowContext(String pluginId)
          pluginId をキーとして WindowContext のインスタンスを取得します。
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

WindowContextManager

public WindowContextManager()
メソッドの詳細

getWindowContext

public WindowContext getWindowContext(String pluginId)
pluginId をキーとして WindowContext のインスタンスを取得します。

パラメータ:
pluginId - プラグインID
戻り値:
WindowContext のインスタンス


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