com.jidesoft.editor.action
Class EditorShortcutSchema
java.lang.Object
com.jidesoft.shortcut.ShortcutSchema
com.jidesoft.editor.action.EditorShortcutSchema
public class EditorShortcutSchema
- extends ShortcutSchema
EditorShortcutSchema
is a ShortcutSchema
that defines the shortcut keys
for CodeEditor
. It is registered on a ShortcutSchemaManager
that can be
retrieved using DefaultInputHandler.getShortcutSchemaManager()
.
By default, this ShortcutSchema is registered on the shortcut schema manager as the default
shortcut schema. You can always define your own ShortcutSchema and register it with the manager.
For more information, you can refer to JIDE Shortcut Editor.
Methods inherited from class com.jidesoft.shortcut.ShortcutSchema |
addShortcut, addShortcut, addShortcutListener, clearAllCommandDescriptions, clearAllCommandIcons, clearAllShortcuts, clearCommandDescription, clearCommandIcon, clearShortcuts, equals, findConflicts, findUsages, fireShortcutAdded, fireShortcutChanged, fireShortcutRemoved, getCommandDescription, getCommandIcon, getCommands, getLocalShortcutKeys, getLocalShortcuts, getName, getParent, getShortcutKeys, getShortcutListeners, getShortcuts, hashCode, isActive, isEditable, isOverridden, removeConflicts, removeShortcut, removeShortcutListener, setCommandDescription, setCommandIcon, setEditable, setName, setParent, setShortcuts, toString |
EditorShortcutSchema
public EditorShortcutSchema()
EditorShortcutSchema
public EditorShortcutSchema(String name)
initDefaultShortcuts
protected void initDefaultShortcuts()
createShortcut
protected KeyboardShortcut createShortcut(String keystroke)