|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.evolution.player.ui.artwork.AlbumArtworkProvider.ArtworkSearchResult
public abstract class AlbumArtworkProvider.ArtworkSearchResult
The result of a artwork search.
Clients must not implement
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 |
---|
public AlbumArtworkProvider.ArtworkSearchResult()
Method Detail |
---|
public abstract Action getAction()
public abstract ActionPosition[] getActionPositions()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |