com.izforge.izpack.gui
Class IconsDatabase

java.lang.Object
  extended byjava.util.AbstractMap
      extended byjava.util.TreeMap
          extended bycom.izforge.izpack.gui.IconsDatabase
All Implemented Interfaces:
java.lang.Cloneable, java.util.Map, java.io.Serializable, java.util.SortedMap

public class IconsDatabase
extends java.util.TreeMap

The icons database class.

Author:
Julien Ponge October 27, 2002
See Also:
Serialized Form

Nested Class Summary
 
Nested classes inherited from class java.util.TreeMap
 
Nested classes inherited from class java.util.AbstractMap
 
Field Summary
private static long serialVersionUID
           
 
Fields inherited from class java.util.TreeMap
 
Fields inherited from class java.util.AbstractMap
 
Constructor Summary
IconsDatabase()
          The constructor.
 
Method Summary
 javax.swing.ImageIcon getImageIcon(java.lang.String key)
          Convenience method to retrieve an element.
 
Methods inherited from class java.util.TreeMap
clear, clone, comparator, containsKey, containsValue, entrySet, firstKey, get, headMap, keySet, lastKey, put, putAll, remove, size, subMap, tailMap, values
 
Methods inherited from class java.util.AbstractMap
equals, hashCode, isEmpty, toString
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface java.util.Map
equals, hashCode, isEmpty
 

Field Detail

serialVersionUID

private static final long serialVersionUID
See Also:
Constant Field Values
Constructor Detail

IconsDatabase

public IconsDatabase()
The constructor.

Method Detail

getImageIcon

public javax.swing.ImageIcon getImageIcon(java.lang.String key)
Convenience method to retrieve an element.

Parameters:
key - The icon key.
Returns:
The icon as an ImageIcon object.