Package resources.icons
Interface FileBasedIcon
- All Known Implementing Classes:
BytesImageIcon,DerivedImageIcon,DisabledImageIcon,DisabledImageIconWrapper,ImageIconWrapper,LazyImageIcon,ReflectedIcon,ScaledImageIcon,ScaledImageIconWrapper,UnresolvedIcon,UrlImageIcon
public interface FileBasedIcon
-
Method Summary
Modifier and TypeMethodDescriptionGet the name of the image which in most cases will be the associated data file path.
-
Method Details
-
getFilename
String getFilename()Get the name of the image which in most cases will be the associated data file path.- Returns:
- icon name/path
-