|
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.impl.replacement.smiley.SmileyImpl
public class SmileyImpl
The Smiley is used to store a smiley.
| Constructor Summary | |
|---|---|
SmileyImpl(String 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. |
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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SmileyImpl(String 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()
getSmileyStrings in interface Smileypublic String getDescription()
getDescription in interface Smileypublic String getDefaultString()
getDefaultString in interface Smileypublic String getImageID()
getImageID in interface Smileypublic String getImagePath()
getImagePath in interface Smiley
|
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 | |||||||||