|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectcom.aol.acc.AccBase
com.aol.acc.AccEmoticonSet
public class AccEmoticonSet
The IAccEmoticonSet interface is used to access emoticons (smileys).
| Method Summary | |
|---|---|
java.lang.String |
getBartId()
The bart id of the emoticon set |
int |
getCount()
Gets the number of icons in this set. |
java.lang.String |
getDescription()
The description of the emoticon set |
AccEmoticon |
getEmoticonByIndex(int num)
Gets an icon by index. |
AccEmoticon |
getEmoticonByText(java.lang.String text)
Looks up an emoticon by its text representation, e.g. |
byte[] |
getPaletteIconData()
The data for the smiley "button" icon, as an array of VT_UI1 |
AccStream |
getPaletteIconDataStream()
The data for the smiley "button" icon, as an IAccStream |
| Methods inherited from class com.aol.acc.AccBase |
|---|
compareHandle, equals |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public int getCount()
throws AccException
AccException
public AccEmoticon getEmoticonByIndex(int num)
throws AccException
AccException
public AccEmoticon getEmoticonByText(java.lang.String text)
throws AccException
AccException
public java.lang.String getBartId()
throws AccException
AccException
public java.lang.String getDescription()
throws AccException
AccException
public byte[] getPaletteIconData()
throws AccException
AccException
public AccStream getPaletteIconDataStream()
throws AccException
AccException
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||