Package resources.icons
Class UnresolvedIcon
java.lang.Object
javax.swing.ImageIcon
resources.icons.LazyImageIcon
resources.icons.DerivedImageIcon
resources.icons.UnresolvedIcon
- All Implemented Interfaces:
Serializable
,Accessible
,Icon
,FileBasedIcon
Icon class for when we can't find an icon for a path
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class javax.swing.ImageIcon
ImageIcon.AccessibleImageIcon
-
Field Summary
-
Constructor Summary
-
Method Summary
Methods inherited from class resources.icons.DerivedImageIcon
createImage, createImageIcon, getSourceIcon, sourceIconChanged
Methods inherited from class resources.icons.LazyImageIcon
getAccessibleContext, getDescription, getFilename, getIconHeight, getIconWidth, getImage, getImageLoadStatus, getImageObserver, paintIcon, setDescription, setImage, toString
Methods inherited from class javax.swing.ImageIcon
loadImage, setImageObserver
-
Constructor Details
-
UnresolvedIcon
-