|
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.skinmanager.SkinManagerActivator
public class SkinManagerActivator
The BundleActivator of the SkinManager plugin.
| Field Summary | |
|---|---|
static org.osgi.framework.BundleContext |
bundleContext
The bundle context. |
| Constructor Summary | |
|---|---|
SkinManagerActivator()
|
|
| Method Summary | |
|---|---|
static UIService |
getUIService()
Returns the UIService obtained from the bundle context. |
void |
start(org.osgi.framework.BundleContext bc)
Starts this bundle and adds the SkinManagerConfigForm 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 org.osgi.framework.BundleContext bundleContext
| Constructor Detail |
|---|
public SkinManagerActivator()
| Method Detail |
|---|
public void start(org.osgi.framework.BundleContext bc)
throws Exception
start in interface org.osgi.framework.BundleActivatorbc - the BundleContext
Exception - if one of the operation executed in the start method
fails
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 UIService getUIService()
|
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 | |||||||||