Jitsi: the OpenSource Java VoIP and Instant Messaging client.

net.java.sip.communicator.service.resources
Interface SkinPack

All Superinterfaces:
ResourcePack
All Known Implementing Classes:
SkinResourcePack

public interface SkinPack
extends ResourcePack

Default Skin Pack interface.

Author:
Adam Netocny

Field Summary
static String RESOURCE_NAME_DEFAULT_VALUE
          Default resource name.
 
Fields inherited from interface net.java.sip.communicator.service.resources.ResourcePack
RESOURCE_NAME
 
Method Summary
 Map<String,String> getColorResources()
          Returns a Map, containing all [key, value] pairs for color resource pack.
 Map<String,String> getImageResources()
          Returns a Map, containing all [key, value] pairs for image resource pack.
 Map<String,String> getSettingsResources()
          Returns a Map, containing all [key, value] pairs for settings resource pack.
 Map<String,String> getStyleResources()
          Returns a Map, containing all [key, value] pairs for style resource pack.
 
Methods inherited from interface net.java.sip.communicator.service.resources.ResourcePack
getDescription, getName, getResources
 

Field Detail

RESOURCE_NAME_DEFAULT_VALUE

static final String RESOURCE_NAME_DEFAULT_VALUE
Default resource name.

See Also:
Constant Field Values
Method Detail

getImageResources

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

Returns:
a Map, containing all [key, value] pairs for image resource pack.

getStyleResources

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

Returns:
a Map, containing all [key, value] pairs for style resource pack.

getColorResources

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

Returns:
a Map, containing all [key, value] pairs for color resource pack.

getSettingsResources

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

Returns:
a Map, containing all [key, value] pairs for settings resource pack.

Jitsi: the OpenSource Java VoIP and Instant Messaging client.

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