Module tvbrowser

Class IconLoader


  • public class IconLoader
    extends java.lang.Object
    A class that loads for Channels from a server.
    • Constructor Summary

      Constructors 
      Constructor Description
      IconLoader​(AbstractTvDataService service, java.lang.String channelGroup, java.io.File dir)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void close()  
      javax.swing.Icon getIcon​(java.lang.String channelId, java.lang.String url)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • IconLoader

        public IconLoader​(AbstractTvDataService service,
                          java.lang.String channelGroup,
                          java.io.File dir)
                   throws java.io.IOException
        Throws:
        java.io.IOException
    • Method Detail

      • getIcon

        public javax.swing.Icon getIcon​(java.lang.String channelId,
                                        java.lang.String url)
                                 throws java.io.IOException
        Throws:
        java.io.IOException
      • close

        public void close()
                   throws java.io.IOException
        Throws:
        java.io.IOException