クラス DefaultWindowFactory
java.lang.Object
jp.ne.mki.wedge.pub.client.frame.DefaultWindowFactory
- すべての実装されたインタフェース:
jp.ne.mki.wedge.run.client.event.WindowFactoryInterface
public class DefaultWindowFactory
extends Object
implements jp.ne.mki.wedge.run.client.event.WindowFactoryInterface
画面作成の標準クラス
-
フィールドの概要
インタフェースから継承されたフィールド jp.ne.mki.wedge.run.client.event.WindowFactoryInterface
APPLICATION, APPLICATION_QUIT_ON_CLOSE, DIALOG, DIALOG_MODAL, DIALOG_MODAL_QUIT_ON_CLOSE, DIALOG_QUIT_ON_CLOSE, USER_FRAME
-
コンストラクタの概要
コンストラクタ -
メソッドの概要
修飾子とタイプメソッド説明jp.ne.mki.wedge.run.client.event.FrameInterface
createWindow
(String frameLogicalName, String framePhysicalName, int frameType, Window owner, jp.ne.mki.wedge.run.client.control.Manager manager, String statusBarPosition) FrameInterfaceの実体を作成する
-
コンストラクタの詳細
-
DefaultWindowFactory
public DefaultWindowFactory()
-
-
メソッドの詳細
-
createWindow
public jp.ne.mki.wedge.run.client.event.FrameInterface createWindow(String frameLogicalName, String framePhysicalName, int frameType, Window owner, jp.ne.mki.wedge.run.client.control.Manager manager, String statusBarPosition) インタフェースからコピーされた説明:jp.ne.mki.wedge.run.client.event.WindowFactoryInterface
FrameInterfaceの実体を作成する- 定義:
createWindow
インタフェース内jp.ne.mki.wedge.run.client.event.WindowFactoryInterface
- パラメータ:
frameLogicalName
- 画面論理名framePhysicalName
- 画面物理名frameType
- フレームタイプowner
- 親画面manager
- マネージャーstatusBarPosition
- ステータス位置- 戻り値:
-