Interface IconCache

All Known Implementing Classes:
FileIconCache, NoOpIconCache

public interface IconCache
  • Method Summary

    Modifier and Type Method Description
    IconResource getIcon​(java.lang.String encodedIconString, int size)  
    void putIcon​(java.lang.String encodedIconString, int size, IconResource iconResource)  
  • Method Details