|
|||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Objectjp.ne.mki.wedge.pub.client.hook.debug.ItemImpExp
public class ItemImpExp
入れ子のクラスの概要 | |
---|---|
class |
ItemImpExp.MyAction
ShortCutKey操作により実行されるClass. |
コンストラクタの概要 | |
---|---|
ItemImpExp()
|
メソッドの概要 | |
---|---|
void |
executeAfter(ExecutionInterface execution,
int index,
int resultCode)
処理開始後 |
void |
executeBefore(ExecutionInterface execution,
int index,
int skipCount)
処理開始前 |
void |
finalize()
|
void |
startUp(ExecutionListInterface executions,
javax.swing.JComponent currentComp,
ClientManagerInterface manager)
実行リスト開始時 |
void |
tearDown(ExecutionListInterface executions,
int result,
ClientManagerInterface manager)
実行リスト終了時 |
クラス java.lang.Object から継承されたメソッド |
---|
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
コンストラクタの詳細 |
---|
public ItemImpExp()
メソッドの詳細 |
---|
public void executeAfter(ExecutionInterface execution, int index, int resultCode)
ExecutionHookInterface
の記述:
ExecutionHookInterface
内の executeAfter
execution
- 実行オブジェクトindex
- 実行時のインデックスresultCode
- 戻り値public void executeBefore(ExecutionInterface execution, int index, int skipCount)
ExecutionHookInterface
の記述:
ExecutionHookInterface
内の executeBefore
execution
- 実行オブジェクトindex
- 実行時のインデックスskipCount
- Skip数public void tearDown(ExecutionListInterface executions, int result, ClientManagerInterface manager)
ExecutionHookInterface
の記述:
ExecutionHookInterface
内の tearDown
executions
- 実行リストresult
- 戻り値public void startUp(ExecutionListInterface executions, javax.swing.JComponent currentComp, ClientManagerInterface manager)
ExecutionHookInterface
の記述:
ExecutionHookInterface
内の startUp
executions
- 実行リストcurrentComp
- 処理中のコンポーネントmanager
- ClientManagerInterfacepublic void finalize() throws java.lang.Throwable
java.lang.Object
内の finalize
java.lang.Throwable
|
|||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |