クラス DebugWindow

すべての実装されたインタフェース:
ImageObserver, MenuContainer, Serializable, Accessible, RootPaneContainer, WindowConstants

public class DebugWindow extends JDialog
デバッグ用ウインドウ
関連項目:
  • フィールド詳細

    • tree

    • prop

    • top

    • isAfterStop

      boolean isAfterStop
      実行処理後一旦STOPするかどうか
    • isThrough

      boolean isThrough
      実行リスト内処理を全部実行するかどうか
    • isNext

      boolean isNext
      次に進んでもいいか
    • btn1

      JButton btn1
    • btn2

      JButton btn2
    • btn3

      JButton btn3
    • executions

      jp.ne.mki.wedge.run.client.event.ExecutionListInterface executions
    • nowExecution

      jp.ne.mki.wedge.run.client.event.ExecutionInterface nowExecution
  • コンストラクタの詳細

    • DebugWindow

      public DebugWindow(Frame frame, String title)
      コンストラクタ
      パラメータ:
      title - ダイアログタイトル1
      executions - 実行リスト
      frameName - ダイアログタイトル2
    • DebugWindow

      public DebugWindow(Dialog frame, String title)
      コンストラクタ
      パラメータ:
      title - ダイアログタイトル1
      executions - 実行リスト
      frameName - ダイアログタイトル2
  • メソッドの詳細

    • setExecutions

      public void setExecutions(jp.ne.mki.wedge.run.client.event.ExecutionListInterface executions, String title)
      実行リストを設定
      パラメータ:
      executions - 実行リスト
      title - 実行リストのタイトル
    • setExecuteInfo

      public void setExecuteInfo(jp.ne.mki.wedge.run.client.event.ExecutionInterface exec, int index, int resultCode)
      実行リスト内容を詳細表示
      パラメータ:
      exec -
      index -
      resultCode -
    • setExecuteEnd

      public void setExecuteEnd(jp.ne.mki.wedge.run.client.event.ExecutionInterface exec, int index)
      実行オブジェクト終了
      パラメータ:
      exec -
      index -
    • terminate

      public void terminate()
      破棄処理
    • isNext

      public boolean isNext(jp.ne.mki.wedge.run.client.event.ExecutionInterface execution, int index, boolean isBefore)
      実行リストを進んでもよいか
      パラメータ:
      isBefore - true:処理前 false;処理後
      戻り値:
    • processWindowEvent

      public void processWindowEvent(WindowEvent e)
      WindowEventのWINDOW_CLOSINGをラッピング 画面の×よりウィンドウが閉じられたときには >>ボタン選択時と同等の動きとする
      オーバーライド:
      processWindowEvent クラス内 JDialog
      パラメータ:
      e - WindowEvent