Package com.saperion.ngc.resultset
Class FileIcon
- java.lang.Object
-
- com.saperion.ngc.resultset.FileIcon
-
public final class FileIcon extends java.lang.Object
Utility class used to get the file icon for a specific file type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
FileIcon.KnownExtensions
File extensions associated with an icon.
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static java.lang.String
forExtension(java.lang.String extension)
Returns the path of the image to load for the specified file extension.
-