| Package | Description |
|---|---|
| com.independentsoft.exchange |
| Modifier and Type | Method and Description |
|---|---|
KeyboardShortcut |
Category.getKeyboardShortcut()
Gets the keyboard shortcut.
|
static KeyboardShortcut |
KeyboardShortcut.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static KeyboardShortcut[] |
KeyboardShortcut.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Category.setKeyboardShortcut(KeyboardShortcut keyboardShortcut)
Sets the keyboard shortcut.
|
| Constructor and Description |
|---|
Category(java.lang.String name,
CategoryColor color,
KeyboardShortcut keyboardShortcut)
Instantiates a new category.
|