クラス DefaultDebugger

java.lang.Object
jp.ne.mki.wedge.pub.client.hook.debug.DefaultDebugger
すべての実装されたインタフェース:
EventListener, jp.ne.mki.wedge.run.client.event.ExecutionHookInterface

public class DefaultDebugger extends Object implements jp.ne.mki.wedge.run.client.event.ExecutionHookInterface
デフォルトデバッガー
  • フィールドの概要

    フィールド
    修飾子とタイプ
    フィールド
    説明
    (package private) DebugWindow
    デバッグのウィンドウ
  • コンストラクタの概要

    コンストラクタ
    コンストラクタ
    説明
     
  • メソッドの概要

    修飾子とタイプ
    メソッド
    説明
    void
    executeAfter(jp.ne.mki.wedge.run.client.event.ExecutionInterface execution, int index, int resultCode)
    ルール、トラン開始後
    void
    executeBefore(jp.ne.mki.wedge.run.client.event.ExecutionInterface execution, int index, int skipCount)
    ルール、トラン 処理開始前
    void
    startUp(jp.ne.mki.wedge.run.client.event.ExecutionListInterface executions, JComponent currentComp, jp.ne.mki.wedge.run.interfaces.ClientManagerInterface manager)
    実行リスト開始時 デバッグウィンドウを表示する
    void
    tearDown(jp.ne.mki.wedge.run.client.event.ExecutionListInterface executions, int result, jp.ne.mki.wedge.run.interfaces.ClientManagerInterface manager)
    実行リスト終了時

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

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • フィールド詳細

    • window

      DebugWindow window
      デバッグのウィンドウ
  • コンストラクタの詳細

    • DefaultDebugger

      public DefaultDebugger()
  • メソッドの詳細

    • startUp

      public void startUp(jp.ne.mki.wedge.run.client.event.ExecutionListInterface executions, JComponent currentComp, jp.ne.mki.wedge.run.interfaces.ClientManagerInterface manager)
      実行リスト開始時 デバッグウィンドウを表示する
      定義:
      startUp インタフェース内 jp.ne.mki.wedge.run.client.event.ExecutionHookInterface
      パラメータ:
      executions - 実行リスト
      currentComp - 現在Currentのコンポーネント
      manager - Manager
      関連項目:
      • ExecutionHookInterface
    • executeBefore

      public void executeBefore(jp.ne.mki.wedge.run.client.event.ExecutionInterface execution, int index, int skipCount)
      ルール、トラン 処理開始前
      定義:
      executeBefore インタフェース内 jp.ne.mki.wedge.run.client.event.ExecutionHookInterface
      パラメータ:
      execution -
      index -
      skipCount -
      関連項目:
      • ExecutionHookInterface
    • executeAfter

      public void executeAfter(jp.ne.mki.wedge.run.client.event.ExecutionInterface execution, int index, int resultCode)
      ルール、トラン開始後
      定義:
      executeAfter インタフェース内 jp.ne.mki.wedge.run.client.event.ExecutionHookInterface
      パラメータ:
      execution -
      index -
      resultCode -
      関連項目:
      • ExecutionHookInterface
    • tearDown

      public void tearDown(jp.ne.mki.wedge.run.client.event.ExecutionListInterface executions, int result, jp.ne.mki.wedge.run.interfaces.ClientManagerInterface manager)
      実行リスト終了時
      定義:
      tearDown インタフェース内 jp.ne.mki.wedge.run.client.event.ExecutionHookInterface
      パラメータ:
      executions - 実行リスト
      result -
      manager -
      関連項目:
      • ExecutionHookInterface