com.evolution.player.ui.artwork
Class AlbumArtworkProvider.ArtworkSearchResult

java.lang.Object
  extended by com.evolution.player.ui.artwork.AlbumArtworkProvider.ArtworkSearchResult
Direct Known Subclasses:
AlbumArtworkProvider.ArtworkSearchFailure, AlbumArtworkProvider.ArtworkSearchSuccess
Enclosing class:
AlbumArtworkProvider

public abstract class AlbumArtworkProvider.ArtworkSearchResult
extends java.lang.Object

The result of a artwork search.

Clients must not implement

See Also:
AlbumArtworkProvider.ArtworkSearchSuccess, AlbumArtworkProvider.ArtworkSearchFailure

Constructor Summary
AlbumArtworkProvider.ArtworkSearchResult()
           
 
Method Summary
abstract  Action getAction()
          An action to execute when the user clicks into the artwork, if any.
abstract  ActionPosition[] getActionPositions()
          The positions of the action in the workbench, if any.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AlbumArtworkProvider.ArtworkSearchResult

public AlbumArtworkProvider.ArtworkSearchResult()
Method Detail

getAction

public abstract Action getAction()
An action to execute when the user clicks into the artwork, if any.

Returns:
the action for the image or null

getActionPositions

public abstract ActionPosition[] getActionPositions()
The positions of the action in the workbench, if any.

Returns:
the positions of the action or empty