Module implementing the handler class for reading a keyboard shortcuts file.
ShortcutsHandler | Class implementing a sax handler to read a keyboard shortcuts file. |
None |
Class implementing a sax handler to read a keyboard shortcuts file.
ShortcutsHandler | Constructor |
endAccel | Handler method for the "Accel" end tag. |
endName | Handler method for the "Name" end tag. |
endShortcut | Handler method for the "Shortcut" end tag. |
getShortcuts | Public method to retrieve the shortcuts. |
startDocumentShortcuts | Handler called, when the document parsing is started. |
startShortcut | Handler method for the "Shortcut" start tag. |
Constructor
Handler method for the "Accel" end tag.
Handler method for the "Name" end tag.
Handler method for the "Shortcut" end tag.
Public method to retrieve the shortcuts.
Handler called, when the document parsing is started.
Handler method for the "Shortcut" start tag.