public class RedoAction extends UndoRedoAction implements LightEditCompatible
AnAction.TransparentUpdate
IGNORE_SWING_UNDO_MANAGER
ACTIONS_KEY, EMPTY_ARRAY
Constructor and Description |
---|
RedoAction() |
Modifier and Type | Method and Description |
---|---|
protected Pair<java.lang.String,java.lang.String> |
getActionNameAndDescription(FileEditor editor,
UndoManager undoManager) |
protected boolean |
isAvailable(FileEditor editor,
UndoManager undoManager) |
protected void |
perform(FileEditor editor,
UndoManager undoManager) |
actionPerformed, update
create, create
addTextOverride, applyTextOverride, beforeActionPerformedUpdate, copyFrom, copyShortcutFrom, displayTextInToolbar, getEventProject, getShortcutSet, getTemplatePresentation, getTemplateText, isDefaultIcon, isEnabledInModalContext, isInInjectedContext, isTransparentUpdate, registerCustomShortcutSet, registerCustomShortcutSet, registerCustomShortcutSet, registerCustomShortcutSet, setDefaultIcon, setEnabledInModalContext, setInjectedContext, setShortcutSet, startInTransaction, toString, unregisterCustomShortcutSet, useSmallerFontForTextInToolbar
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
isDumbAware
protected boolean isAvailable(FileEditor editor, UndoManager undoManager)
isAvailable
in class UndoRedoAction
protected void perform(FileEditor editor, UndoManager undoManager)
perform
in class UndoRedoAction
protected Pair<java.lang.String,java.lang.String> getActionNameAndDescription(FileEditor editor, UndoManager undoManager)
getActionNameAndDescription
in class UndoRedoAction