クラス DebugMutableTreeNode
java.lang.Object
javax.swing.tree.DefaultMutableTreeNode
jp.ne.mki.wedge.pub.client.hook.debug.DebugMutableTreeNode
- すべての実装されたインタフェース:
Serializable
,Cloneable
,MutableTreeNode
,TreeNode
デバッグ画面用 実行オブジェクトTreeNode
- 関連項目:
-
フィールドの概要
クラスから継承されたフィールド javax.swing.tree.DefaultMutableTreeNode
allowsChildren, children, EMPTY_ENUMERATION, parent, userObject
-
コンストラクタの概要
コンストラクタ -
メソッドの概要
修飾子とタイプメソッド説明jp.ne.mki.wedge.run.client.event.ExecutionInterface
実行オブジェクトを取得boolean
isDone()
実行終了しているかどうかboolean
isEnable()
使用可能かどうかboolean
実行対象かどうかboolean
isStop()
Stopするかどうかvoid
setDone
(boolean isDone) 実行終了したかどうかを設定void
setExecute
(boolean isExecute) 実行対象かどうかを設定void
setExecution
(jp.ne.mki.wedge.run.client.event.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
-
コンストラクタの詳細
-
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
-
-