public class ShortcutManager
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
REVISION |
Modifier and Type | Method and Description |
---|---|
void |
deleteShortcuts(JProperties props)
Delete all the shortcuts present as virtual ids in the given properties.
|
AbstractShortcut |
generateShortcut(java.lang.String key)
Generate a shortcut for the given prefix key property
|
void |
generateShortcuts() |
static ShortcutManager |
getInstance() |
void |
init() |
public static final java.lang.String REVISION
public static ShortcutManager getInstance()
public void init()
public void generateShortcuts()
public AbstractShortcut generateShortcut(java.lang.String key)
key
- a prefix property (eg. shortcut.jcmsplugin.myplugin)public void deleteShortcuts(JProperties props)
props
- a set of propertiesCopyright © 2001-2017 Jalios SA. All Rights Reserved.