|
Jitsi: the OpenSource Java VoIP and Instant Messaging client. | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<KeybindingSet.Category>
net.java.sip.communicator.service.keybindings.KeybindingSet.Category
public static enum KeybindingSet.Category
Keybinding sets available in the Sip Communicator.
| Enum Constant Summary | |
|---|---|
CHAT
|
|
MAIN
|
|
| Method Summary | |
|---|---|
Persistence |
getFormat()
Provides the format used to save and load keybinding resources. |
String |
getResource()
Provides the name keybindings are saved and loaded with. |
static KeybindingSet.Category |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static KeybindingSet.Category[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods inherited from class java.lang.Enum |
|---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
public static final KeybindingSet.Category CHAT
public static final KeybindingSet.Category MAIN
| Method Detail |
|---|
public static KeybindingSet.Category[] values()
for (KeybindingSet.Category c : KeybindingSet.Category.values()) System.out.println(c);
public static KeybindingSet.Category valueOf(String name)
name - the name of the enum constant to be returned.
IllegalArgumentException - if this enum type has no constant
with the specified name
NullPointerException - if the argument is nullpublic String getResource()
public Persistence getFormat()
|
Jitsi: the OpenSource Java VoIP and Instant Messaging client. | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||