Jitsi: the OpenSource Java VoIP and Instant Messaging client.

net.java.sip.communicator.plugin.defaultresourcepack
Class DefaultImagePackImpl

java.lang.Object
  extended by net.java.sip.communicator.plugin.defaultresourcepack.DefaultImagePackImpl
All Implemented Interfaces:
ImagePack, ResourcePack

public class DefaultImagePackImpl
extends Object
implements ImagePack

The default image resource pack.

Author:
Damian Minkov, Yana Stamcheva

Field Summary
 
Fields inherited from interface net.java.sip.communicator.service.resources.ImagePack
RESOURCE_NAME_DEFAULT_VALUE
 
Fields inherited from interface net.java.sip.communicator.service.resources.ResourcePack
RESOURCE_NAME
 
Constructor Summary
DefaultImagePackImpl()
           
 
Method Summary
 String getDescription()
          Returns the description of this 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.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultImagePackImpl

public DefaultImagePackImpl()
Method Detail

getResources

public Map<String,String> getResources()
Returns a Map, containing all [key, value] pairs for this resource pack.

Specified by:
getResources in interface ResourcePack
Returns:
a Map, containing all [key, value] pairs for this resource pack.

getName

public String getName()
Returns the name of this resource pack.

Specified by:
getName in interface ResourcePack
Returns:
the name of this resource pack.

getDescription

public String getDescription()
Returns the description of this resource pack.

Specified by:
getDescription in interface ResourcePack
Returns:
the description of this resource pack.

Jitsi: the OpenSource Java VoIP and Instant Messaging client.

Jitsi, the OpenSource Java VoIP and Instant Messaging client.
Distributable under LGPL license.