| java.lang.Object org.netbeans.modules.options.keymap.KeymapViewModel
Inner Class :static class ActionsComparator implements Comparator | |
actionsComparator | final static ActionsComparator actionsComparator(Code) | | |
KeymapViewModel | public KeymapViewModel()(Code) | | Creates a new instance of KeymapModel
|
apply | public void apply()(Code) | | |
cancel | public void cancel()(Code) | | |
getCategories | public Map<String, List<String>> getCategories()(Code) | | Returns map of categories and subcategories.
Root: getCategories ().get ("")
Subcategories: getCategories ().get (category)
Map (String (category name) > List (String (category name))).
|
getItems | public List<Object/ getItems(String category)(Code) | | Returns list of subcategories (String) for given category merged
together with actions for give category.
|
isChanged | public boolean isChanged()(Code) | | |
isCustomProfile | boolean isCustomProfile(String profile)(Code) | | |
refreshActions | public void refreshActions()(Code) | | |
setCurrentProfile | void setCurrentProfile(String currentKeymap)(Code) | | |
showShortcutsDialog | public String showShortcutsDialog()(Code) | | |
|
|