Class MultiIconSet
java.lang.Object
net.thevpc.common.prs.iconset.AbstractIconSet
net.thevpc.common.prs.iconset.MultiIconSet
- All Implemented Interfaces:
IconSet
- Author:
- Taha Ben Salah (taha.bensalah@gmail.com) %creationtime 27 avr. 2007 19:47:57
-
Nested Class Summary
Nested classes/interfaces inherited from interface IconSet
IconSet.ErrorType -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetIconById(String icon) getIconPath(String id) loadImageIcon(String path) Methods inherited from class AbstractIconSet
getDefaultIcon, getIcon, getIcon, getIconByPath, getIconE, getIconR, getIconS, getIconW, getId, getLocale, getName, getUnknowIcon, isCacheEnabled, setCacheEnabled, setDefaultIconPath, setId, setLocale, setLoggerProvider, setName, setUnknownIconPath, warn
-
Constructor Details
-
MultiIconSet
- Parameters:
iconsets- iconset list, the first has the most priority
-
-
Method Details
-
getIconById
- Overrides:
getIconByIdin classAbstractIconSet- Throws:
IconNotFoundException
-
getIconPath
- Specified by:
getIconPathin interfaceIconSet- Specified by:
getIconPathin classAbstractIconSet- Throws:
MissingResourceException
-
loadImageIcon
-
getDefaultIconPath
- Overrides:
getDefaultIconPathin classAbstractIconSet
-
getUnknownIconPath
- Overrides:
getUnknownIconPathin classAbstractIconSet
-