Package com.vladsch.plugin.util.ui
Class CommonUIShortcuts
- java.lang.Object
-
- com.vladsch.plugin.util.ui.CommonUIShortcuts
-
public class CommonUIShortcuts extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classCommonUIShortcuts.ShortcutSets
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringACTION_MOVE_LINE_DOWN_ACTIONstatic java.lang.StringACTION_MOVE_LINE_UP_ACTION
-
Constructor Summary
Constructors Constructor Description CommonUIShortcuts()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static com.intellij.openapi.actionSystem.ShortcutSetgetCloseActiveWindow()static com.intellij.openapi.actionSystem.ShortcutSetgetContextHelp()static com.intellij.openapi.actionSystem.ShortcutSetgetCopy()static com.intellij.openapi.actionSystem.ShortcutSetgetDelete()static com.intellij.openapi.actionSystem.ShortcutSetgetDiff()static com.intellij.openapi.actionSystem.ShortcutSetgetDuplicate()static com.intellij.openapi.actionSystem.ShortcutSetgetEditSource()static com.intellij.openapi.actionSystem.ShortcutSetgetFind()static javax.swing.KeyStrokegetInsertKeystroke()static com.intellij.openapi.actionSystem.ShortcutSetgetMove()static com.intellij.openapi.actionSystem.ShortcutSetgetMoveDown()static com.intellij.openapi.actionSystem.ShortcutSetgetMoveEnd()static com.intellij.openapi.actionSystem.ShortcutSetgetMoveHome()static com.intellij.openapi.actionSystem.ShortcutSetgetMoveLineDown()static com.intellij.openapi.actionSystem.ShortcutSetgetMoveLineUp()static com.intellij.openapi.actionSystem.ShortcutSetgetMovePageDown()static com.intellij.openapi.actionSystem.ShortcutSetgetMovePageUp()static com.intellij.openapi.actionSystem.ShortcutSetgetMoveUp()static com.intellij.openapi.actionSystem.ShortcutSetgetMultiplePaste()static com.intellij.openapi.actionSystem.ShortcutSetgetNew()static com.intellij.openapi.actionSystem.ShortcutSetgetNewForDialogs()static @NotNull java.lang.StringgetNthShortcutText(@NotNull com.intellij.openapi.actionSystem.AnAction action, int n)static com.intellij.openapi.actionSystem.ShortcutSetgetPaste()static com.intellij.openapi.actionSystem.ShortcutSetgetRecentFiles()static com.intellij.openapi.actionSystem.ShortcutSetgetRename()static com.intellij.openapi.actionSystem.ShortcutSetgetRerun()static com.intellij.openapi.actionSystem.ShortcutSetgetViewSource()static @NotNull com.intellij.openapi.actionSystem.CustomShortcutSetshortcutsFrom(com.intellij.openapi.actionSystem.ShortcutSet... sets)
-
-
-
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
-
-
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)
-
-