Revision 11026 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
	protected HashMap iconList = new HashMap();
77
	protected Logger logger = PluginServices.getLogger();
78
	protected IconThemeInfo info;
76
	private HashMap iconList = new HashMap();
77
	private Logger logger = PluginServices.getLogger();
78
	private IconThemeInfo info;
79 79
	
80 80
	/**
81 81
	 * Creates a new empty IconTheme. The next step is to register icons in order
......
362 362
			return (URL) object;
363 363
		return null;
364 364
	}
365
	
366
	public IconThemeInfo getInfo() {
367
		return info;
368
	}
365 369
}

Also available in: Unified diff