|
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.spellcheck.SpellCheckActivator
public class SpellCheckActivator
Enabling and disabling osgi functionality for the spell checker.
| Field Summary | |
|---|---|
(package private) static org.osgi.framework.BundleContext |
bundleContext
|
| Constructor Summary | |
|---|---|
SpellCheckActivator()
|
|
| Method Summary | |
|---|---|
static ConfigurationService |
getConfigService()
Returns the ConfigurationService. |
static FileAccessService |
getFileAccessService()
Returns the FileAccessService. |
static UIService |
getUIService()
Returns the UIService. |
void |
start(org.osgi.framework.BundleContext context)
Called when this bundle is started. |
void |
stop(org.osgi.framework.BundleContext arg0)
Stops this bundles. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
static org.osgi.framework.BundleContext bundleContext
| Constructor Detail |
|---|
public SpellCheckActivator()
| Method Detail |
|---|
public void start(org.osgi.framework.BundleContext context)
throws Exception
start in interface org.osgi.framework.BundleActivatorcontext - The execution context of the bundle being started.
Exceptionpublic static UIService getUIService()
public static FileAccessService getFileAccessService()
public static ConfigurationService getConfigService()
public void stop(org.osgi.framework.BundleContext arg0)
throws Exception
stop in interface org.osgi.framework.BundleActivatorException
|
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 | |||||||||