jp.ne.mki.wedge.pub.client.hook.debug
クラス DebugMutableTreeNode

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

public class DebugMutableTreeNode
extends javax.swing.tree.DefaultMutableTreeNode

デバッグ画面用 実行オブジェクトTreeNode

関連項目:
直列化された形式

フィールドの概要
 
クラス javax.swing.tree.DefaultMutableTreeNode から継承されたフィールド
allowsChildren, children, EMPTY_ENUMERATION, parent, userObject
 
コンストラクタの概要
DebugMutableTreeNode(ExecutionInterface execution)
           
 
メソッドの概要
 ExecutionInterface getExecution()
          実行オブジェクトを取得
 boolean isDone()
          実行終了しているかどうか
 boolean isEnable()
          使用可能かどうか
 boolean isExecute()
          実行対象かどうか
 boolean isStop()
          Stopするかどうか
 void setDone(boolean isDone)
          実行終了したかどうかを設定
 void setExecute(boolean isExecute)
          実行対象かどうかを設定
 void setExecution(ExecutionInterface execution)
          実行オブジェクトを設定
 void setStop(boolean isStop)
          Stopするかどうかを設定
 
クラス javax.swing.tree.DefaultMutableTreeNode から継承されたメソッド
add, breadthFirstEnumeration, children, clone, depthFirstEnumeration, getAllowsChildren, getChildAfter, getChildAt, getChildBefore, getChildCount, getDepth, getFirstChild, getFirstLeaf, getIndex, getLastChild, getLastLeaf, getLeafCount, getLevel, getNextLeaf, getNextNode, getNextSibling, getParent, getPath, getPathToRoot, getPreviousLeaf, getPreviousNode, getPreviousSibling, getRoot, getSharedAncestor, getSiblingCount, getUserObject, getUserObjectPath, insert, isLeaf, isNodeAncestor, isNodeChild, isNodeDescendant, isNodeRelated, isNodeSibling, isRoot, pathFromAncestorEnumeration, postorderEnumeration, preorderEnumeration, remove, remove, removeAllChildren, removeFromParent, setAllowsChildren, setParent, setUserObject, toString
 
クラス java.lang.Object から継承されたメソッド
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

コンストラクタの詳細

DebugMutableTreeNode

public DebugMutableTreeNode(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 ExecutionInterface getExecution()
実行オブジェクトを取得

戻り値:

setExecution

public void setExecution(ExecutionInterface execution)
実行オブジェクトを設定

パラメータ:
execution -