|
Jitsi: the OpenSource Java VoIP and Instant Messaging client. | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface KeybindingsService
The KeybindingService handles the distribution of configurable and persistent keybinding sets.
| Method Summary | |
|---|---|
KeybindingSet |
getBindings(KeybindingSet.Category category)
Provides the bindings associated with a given category. |
GlobalKeybindingSet |
getGlobalBindings()
Provides the bindings associated with the global category. |
Map<String,List<AWTKeyStroke>> |
getGlobalShortcutFromConfiguration()
Returns list of global shortcuts from the configuration file. |
void |
saveGlobalShortcutFromConfiguration()
Save the configuration file. |
| Method Detail |
|---|
KeybindingSet getBindings(KeybindingSet.Category category)
category - segment of the UI for which bindings should be retrieved
GlobalKeybindingSet getGlobalBindings()
Map<String,List<AWTKeyStroke>> getGlobalShortcutFromConfiguration()
void saveGlobalShortcutFromConfiguration()
|
Jitsi: the OpenSource Java VoIP and Instant Messaging client. | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||