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

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

public static class UndoManagerUtil.UndoAction
extends ExAction

UNDOアクション

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

フィールドの概要
 
インタフェース 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.UndoAction(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.UndoAction

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

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

actionPerformed

public void actionPerformed(ActionEvent e)

isEnabled

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