Package com.logicaldoc.core.util
Class IconSelector
java.lang.Object
com.logicaldoc.core.util.IconSelector
Utility class to select an icon based on a file extension
- Author:
- Sebastian Stein
- 
Method SummaryModifier and TypeMethodDescriptionstatic StringselectIcon(String ext) Returns the icon by parsing the provided file extension
- 
Method Details- 
getAvailableIcons
- 
selectIconReturns the icon by parsing the provided file extension- Parameters:
- ext- file extension
- Returns:
- file name of the icon
 
 
-