Jitsi: the OpenSource Java VoIP and Instant Messaging client.

net.java.sip.communicator.service.replacement.smilies
Interface Smiley

All Known Implementing Classes:
SmileyImpl

public interface Smiley

The Smiley interface used to represent a smiley

Author:
Yana Stamcheva

Method Summary
 String getDefaultString()
          Returns the default String corresponding for this smiley.
 String getDescription()
          Returns the description of this smiley.
 String getImageID()
          Returns the identifier of the image corresponding to this smiley.
 String getImagePath()
          Returns the path of the image corresponding to this smiley.
 List<String> getSmileyStrings()
          Returns the set of Strings corresponding to this smiley.
 

Method Detail

getDescription

String getDescription()
Returns the description of this smiley.

Returns:
the description of this smiley.

getSmileyStrings

List<String> getSmileyStrings()
Returns the set of Strings corresponding to this smiley.

Returns:
the set of Strings corresponding to this smiley.

getDefaultString

String getDefaultString()
Returns the default String corresponding for this smiley. For example ":-)".

Returns:
the default String corresponding for this smiley.

getImageID

String getImageID()
Returns the identifier of the image corresponding to this smiley.

Returns:
the identifier of the image corresponding to this smiley.

getImagePath

String getImagePath()
Returns the path of the image corresponding to this smiley.

Returns:
the path of the image corresponding to this smiley.

Jitsi: the OpenSource Java VoIP and Instant Messaging client.

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