public class DefaultIconManager extends Object implements IconManager
| Constructor and Description |
|---|
DefaultIconManager() |
| Modifier and Type | Method and Description |
|---|---|
Icon |
getEmoticon(String symbol)
Retrieve an emoticon for a particular icon name.
|
protected Map<String,Icon> |
getEmoticonsMap() |
String[] |
getEmoticonSymbols()
Retrieve all the available emoticon symbols
|
protected Map<String,Icon> |
getIconsMap() |
Icon |
getLinkDecoration(String iconName)
Retrieve a link decoration for a particular icon name.
|
public Icon getLinkDecoration(String iconName)
getLinkDecoration in interface IconManagericonName - the name of the icon to retrievepublic Icon getEmoticon(String symbol)
getEmoticon in interface IconManagersymbol - the symbol representing the emoticon to retrievepublic String[] getEmoticonSymbols()
getEmoticonSymbols in interface IconManagerCopyright © 2019 Atlassian. All rights reserved.