List of usage examples for com.intellij.openapi.actionSystem CommonShortcuts getRename
public static ShortcutSet getRename()
From source file:com.android.tools.idea.profiling.view.RenameCaptureFileAction.java
License:Apache License
protected RenameCaptureFileAction(JComponent ancestorComponent) { super("Rename...", "Rename selected capture file", null); registerCustomShortcutSet(CommonShortcuts.getRename(), ancestorComponent); }
From source file:com.vladsch.MissingInActions.util.CommonUIShortcuts.java
License:Apache License
public static ShortcutSet getRename() { return CommonShortcuts.getRename(); }