public abstract class IronIconsReflect extends Object
IronIconEnum.| Modifier and Type | Method and Description |
|---|---|
static String |
getIconset(Class<? extends IronIconEnum> type)
Return the iconset name of the given
IronIconEnum type. |
static List<Class<? extends IronIconEnum>> |
getIconTypes()
Return a list of all the
IronIconEnum types defined in the addon. |
static String |
getUrl(Class<? extends IronIconEnum> type)
Return the URL of the The HTML resource that contains the iconset for an
IronIconEnum type. |
public static List<Class<? extends IronIconEnum>> getIconTypes()
IronIconEnum types defined in the addon.public static String getUrl(Class<? extends IronIconEnum> type)
IronIconEnum type.public static String getIconset(Class<? extends IronIconEnum> type)
IronIconEnum type.Copyright © 2019 Flowing Code. All rights reserved.