@Override public void update(AnActionEvent e) { super.update(e); Presentation presentation = e.getPresentation(); presentation.setEnabled(myContainerNodes.size() > 1); }
public void update(final AnActionEvent e) { super.update(e); }
public void update(final AnActionEvent e) { super.update(e); e.getPresentation().setVisible(myCanGroupByChangeList); }
public void update(final AnActionEvent e) { super.update(e); e.getPresentation().setEnabled(mySettings.UI_SHOW_MODULES); }
public void update(final AnActionEvent e) { super.update(e); e.getPresentation().setEnabled(!myGroupByChangeList); }