Package com.lowagie.rups.view.icons
Class IconFetcher
- java.lang.Object
-
- com.lowagie.rups.view.icons.IconFetcher
-
public class IconFetcher extends java.lang.Object
Class that fetches the icons in com.lowagie.trapeze.icons.
-
-
Field Summary
Fields Modifier and Type Field Description protected static java.util.HashMap<java.lang.String,javax.swing.Icon>
cache
Cache with icons.
-
Constructor Summary
Constructors Constructor Description IconFetcher()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static javax.swing.Icon
getIcon(java.lang.String filename)
Gets an Icon with a specific name.
-