クラス 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の実体を作成する

    クラスから継承されたメソッド java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • コンストラクタの詳細

    • 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 - ステータス位置
      戻り値: