|
SIP Communicator: 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.impl.gui.utils.Smiley
public class Smiley
The Smiley is used to store a smiley.
| Constructor Summary | |
|---|---|
Smiley(ImageID imageID,
String[] smileyStrings,
String description)
Creates an instance of Smiley, by specifying the smiley image identifier and the strings corresponding to it. |
|
| Method Summary | |
|---|---|
String |
getDefaultString()
Returns the default String corresponding for this smiley. |
String |
getDescription()
Returns the description of this smiley. |
ImageID |
getImageID()
Returns the identifier of the image corresponding to this smiley. |
String |
getImagePath()
Returns the path of the image corresponding to this smiley. |
String |
getImagePath(ResourceManagementService resourcesService)
Returns the path of the image corresponding to this smiley. |
List<String> |
getSmileyStrings()
Returns the set of Strings corresponding to this smiley. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Smiley(ImageID imageID,
String[] smileyStrings,
String description)
imageID - The image identifier of the smiley icon.smileyStrings - A set of strings corresponding to the smiley
icon.description - the description of the smiley| Method Detail |
|---|
public List<String> getSmileyStrings()
public String getDescription()
public String getDefaultString()
public ImageID getImageID()
public String getImagePath()
public String getImagePath(ResourceManagementService resourcesService)
resourcesService - The ResourceManagementService required to get the
image URL.
|
SIP Communicator: the OpenSource Java VoIP and Instant Messaging client. | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||