Package | Description |
---|---|
org.jivesoftware.sparkimpl.plugin.emoticons |
Modifier and Type | Method and Description |
---|---|
Emoticon |
EmoticonManager.getEmoticon(java.lang.String key)
Returns the
Emoticon associated with the given key. |
Emoticon |
EmoticonManager.getEmoticon(java.lang.String packName,
java.lang.String key)
Retrieves the associated key emoticon.
|
Modifier and Type | Method and Description |
---|---|
java.util.Collection<Emoticon> |
EmoticonManager.getActiveEmoticonSet()
Returns the active emoticon set within Spark.
|
Modifier and Type | Method and Description |
---|---|
java.net.URL |
EmoticonManager.getEmoticonURL(Emoticon emoticon)
Retrieve the URL to an emoticon.
|