Package com.vladsch.plugin.util.ui
Class CommonUIShortcuts.ShortcutSets
- java.lang.Object
-
- com.vladsch.plugin.util.ui.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.ShortcutSetALT_ENTERstatic com.intellij.openapi.actionSystem.ShortcutSetCTRL_ENTERstatic com.intellij.openapi.actionSystem.ShortcutSetDOUBLE_CLICK_1static com.intellij.openapi.actionSystem.ShortcutSetENTERstatic com.intellij.openapi.actionSystem.ShortcutSetESCAPEstatic com.intellij.openapi.actionSystem.ShortcutSetINSERTstatic com.intellij.openapi.actionSystem.ShortcutSetMOVE_DOWNstatic com.intellij.openapi.actionSystem.ShortcutSetMOVE_UP
-
Constructor Summary
Constructors Constructor Description ShortcutSets()
-
-
-
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
-
-