Jitsi: the OpenSource Java VoIP and Instant Messaging client.

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

Packages that use KeybindingSet.Category
net.java.sip.communicator.impl.keybindings   
net.java.sip.communicator.service.keybindings   
net.java.sip.communicator.util.swing   
 

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

Methods in net.java.sip.communicator.impl.keybindings that return KeybindingSet.Category
 KeybindingSet.Category KeybindingSetImpl.getCategory()
          Provides the portion of the UI to which the bindings belong.
 

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

Constructors in net.java.sip.communicator.impl.keybindings with parameters of type KeybindingSet.Category
KeybindingSetImpl(Map<KeyStroke,String> initial, KeybindingSet.Category category, File saveDst)
           
 

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

Methods in net.java.sip.communicator.service.keybindings that return KeybindingSet.Category
abstract  KeybindingSet.Category KeybindingSet.getCategory()
          Provides the portion of the UI to which the bindings belong.
static KeybindingSet.Category KeybindingSet.Category.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static KeybindingSet.Category[] KeybindingSet.Category.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

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

Uses of KeybindingSet.Category in net.java.sip.communicator.util.swing
 

Methods in net.java.sip.communicator.util.swing with parameters of type KeybindingSet.Category
protected  void SIPCommFrame.setKeybindingInput(KeybindingSet.Category category)
          Sets the input map to utilize a given category of keybindings.
 


Jitsi: the OpenSource Java VoIP and Instant Messaging client.

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