Uses of Class
com.evolution.player.ui.artwork.ActionPosition

Packages that use ActionPosition
com.evolution.player.ui.artwork   
 

Uses of ActionPosition in com.evolution.player.ui.artwork
 

Methods in com.evolution.player.ui.artwork that return ActionPosition
abstract  ActionPosition[] AlbumArtworkProvider.ArtworkSearchResult.getActionPositions()
          The positions of the action in the workbench, if any.
abstract  ActionPosition[] AlbumArtworkDecorator.Decoration.getActionPositions()
          The positions of the action in the workbench, or empty if the action should not be shown anywhere.
static ActionPosition ActionPosition.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static ActionPosition[] ActionPosition.values()
          Returns an array containing the constants of this enum type, in the order they are declared.