public class DebugMutableTreeNode
extends javax.swing.tree.DefaultMutableTreeNode
コンストラクタと説明 |
---|
DebugMutableTreeNode(jp.ne.mki.wedge.run.client.event.ExecutionInterface execution) |
修飾子とタイプ | メソッドと説明 |
---|---|
jp.ne.mki.wedge.run.client.event.ExecutionInterface |
getExecution()
実行オブジェクトを取得
|
boolean |
isDone()
実行終了しているかどうか
|
boolean |
isEnable()
使用可能かどうか
|
boolean |
isExecute()
実行対象かどうか
|
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するかどうかを設定
|
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
public DebugMutableTreeNode(jp.ne.mki.wedge.run.client.event.ExecutionInterface execution)
public boolean isEnable()
public boolean isStop()
public void setStop(boolean isStop)
isStop
- public boolean isExecute()
public void setExecute(boolean isExecute)
isExecute
- public boolean isDone()
public void setDone(boolean isDone)
isDone
- public jp.ne.mki.wedge.run.client.event.ExecutionInterface getExecution()
public void setExecution(jp.ne.mki.wedge.run.client.event.ExecutionInterface execution)
execution
-