Class CommonUIShortcuts.ShortcutSets

  • Enclosing class:
    CommonUIShortcuts

    public static class CommonUIShortcuts.ShortcutSets
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static com.intellij.openapi.actionSystem.ShortcutSet ALT_ENTER  
      static com.intellij.openapi.actionSystem.ShortcutSet CTRL_ENTER  
      static com.intellij.openapi.actionSystem.ShortcutSet DOUBLE_CLICK_1  
      static com.intellij.openapi.actionSystem.ShortcutSet ENTER  
      static com.intellij.openapi.actionSystem.ShortcutSet ESCAPE  
      static com.intellij.openapi.actionSystem.ShortcutSet INSERT  
      static com.intellij.openapi.actionSystem.ShortcutSet MOVE_DOWN  
      static com.intellij.openapi.actionSystem.ShortcutSet MOVE_UP  
    • Constructor Summary

      Constructors 
      Constructor Description
      ShortcutSets()  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • ALT_ENTER

        public static final com.intellij.openapi.actionSystem.ShortcutSet ALT_ENTER
      • CTRL_ENTER

        public static final com.intellij.openapi.actionSystem.ShortcutSet CTRL_ENTER
      • DOUBLE_CLICK_1

        public static final com.intellij.openapi.actionSystem.ShortcutSet DOUBLE_CLICK_1
      • ENTER

        public static final com.intellij.openapi.actionSystem.ShortcutSet ENTER
      • ESCAPE

        public static final com.intellij.openapi.actionSystem.ShortcutSet ESCAPE
      • INSERT

        public static final com.intellij.openapi.actionSystem.ShortcutSet INSERT
      • MOVE_DOWN

        public static final com.intellij.openapi.actionSystem.ShortcutSet MOVE_DOWN
      • MOVE_UP

        public static final com.intellij.openapi.actionSystem.ShortcutSet MOVE_UP
    • Constructor Detail

      • ShortcutSets

        public ShortcutSets()