public class RefreshDirDiffAction extends DirDiffAction
AnAction.TransparentUpdate| Modifier and Type | Field and Description |
|---|---|
static CustomShortcutSet |
REFRESH_SHORTCUT |
ACTIONS_KEY, EMPTY_ARRAYSELECTED_PROPERTY| Constructor and Description |
|---|
RefreshDirDiffAction(DirDiffTableModel model) |
| Modifier and Type | Method and Description |
|---|---|
ShortcutSet |
getShortcut() |
protected boolean |
isFullReload() |
boolean |
isSelected(AnActionEvent e)
Returns the selected (checked, pressed) state of the action.
|
protected void |
updateState(boolean state) |
getModel, isReloadNeeded, setSelected, updateactionPerformedaddTextOverride, applyTextOverride, beforeActionPerformedUpdate, copyFrom, copyShortcutFrom, displayTextInToolbar, getEventProject, getShortcutSet, getTemplatePresentation, getTemplateText, isDefaultIcon, isEnabledInModalContext, isInInjectedContext, isTransparentUpdate, registerCustomShortcutSet, registerCustomShortcutSet, registerCustomShortcutSet, registerCustomShortcutSet, setDefaultIcon, setEnabledInModalContext, setInjectedContext, setShortcutSet, startInTransaction, toString, unregisterCustomShortcutSet, useSmallerFontForTextInToolbarclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitisSelected, setSelectedisDumbAwarepublic static final CustomShortcutSet REFRESH_SHORTCUT
public RefreshDirDiffAction(DirDiffTableModel model)
public boolean isSelected(AnActionEvent e)
ToggleActionisSelected in class ToggleActione - the action event representing the place and context in which the selected state is queried.protected void updateState(boolean state)
updateState in class DirDiffActionpublic ShortcutSet getShortcut()
getShortcut in interface ShortcutProvidergetShortcut in class DirDiffActionprotected boolean isFullReload()
isFullReload in class DirDiffAction