|
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.facebookaccregwizz.FacebookAccRegWizzActivator
public class FacebookAccRegWizzActivator
Registers the FacebookAccountRegistrationWizard in the UI Service.
| Field Summary | |
|---|---|
static org.osgi.framework.BundleContext |
bundleContext
A currently valid bundle context. |
| Constructor Summary | |
|---|---|
FacebookAccRegWizzActivator()
|
|
| Method Summary | |
|---|---|
static BrowserLauncherService |
getBrowserLauncher()
Gets the browser launcher service. |
org.osgi.framework.BundleContext |
getBundleContext()
Returns the bundleContext that we received when we were started. |
static ProtocolProviderFactory |
getFacebookProtocolProviderFactory()
Returns the ProtocolProviderFactory for the Facebook protocol. |
static ResourceManagementService |
getResources()
Returns the ResourceManagementService. |
static UIService |
getUIService()
Returns the UIService. |
void |
start(org.osgi.framework.BundleContext bc)
Starts this bundle. |
void |
stop(org.osgi.framework.BundleContext bundleContext)
Called when this bundle is stopped so the Framework can perform the bundle-specific activities necessary to stop the bundle. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static org.osgi.framework.BundleContext bundleContext
| Constructor Detail |
|---|
public FacebookAccRegWizzActivator()
| Method Detail |
|---|
public void start(org.osgi.framework.BundleContext bc)
start in interface org.osgi.framework.BundleActivatorbc - the currently valid BundleContext.public void stop(org.osgi.framework.BundleContext bundleContext)
stop in interface org.osgi.framework.BundleActivatorbundleContext - The execution context of the bundle being stopped.public static ProtocolProviderFactory getFacebookProtocolProviderFactory()
public org.osgi.framework.BundleContext getBundleContext()
public static UIService getUIService()
public static BrowserLauncherService getBrowserLauncher()
public static ResourceManagementService getResources()
|
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 | |||||||||