Revision 11002 trunk/frameworks/_fwAndami/src/com/iver/andami/iconthemes/IconTheme.java

View differences:

IconTheme.java
73 73
 * @author Cesar Martinez Izquierdo <cesar.martinez@iver.es>
74 74
 */
75 75
public class IconTheme {
76
	HashMap iconList = new HashMap();
77
	Logger logger = PluginServices.getLogger();
76
	protected HashMap iconList = new HashMap();
77
	protected Logger logger = PluginServices.getLogger();
78
	protected IconThemeInfo info;
78 79
	
79 80
	/**
81
	 * Creates a new empty IconTheme. The next step is to register icons in order
82
	 * the theme to be useful.
83
	 * 
84
	 * @param themeInfo An IconThemeInfo containing the name, the description, the
85
	 * version and the source resource of the theme.
86
	 */
87
	public IconTheme(IconThemeInfo themeInfo) {
88
		this.info = themeInfo;
89
	}
90

  
91
	
92
	/**
80 93
	 * Returns <code>true</code> if the icon theme contains a mapping for the
81 94
	 * specified iconName.
82 95
	 * 

Also available in: Unified diff