|
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.generalconfig.GeneralConfigPluginActivator
public class GeneralConfigPluginActivator
The general configuration form activator.
| Field Summary | |
|---|---|
static org.osgi.framework.BundleContext |
bundleContext
The bundle context. |
| Constructor Summary | |
|---|---|
GeneralConfigPluginActivator()
|
|
| Method Summary | |
|---|---|
static JPanel |
createConfigSectionComponent(String labelText)
Creates a config section label from the given text. |
static ConfigurationService |
getConfigurationService()
Returns the ConfigurationService obtained from the bundle context. |
static ProtocolProviderService[] |
getProtocolProviders()
Returns an array of all available protocol providers. |
static ResourceManagementService |
getResources()
Gets the service giving access to all application resources. |
(package private) static SystrayService |
getSystrayService()
Returns the SystrayService obtained from the bundle context. |
(package private) static UIService |
getUIService()
Returns the UIService. |
void |
serviceChanged(org.osgi.framework.ServiceEvent serviceEvent)
Implements ServiceListener#serviceChanged(ServiceEvent). |
void |
start(org.osgi.framework.BundleContext bc)
Starts this bundle. |
void |
stop(org.osgi.framework.BundleContext bc)
Stops this 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 GeneralConfigPluginActivator()
| Method Detail |
|---|
public void start(org.osgi.framework.BundleContext bc)
throws Exception
start in interface org.osgi.framework.BundleActivatorbc - the bundle context
Exception - if something goes wrong
public void stop(org.osgi.framework.BundleContext bc)
throws Exception
stop in interface org.osgi.framework.BundleActivatorbc - the bundle context
Exception - if something goes wrongpublic static ConfigurationService getConfigurationService()
static SystrayService getSystrayService()
static UIService getUIService()
public void serviceChanged(org.osgi.framework.ServiceEvent serviceEvent)
serviceChanged in interface org.osgi.framework.ServiceListenerserviceEvent - the ServiceEvent that notified uspublic static ProtocolProviderService[] getProtocolProviders()
public static ResourceManagementService getResources()
public static JPanel createConfigSectionComponent(String labelText)
labelText - the text of the label.
|
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 | |||||||||