Class Summary |
BaseImageIcon |
A base class for ImageIcon implementations. |
ConfigImageIcon |
An Icon implementation for icons which are installed under
the directory specified by the Configuration.IMAGES_DIRECTORY key. |
ContextImageIcon |
An Icon implementation for icons which are under the
ServletContext root. |
Icon |
An object which represents a customizable icon that is capable of
rendering itself. |
ResourceImageIcon |
An ImageIcon implementation which loads the icon data off the
class path as a resource. |
TextIcon |
An Icon implementation which renders a text string as the icon. |
URIImageIcon |
ImageIcon implementation which takes a full URI. |