jp.hishidama.swing.undo
クラス UndoManagerUtil.RedoAction

java.lang.Object
  上位を拡張 javax.swing.AbstractAction
      上位を拡張 jp.hishidama.swing.action.ExAction
          上位を拡張 jp.hishidama.swing.undo.UndoManagerUtil.RedoAction
すべての実装されたインタフェース:
ActionListener, Serializable, Cloneable, EventListener, Action
含まれているクラス:
UndoManagerUtil

public static class UndoManagerUtil.RedoAction
extends ExAction

REDOアクション

関連項目:
直列化された形式

フィールドの概要
 
インタフェース javax.swing.Action から継承されたフィールド
ACCELERATOR_KEY, ACTION_COMMAND_KEY, DEFAULT, DISPLAYED_MNEMONIC_INDEX_KEY, LARGE_ICON_KEY, LONG_DESCRIPTION, MNEMONIC_KEY, NAME, SELECTED_KEY, SHORT_DESCRIPTION, SMALL_ICON
 
コンストラクタの概要
UndoManagerUtil.RedoAction(UndoManager um)
          コンストラクター.
 
メソッドの概要
 void actionPerformed(ActionEvent e)
           
 boolean isEnabled()
           
 
クラス jp.hishidama.swing.action.ExAction から継承されたメソッド
getAcceleratorKey, getMnemonicIndexKey, getMnemonicKey, getName, getSamllIcon, putAcceleratorKey, putMnemonicIndexKey, putMnemonicKey
 
クラス javax.swing.AbstractAction から継承されたメソッド
addPropertyChangeListener, getKeys, getPropertyChangeListeners, getValue, putValue, removePropertyChangeListener, setEnabled
 
クラス java.lang.Object から継承されたメソッド
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

UndoManagerUtil.RedoAction

public UndoManagerUtil.RedoAction(UndoManager um)
コンストラクター.

パラメータ:
um - REDOを行う際に使われるUndoManager
メソッドの詳細

actionPerformed

public void actionPerformed(ActionEvent e)

isEnabled

public boolean isEnabled()
定義:
インタフェース Action 内の isEnabled
オーバーライド:
クラス AbstractAction 内の isEnabled