|
Jitsi: the OpenSource Java VoIP and Instant Messaging client. | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.java.sip.communicator.plugin.keybindingchooser.KeybindingChooserActivator
public class KeybindingChooserActivator
Enabling and disabling osgi functionality for the keybinding chooser.
| Field Summary | |
|---|---|
static ResourceManagementService |
resourcesService
The service used to obtain resources. |
| Constructor Summary | |
|---|---|
KeybindingChooserActivator()
|
|
| Method Summary | |
|---|---|
static org.osgi.framework.BundleContext |
getBundleContext()
Returns the bundle context. |
static ConfigurationService |
getConfigService()
Returns a reference to a ConfigurationService implementation currently registered in the bundle context or null if no such implementation was found. |
static GlobalShortcutService |
getGlobalShortcutService()
Returns a reference to a GlobalShortcutService implementation currently registered in the bundle context or null if no such implementation was found. |
static KeybindingsService |
getKeybindingsService()
Returns a reference to a KeybindingsService implementation currently registered in the bundle context or null if no such implementation was found. |
static ResourceManagementService |
getResources()
Returns the resources service. |
void |
start(org.osgi.framework.BundleContext bc)
Starts this bundle and adds the KeybindingsConfigPanel contained in it to the configuration window obtained from the UIService. |
void |
stop(org.osgi.framework.BundleContext bc)
Stops this bundles. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static ResourceManagementService resourcesService
| Constructor Detail |
|---|
public KeybindingChooserActivator()
| Method Detail |
|---|
public void start(org.osgi.framework.BundleContext bc)
start in interface org.osgi.framework.BundleActivatorbc - the BundleContext
public void stop(org.osgi.framework.BundleContext bc)
throws Exception
stop in interface org.osgi.framework.BundleActivatorbc - the BundleContext
Exception - if one of the operation executed in the stop method
failspublic static org.osgi.framework.BundleContext getBundleContext()
public static ResourceManagementService getResources()
public static ConfigurationService getConfigService()
public static KeybindingsService getKeybindingsService()
public static GlobalShortcutService getGlobalShortcutService()
|
Jitsi: the OpenSource Java VoIP and Instant Messaging client. | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||