Keyboard Shortcut Category
An enumeration of the different categorization of KeyboardShortcuts.
Author
Richard Arriaga
Entries
KeyboardShortcuts across all JTextPanes.
KeyboardShortcuts across all CodePanes.
KeyboardShortcuts for the AvailDebugger.
KeyboardShortcuts for the FileEditor.
KeyboardShortcuts for the AvailWorkbench.
Properties
The set of other KeyboardShortcutCategorys that are also active when this KeyboardShortcutCategory os active. The shortcuts of this KeyboardShortcutCategory and the shortcuts of the KeyboardShortcutCategorys in this set are all available at the same time from at least one screen. The consequence is that the KeyboardShortcut.keyStrokes must be unique across all these shortcuts.
The list of KeyboardShortcuts in this KeyboardShortcutCategory.
The shortcuts sorted by KeyboardShortcut.descriptionDisplay.
Functions
Check to see that the shortcuts of this category and the shortcuts of all the overlapCategories are unique relative to each other.
Check to see that the shortcuts of this category and the shortcuts of all the overlapCategories are unique relative to the provided BaseKeyboardShortcut.
Answer the KeyboardShortcut associated with the provided KeyboardShortcut.actionMapKey.
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
Returns an array containing the constants of this enum type, in the order they're declared.