Interface KeymapManager
- All Known Implementing Classes:
KeymapManagerImpl
public interface KeymapManager
- Since:
- jEdit 5.0
- Author:
- Matthieu Casanova
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionbooleancopyKeymap(String name, String newName) Copy the keymap to another onevoiddeleteUserKeymap(String name) Delete a user keymap.Returns the current keymap.Returns the keymap with that name.getKeymapState(String name) Returns the state of the keymapvoidreload()voidresetKeymap(String name) Reset the keymap to it's original state if it was a modified system keymap
-
Field Details
-
DEFAULT_KEYMAP_NAME
- See Also:
-
-
Method Details
-
getKeymap
-
reload
void reload() -
getKeymapNames
Collection<String> getKeymapNames() -
getKeymap
-
getKeymapState
Returns the state of the keymap- Parameters:
name- the name of the keymap- Returns:
- a state.
-
resetKeymap
Reset the keymap to it's original state if it was a modified system keymap- Parameters:
name- the keymap name
-
deleteUserKeymap
-
copyKeymap
-