JIDE 3.5.15

com.jidesoft.editor.action
Class MacOSXEditorShortcutSchema

java.lang.Object
  extended by com.jidesoft.shortcut.ShortcutSchema
      extended by com.jidesoft.editor.action.MacOSXEditorShortcutSchema

public class MacOSXEditorShortcutSchema
extends ShortcutSchema

MacOSXEditorShortcutSchema is a ShortcutSchema for Code Editor on Mac OSX. It is derived from EditorShortcutSchema with the difference that all control mask is replaced by meta mask to follow the convention on Mac OSX.


Field Summary
 
Fields inherited from class com.jidesoft.shortcut.ShortcutSchema
_listenerList
 
Constructor Summary
MacOSXEditorShortcutSchema(ShortcutSchema defaultShortcutSchema)
           
 
Method Summary
 
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

MacOSXEditorShortcutSchema

public MacOSXEditorShortcutSchema(ShortcutSchema defaultShortcutSchema)

JIDE 3.5.15