Package org.neotropic.util.visual.icons
Class IconGenerator<T>
- java.lang.Object
-
- org.neotropic.util.visual.icons.IconGenerator<T>
-
- Type Parameters:
T
- item type for which the icon is generated
- Direct Known Subclasses:
BasicTreeNodeIconGenerator
,ClassNameIconGenerator
public abstract class IconGenerator<T> extends Object
Abstract class for generated icons for an item- Author:
- Johny Andres Ortega Ruiz <johny.ortega@kuwaiba.org>
-
-
Field Summary
Fields Modifier and Type Field Description protected AbstractResourceFactory
resourceFactory
-
Constructor Summary
Constructors Constructor Description IconGenerator()
IconGenerator(AbstractResourceFactory resourceFactory)
-
-
-
Field Detail
-
resourceFactory
protected AbstractResourceFactory resourceFactory
-
-
Constructor Detail
-
IconGenerator
public IconGenerator(AbstractResourceFactory resourceFactory)
-
IconGenerator
public IconGenerator()
-
-