クラス DebugMutableTreeNode

java.lang.Object
javax.swing.tree.DefaultMutableTreeNode
jp.ne.mki.wedge.pub.client.hook.debug.DebugMutableTreeNode
すべての実装されたインタフェース:
Serializable, Cloneable, MutableTreeNode, TreeNode

public class DebugMutableTreeNode extends DefaultMutableTreeNode
デバッグ画面用 実行オブジェクトTreeNode
関連項目:
  • コンストラクタの詳細

    • DebugMutableTreeNode

      public DebugMutableTreeNode(jp.ne.mki.wedge.run.client.event.ExecutionInterface execution)
  • メソッドの詳細

    • isEnable

      public boolean isEnable()
      使用可能かどうか
      戻り値:
    • isStop

      public boolean isStop()
      Stopするかどうか
      戻り値:
    • setStop

      public void setStop(boolean isStop)
      Stopするかどうかを設定
      パラメータ:
      isStop -
    • isExecute

      public boolean isExecute()
      実行対象かどうか
      戻り値:
    • setExecute

      public void setExecute(boolean isExecute)
      実行対象かどうかを設定
      パラメータ:
      isExecute -
    • isDone

      public boolean isDone()
      実行終了しているかどうか
      戻り値:
    • setDone

      public void setDone(boolean isDone)
      実行終了したかどうかを設定
      パラメータ:
      isDone -
    • getExecution

      public jp.ne.mki.wedge.run.client.event.ExecutionInterface getExecution()
      実行オブジェクトを取得
      戻り値:
    • setExecution

      public void setExecution(jp.ne.mki.wedge.run.client.event.ExecutionInterface execution)
      実行オブジェクトを設定
      パラメータ:
      execution -