|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.atlassian.renderer.DefaultIconManager
public class DefaultIconManager
An icon manager that looks up a property to find the location of the emoticon icons and that has no link decoration icons.
| Constructor Summary | |
|---|---|
DefaultIconManager()
|
|
| Method Summary | |
|---|---|
Icon |
getEmoticon(java.lang.String symbol)
Retrieve an emoticon for a particular icon name. |
protected java.util.Map<java.lang.String,Icon> |
getEmoticonsMap()
|
java.lang.String[] |
getEmoticonSymbols()
Retrieve all the available emoticon symbols |
protected java.util.Map<java.lang.String,Icon> |
getIconsMap()
|
Icon |
getLinkDecoration(java.lang.String iconName)
Retrieve a link decoration for a particular icon name. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DefaultIconManager()
| Method Detail |
|---|
public Icon getLinkDecoration(java.lang.String iconName)
getLinkDecoration in interface IconManagericonName - the name of the icon to retrieve
public Icon getEmoticon(java.lang.String symbol)
getEmoticon in interface IconManagersymbol - the symbol representing the emoticon to retrieve
public java.lang.String[] getEmoticonSymbols()
getEmoticonSymbols in interface IconManagerprotected java.util.Map<java.lang.String,Icon> getIconsMap()
protected java.util.Map<java.lang.String,Icon> getEmoticonsMap()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||