Package com.tagtraum.beatunes
Interface DetailView
-
- All Superinterfaces:
View
- All Known Implementing Classes:
AlbumArtistTypoInspector
,AlbumInTitleInspector
,AlbumOrArtistInTitleInspector
,AlbumTypoInspector
,AmazonAlbumVersionInspector
,AnalysisQueue
,ArtistInTitleInspector
,ArtistTypoInspector
,ArtworkNotEmbeddedInspector
,CapitalizationInspector
,ChartPanel
,CompilationInspector
,DifferentAlbumArtistInspector
,DifferentArtworkCountInspector
,DifferentGenreInspector
,DifferentLanguageInspector
,DifferentRatingInspector
,DifferentYearInspector
,DiscNumberInspector
,DuplicatesInspector
,GenreTypoInspector
,Inspection
,Inspector
,InspectorCategory
,MediaKindInspector
,MissingAlbumArtistInspector
,MissingFileInspector
,MissingTrackCountInspector
,MultipleItemsInfoDialog
,PlayListTree
,RarelyUsedGenreInspector
,ReadOnlyFileInspector
,SingleItemInfoDialog
,SongTable
,SortAlbumArtistInspector
,SortAlbumInspector
,SortArtistInspector
,SortComposerInspector
,SortInspector
,SortNameInspector
,SortnameUsedAsAlbum
,SortnameUsedAsAlbumArtist
,SortnameUsedAsArtist
,SortnameUsedAsComposer
,SortnameUsedAsInspector
,SortnameUsedAsName
,SortShowInspector
,TitleStartsWithTrackNumberInspector
,TypoInspector
public interface DetailView extends View
A view that displays details to a master item displayed elsewhere. E.g. an actual playlists corresponding to a playlist name selected in a tree.- Author:
- Hendrik Schreiber
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getStatusLabel()
Status label to show in the status bar when this component becomes visible.boolean
isIndeterminateProgress()
Indicates that the current status is an operation with indeterminate progress which should be reflected in the rendering of the status bar.-
Methods inherited from interface com.tagtraum.beatunes.View
getComponent, getFocusRoot
-
-
-
-
Method Detail
-
getStatusLabel
String getStatusLabel()
Status label to show in the status bar when this component becomes visible.- Returns:
- label
- See Also:
MainWindow.getStatusLabel()
-
isIndeterminateProgress
boolean isIndeterminateProgress()
Indicates that the current status is an operation with indeterminate progress which should be reflected in the rendering of the status bar.- Returns:
- true if an indeterminate progress indicator is supposed to be rendered
-
-