Class AbstractResourceFactory
- java.lang.Object
-
- org.neotropic.util.visual.resources.AbstractResourceFactory
-
- Direct Known Subclasses:
ResourceFactory
public abstract class AbstractResourceFactory extends Object
Abstract class that defines the main methods to obtain the URL of different resources such as images, icons etc.- Author:
- Orlando Paz <orlando.paz@kuwaiba.org>
-
-
Constructor Summary
Constructors Constructor Description AbstractResourceFactory()
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description abstract String
getClassIcon(String className)
Builds and caches an icon of a given class.abstract String
getClassSmallIcon(String className)
Builds and caches the small icon of the given class.
-