Package com.github.weisj.darklaf.icons
Class AbstractLazyIconSupplier<T extends Icon>
- java.lang.Object
-
- com.github.weisj.darklaf.icons.AbstractLazyIconSupplier<T>
-
- All Implemented Interfaces:
IconSupplier<T>
- Direct Known Subclasses:
LazyImageIconSupplier
public abstract class AbstractLazyIconSupplier<T extends Icon> extends Object implements IconSupplier<T>
-
-
Field Summary
Fields Modifier and Type Field Description protected IconLoader.IconKeykeyprotected Class<?>parentClassprotected Stringpath
-
Constructor Summary
Constructors Constructor Description AbstractLazyIconSupplier(String path, IconLoader.IconKey key, Class<?> parentClass)
-
-
-
Field Detail
-
path
protected final String path
-
key
protected final IconLoader.IconKey key
-
parentClass
protected final Class<?> parentClass
-
-
Constructor Detail
-
AbstractLazyIconSupplier
public AbstractLazyIconSupplier(String path, IconLoader.IconKey key, Class<?> parentClass)
-
-