public interface AnActionExtensionProvider
AnAction.isEnabledInModalContext()
PossiblyDumbAware.isDumbAware()
AnAction.isTransparentUpdate()
ExtendableAction
Modifier and Type | Method and Description |
---|---|
void |
actionPerformed(AnActionEvent e) |
boolean |
isActive(AnActionEvent e) |
void |
update(AnActionEvent e) |
boolean isActive(AnActionEvent e)
Provider should not modify presentation in this method. Only the first active provider will be used.
void update(AnActionEvent e)
void actionPerformed(AnActionEvent e)