public abstract class TableActions extends SwingActionDelegate
Modifier and Type | Class and Description |
---|---|
static class |
TableActions.CtrlEnd |
static class |
TableActions.CtrlHome |
static class |
TableActions.CtrlShiftEnd |
static class |
TableActions.CtrlShiftHome |
static class |
TableActions.Down |
static class |
TableActions.Left |
static class |
TableActions.PageDown |
static class |
TableActions.PageUp |
static class |
TableActions.Right |
static class |
TableActions.ShiftDown |
static class |
TableActions.ShiftLeft |
static class |
TableActions.ShiftPageDown |
static class |
TableActions.ShiftPageUp |
static class |
TableActions.ShiftRight |
static class |
TableActions.ShiftUp |
static class |
TableActions.Up |
AnAction.TransparentUpdate
ACTIONS_KEY, EMPTY_ARRAY
Modifier and Type | Method and Description |
---|---|
protected javax.swing.JTable |
getComponent(AnActionEvent event) |
actionPerformed, configureMapping, configureMapping, disableFor, update
addTextOverride, applyTextOverride, beforeActionPerformedUpdate, copyFrom, copyShortcutFrom, displayTextInToolbar, getEventProject, getShortcutSet, getTemplatePresentation, getTemplateText, isDefaultIcon, isEnabledInModalContext, isInInjectedContext, isTransparentUpdate, registerCustomShortcutSet, registerCustomShortcutSet, registerCustomShortcutSet, registerCustomShortcutSet, setDefaultIcon, setEnabledInModalContext, setInjectedContext, setShortcutSet, startInTransaction, toString, unregisterCustomShortcutSet, useSmallerFontForTextInToolbar
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
isDumbAware
protected javax.swing.JTable getComponent(AnActionEvent event)
getComponent
in class SwingActionDelegate