JIDE 3.5.15

com.jidesoft.editor.action
Class EditorShortcutSchema

java.lang.Object
  extended by com.jidesoft.shortcut.ShortcutSchema
      extended by 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.


Field Summary
 
Fields inherited from class com.jidesoft.shortcut.ShortcutSchema
_listenerList
 
Constructor Summary
EditorShortcutSchema()
           
EditorShortcutSchema(String name)
           
 
Method Summary
protected  KeyboardShortcut createShortcut(String keystroke)
           
protected  void initDefaultShortcuts()
           
 
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
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

EditorShortcutSchema

public EditorShortcutSchema()

EditorShortcutSchema

public EditorShortcutSchema(String name)
Method Detail

initDefaultShortcuts

protected void initDefaultShortcuts()

createShortcut

protected KeyboardShortcut createShortcut(String keystroke)

JIDE 3.5.15