クラス DebugWindow.NextAction

java.lang.Object
javax.swing.AbstractAction
jp.ne.mki.wedge.pub.client.hook.debug.DebugWindow.NextAction
すべての実装されたインタフェース:
ActionListener, Serializable, Cloneable, EventListener, Action
含まれているクラス:
DebugWindow

class DebugWindow.NextAction extends AbstractAction
次へのActionオブジェクト タイプにより挙動変化。 type=0の場合 次の実行オブジェクトに進む type=1の場合 実行オブジェクトの終了時にSTOP type=2の場合 全ての実行リストを実行(Orver)
  • フィールド詳細

    • type

      int type
    • window

      Window window
  • コンストラクタの詳細

    • NextAction

      public NextAction(int type, Window window)
  • メソッドの詳細

    • actionPerformed

      public void actionPerformed(ActionEvent e)