|
|||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | ||||||||
| 概要: 内部クラス | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | ||||||||
java.lang.Object
|
+--javax.swing.tree.DefaultMutableTreeNode
|
+--jp.ne.mki.wedge.pub.client.hook.debug.DebugMutableTreeNode
デバッグ画面用 実行オブジェクトTreeNode
| クラス javax.swing.tree.DefaultMutableTreeNode から継承した内部クラス |
javax.swing.tree.DefaultMutableTreeNode.BreadthFirstEnumeration, javax.swing.tree.DefaultMutableTreeNode.PathBetweenNodesEnumeration, javax.swing.tree.DefaultMutableTreeNode.PostorderEnumeration, javax.swing.tree.DefaultMutableTreeNode.PreorderEnumeration |
| クラス 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 から継承したメソッド |
|
| クラス 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 -
|
|||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | ||||||||
| 概要: 内部クラス | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | ||||||||