Package com.saperion.ngc.resultset
Class FileIcon
java.lang.Object
com.saperion.ngc.resultset.FileIcon
Utility class used to get the file icon for a specific file type.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enum
File extensions associated with an icon. -
Method Summary
Modifier and TypeMethodDescriptionstatic String
forExtension
(String extension) Returns the path of the image to load for the specified file extension.
-
Method Details
-
forExtension
Returns the path of the image to load for the specified file extension.- Parameters:
extension
- file extension- Returns:
- path of the image file
-