|
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.chatconfig.ChatConfigActivator
public class ChatConfigActivator
The chat configuration form activator.
| Field Summary | |
|---|---|
static org.osgi.framework.BundleContext |
bundleContext
The currently valid bundle context. |
| Constructor Summary | |
|---|---|
ChatConfigActivator()
|
|
| Method Summary | |
|---|---|
static Component |
createConfigSectionComponent(String labelText)
Creates a config section label from the given text. |
static ConfigurationService |
getConfigurationService()
Returns the ConfigurationService obtained from the bundle context. |
static Map<String,ReplacementService> |
getReplacementSources()
Returns all ReplacementServices obtained from the bundle context. |
static ResourceManagementService |
getResources()
Gets the service giving access to all application resources. |
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 ChatConfigActivator()
| Method Detail |
|---|
public void start(org.osgi.framework.BundleContext bc)
throws Exception
start in interface org.osgi.framework.BundleActivatorbc - the BundleContext
Exception - if some of the operations executed in the start method
fails
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 ResourceManagementService getResources()
public static Component createConfigSectionComponent(String labelText)
labelText - the text of the label.
public static ConfigurationService getConfigurationService()
public static Map<String,ReplacementService> getReplacementSources()
|
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 | |||||||||