Class DefaultIconSetFactory
java.lang.Object
net.thevpc.common.prs.iconset.DefaultIconSetFactory
- All Implemented Interfaces:
IconSetFactory
- Author:
- Taha BEN SALAH (taha.bensalah@gmail.com) %creationtime 23 juin 2006 17:26:30
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetIconSet(String iconSetName, Locale locale) getIconSet(String iconSetName, Locale locale, boolean autocreate) voidregisterIconSetDescriptor(IconSetDescriptor desc, LoggerProvider loggerProvider)
-
Constructor Details
-
DefaultIconSetFactory
public DefaultIconSetFactory()
-
-
Method Details
-
getIconSet
- Specified by:
getIconSetin interfaceIconSetFactory- Throws:
IconSetNotFoundException
-
registerIconSetDescriptor
- Specified by:
registerIconSetDescriptorin interfaceIconSetFactory
-
getIconSetDescriptors
- Specified by:
getIconSetDescriptorsin interfaceIconSetFactory
-
getIconSet
public IconSet getIconSet(String iconSetName, Locale locale, boolean autocreate) throws IconSetNotFoundException - Throws:
IconSetNotFoundException
-