com.evolution.player.ui.download
Class UISearchMatch

java.lang.Object
  extended by com.evolution.player.core.media.search.SearchMatch
      extended by com.evolution.player.ui.download.UISearchMatch

public abstract class UISearchMatch
extends SearchMatch

A search match with additional information to display a richer content in the UI.

Since:
0.6

Constructor Summary
UISearchMatch()
           
 
Method Summary
abstract  Image getImage()
          The icon associated with this search match if any.
 
Methods inherited from class com.evolution.player.core.media.search.SearchMatch
getLabel, getMedias, getMusicLoader, getSearchProvider
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UISearchMatch

public UISearchMatch()
Method Detail

getImage

public abstract Image getImage()
The icon associated with this search match if any.

Returns:
the image or null