|
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.skinresourcepack.SkinResourcePack
public class SkinResourcePack
The skin resource pack.
| Field Summary |
|---|
| Fields inherited from interface net.java.sip.communicator.service.resources.SkinPack |
|---|
RESOURCE_NAME_DEFAULT_VALUE |
| Fields inherited from interface net.java.sip.communicator.service.resources.ResourcePack |
|---|
RESOURCE_NAME |
| Constructor Summary | |
|---|---|
SkinResourcePack()
|
|
| Method Summary | |
|---|---|
protected static Iterator<String> |
findResourcePaths(String path,
String pattern)
Finds all properties files for the given path in this bundle. |
Map<String,String> |
getColorResources()
Returns a Map, containing all [key, value] pairs for color resource pack. |
String |
getDescription()
Returns the description of this resource pack. |
Map<String,String> |
getImageResources()
Returns a Map, containing all [key, value] pairs for image resource pack. |
String |
getName()
Returns the name of this resource pack. |
Map<String,String> |
getResources()
Returns a Map, containing all [key, value] pairs for this resource pack. |
Map<String,String> |
getSettingsResources()
Returns a Map, containing all [key, value] pairs for color resource pack. |
Map<String,String> |
getStyleResources()
Returns a Map, containing all [key, value] pairs for style resource pack. |
void |
start(org.osgi.framework.BundleContext bc)
Starts the bundle. |
void |
stop(org.osgi.framework.BundleContext bc)
Stops the bundle. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SkinResourcePack()
| Method Detail |
|---|
public void start(org.osgi.framework.BundleContext bc)
throws Exception
start in interface org.osgi.framework.BundleActivatorbc - BundleContext
Exception - -
public void stop(org.osgi.framework.BundleContext bc)
throws Exception
stop in interface org.osgi.framework.BundleActivatorbc - BundleContext
Exception - -public Map<String,String> getImageResources()
getImageResources in interface SkinPackpublic Map<String,String> getStyleResources()
getStyleResources in interface SkinPackpublic Map<String,String> getColorResources()
getColorResources in interface SkinPackpublic Map<String,String> getSettingsResources()
getSettingsResources in interface SkinPackpublic Map<String,String> getResources()
getResources in interface ResourcePackpublic String getName()
getName in interface ResourcePackpublic String getDescription()
getDescription in interface ResourcePack
protected static Iterator<String> findResourcePaths(String path,
String pattern)
path - the path pointing to the properties files.pattern - the pattern for properties files
(ex. "colors-*.properties")
|
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 | |||||||||