Jitsi: the OpenSource Java VoIP and Instant Messaging client.

Uses of Class
net.java.sip.communicator.service.keybindings.KeybindingSet

Packages that use KeybindingSet
net.java.sip.communicator.impl.keybindings   
net.java.sip.communicator.plugin.keybindingchooser.chooser   
net.java.sip.communicator.service.keybindings   
 

Uses of KeybindingSet in net.java.sip.communicator.impl.keybindings
 

Subclasses of KeybindingSet in net.java.sip.communicator.impl.keybindings
(package private)  class KeybindingSetImpl
          Default implementation for the wrapper of keybinding sets.
 

Methods in net.java.sip.communicator.impl.keybindings that return KeybindingSet
 KeybindingSet KeybindingsServiceImpl.getBindings(KeybindingSet.Category category)
          Provides the bindings associated with a given category.
 

Uses of KeybindingSet in net.java.sip.communicator.plugin.keybindingchooser.chooser
 

Methods in net.java.sip.communicator.plugin.keybindingchooser.chooser with parameters of type KeybindingSet
 void BindingChooser.putAllBindings(KeybindingSet set)
          Adds a collection of new key binding mappings to the end of the listing.
 

Uses of KeybindingSet in net.java.sip.communicator.service.keybindings
 

Methods in net.java.sip.communicator.service.keybindings that return KeybindingSet
 KeybindingSet KeybindingsService.getBindings(KeybindingSet.Category category)
          Provides the bindings associated with a given category.
 


Jitsi: the OpenSource Java VoIP and Instant Messaging client.

Jitsi, the OpenSource Java VoIP and Instant Messaging client.
Distributable under LGPL license.