|
|||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Objectjavax.swing.tree.DefaultMutableTreeNode
jp.ne.mki.wedge.pub.client.hook.debug.DebugMutableTreeNode
public class DebugMutableTreeNode
デバッグ画面用 実行オブジェクト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 |
コンストラクタの詳細 |
---|
public DebugMutableTreeNode(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 ExecutionInterface getExecution()
public void setExecution(ExecutionInterface execution)
execution
-
|
|||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |