Revision 11026 trunk/frameworks/_fwAndami/src/com/iver/andami/iconthemes/IconThemeInfo.java

View differences:

IconThemeInfo.java
50 50
 *
51 51
 */
52 52
public class IconThemeInfo {
53
	protected String name;
54
	protected String description;
55
	protected String version="1.0";
56
	protected File resource;
53
	private String name;
54
	private String description;
55
	private String version="1.0";
56
	private File resource;
57 57
	
58 58
	/**
59 59
	 * Gets the theme name.

Also available in: Unified diff