Class CommonUIShortcuts


  • public class CommonUIShortcuts
    extends java.lang.Object
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static com.intellij.openapi.actionSystem.ShortcutSet getCloseActiveWindow()  
      static com.intellij.openapi.actionSystem.ShortcutSet getContextHelp()  
      static com.intellij.openapi.actionSystem.ShortcutSet getCopy()  
      static com.intellij.openapi.actionSystem.ShortcutSet getDelete()  
      static com.intellij.openapi.actionSystem.ShortcutSet getDiff()  
      static com.intellij.openapi.actionSystem.ShortcutSet getDuplicate()  
      static com.intellij.openapi.actionSystem.ShortcutSet getEditSource()  
      static com.intellij.openapi.actionSystem.ShortcutSet getFind()  
      static javax.swing.KeyStroke getInsertKeystroke()  
      static com.intellij.openapi.actionSystem.ShortcutSet getMove()  
      static com.intellij.openapi.actionSystem.ShortcutSet getMoveDown()  
      static com.intellij.openapi.actionSystem.ShortcutSet getMoveEnd()  
      static com.intellij.openapi.actionSystem.ShortcutSet getMoveHome()  
      static com.intellij.openapi.actionSystem.ShortcutSet getMoveLineDown()  
      static com.intellij.openapi.actionSystem.ShortcutSet getMoveLineUp()  
      static com.intellij.openapi.actionSystem.ShortcutSet getMovePageDown()  
      static com.intellij.openapi.actionSystem.ShortcutSet getMovePageUp()  
      static com.intellij.openapi.actionSystem.ShortcutSet getMoveUp()  
      static com.intellij.openapi.actionSystem.ShortcutSet getMultiplePaste()  
      static com.intellij.openapi.actionSystem.ShortcutSet getNew()  
      static com.intellij.openapi.actionSystem.ShortcutSet getNewForDialogs()  
      static @NotNull java.lang.String getNthShortcutText​(@NotNull com.intellij.openapi.actionSystem.AnAction action, int n)  
      static com.intellij.openapi.actionSystem.ShortcutSet getPaste()  
      static com.intellij.openapi.actionSystem.ShortcutSet getRecentFiles()  
      static com.intellij.openapi.actionSystem.ShortcutSet getRename()  
      static com.intellij.openapi.actionSystem.ShortcutSet getRerun()  
      static com.intellij.openapi.actionSystem.ShortcutSet getViewSource()  
      static @NotNull com.intellij.openapi.actionSystem.CustomShortcutSet shortcutsFrom​(com.intellij.openapi.actionSystem.ShortcutSet... sets)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • ACTION_MOVE_LINE_UP_ACTION

        public static final java.lang.String ACTION_MOVE_LINE_UP_ACTION
        See Also:
        Constant Field Values
      • ACTION_MOVE_LINE_DOWN_ACTION

        public static final java.lang.String ACTION_MOVE_LINE_DOWN_ACTION
        See Also:
        Constant Field Values
    • Constructor Detail

      • CommonUIShortcuts

        public CommonUIShortcuts()
    • Method Detail

      • getInsertKeystroke

        public static javax.swing.KeyStroke getInsertKeystroke()
      • getCloseActiveWindow

        public static com.intellij.openapi.actionSystem.ShortcutSet getCloseActiveWindow()
      • getContextHelp

        public static com.intellij.openapi.actionSystem.ShortcutSet getContextHelp()
      • getCopy

        public static com.intellij.openapi.actionSystem.ShortcutSet getCopy()
      • getDelete

        public static com.intellij.openapi.actionSystem.ShortcutSet getDelete()
      • getDiff

        public static com.intellij.openapi.actionSystem.ShortcutSet getDiff()
      • getDuplicate

        public static com.intellij.openapi.actionSystem.ShortcutSet getDuplicate()
      • getEditSource

        public static com.intellij.openapi.actionSystem.ShortcutSet getEditSource()
      • getFind

        public static com.intellij.openapi.actionSystem.ShortcutSet getFind()
      • getMove

        public static com.intellij.openapi.actionSystem.ShortcutSet getMove()
      • getMoveDown

        public static com.intellij.openapi.actionSystem.ShortcutSet getMoveDown()
      • getMoveEnd

        public static com.intellij.openapi.actionSystem.ShortcutSet getMoveEnd()
      • getMoveHome

        public static com.intellij.openapi.actionSystem.ShortcutSet getMoveHome()
      • getMovePageDown

        public static com.intellij.openapi.actionSystem.ShortcutSet getMovePageDown()
      • getMovePageUp

        public static com.intellij.openapi.actionSystem.ShortcutSet getMovePageUp()
      • getMoveUp

        public static com.intellij.openapi.actionSystem.ShortcutSet getMoveUp()
      • getNew

        public static com.intellij.openapi.actionSystem.ShortcutSet getNew()
      • getNewForDialogs

        public static com.intellij.openapi.actionSystem.ShortcutSet getNewForDialogs()
      • getPaste

        public static com.intellij.openapi.actionSystem.ShortcutSet getPaste()
      • getRecentFiles

        public static com.intellij.openapi.actionSystem.ShortcutSet getRecentFiles()
      • getRename

        public static com.intellij.openapi.actionSystem.ShortcutSet getRename()
      • getRerun

        public static com.intellij.openapi.actionSystem.ShortcutSet getRerun()
      • getViewSource

        public static com.intellij.openapi.actionSystem.ShortcutSet getViewSource()
      • getMoveLineUp

        public static com.intellij.openapi.actionSystem.ShortcutSet getMoveLineUp()
      • getMoveLineDown

        public static com.intellij.openapi.actionSystem.ShortcutSet getMoveLineDown()
      • getMultiplePaste

        public static com.intellij.openapi.actionSystem.ShortcutSet getMultiplePaste()
      • shortcutsFrom

        @NotNull
        public static @NotNull com.intellij.openapi.actionSystem.CustomShortcutSet shortcutsFrom​(com.intellij.openapi.actionSystem.ShortcutSet... sets)
      • getNthShortcutText

        @NotNull
        public static @NotNull java.lang.String getNthShortcutText​(@NotNull
                                                                   @NotNull com.intellij.openapi.actionSystem.AnAction action,
                                                                   int n)