|
|||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Objectjp.ne.mki.wedge.pub.client.hook.debug.DefaultDebugger
public class DefaultDebugger
デフォルトデバッガー
フィールドの概要 | |
---|---|
(package private) DebugWindow |
window
デバッグのウィンドウ |
コンストラクタの概要 | |
---|---|
DefaultDebugger()
|
メソッドの概要 | |
---|---|
void |
executeAfter(ExecutionInterface execution,
int index,
int resultCode)
ルール、トラン開始後 |
void |
executeBefore(ExecutionInterface execution,
int index,
int skipCount)
ルール、トラン 処理開始前 |
void |
startUp(ExecutionListInterface executions,
javax.swing.JComponent currentComp,
ClientManagerInterface manager)
実行リスト開始時 デバッグウィンドウを表示する |
void |
tearDown(ExecutionListInterface executions,
int result,
ClientManagerInterface manager)
実行リスト終了時 |
クラス java.lang.Object から継承されたメソッド |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
フィールドの詳細 |
---|
DebugWindow window
コンストラクタの詳細 |
---|
public DefaultDebugger()
メソッドの詳細 |
---|
public void startUp(ExecutionListInterface executions, javax.swing.JComponent currentComp, ClientManagerInterface manager)
ExecutionHookInterface
内の startUp
executions
- 実行リストcurrentComp
- 現在Currentのコンポーネントmanager
- ManagerExecutionHookInterface
public void executeBefore(ExecutionInterface execution, int index, int skipCount)
ExecutionHookInterface
内の executeBefore
execution
- index
- skipCount
- ExecutionHookInterface
public void executeAfter(ExecutionInterface execution, int index, int resultCode)
ExecutionHookInterface
内の executeAfter
execution
- index
- resultCode
- ExecutionHookInterface
public void tearDown(ExecutionListInterface executions, int result, ClientManagerInterface manager)
ExecutionHookInterface
内の tearDown
result
- executions
- 実行リストExecutionHookInterface
|
|||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |