Package com.tagtraum.beatunes
Interface View
-
- All Known Subinterfaces:
DetailView
,SongContextView
,TableView<T>
- All Known Implementing Classes:
AlbumArtistTypoInspector
,AlbumInTitleInspector
,AlbumOrArtistInTitleInspector
,AlbumTypoInspector
,AmazonAlbumVersionInspector
,AnalysisQueue
,ArtistInTitleInspector
,ArtistTypoInspector
,ArtworkNotEmbeddedInspector
,CapitalizationInspector
,ChartPanel
,CompilationInspector
,ContextShop
,DelegatingSongContextComponent
,DifferentAlbumArtistInspector
,DifferentArtworkCountInspector
,DifferentGenreInspector
,DifferentLanguageInspector
,DifferentRatingInspector
,DifferentYearInspector
,DiscNumberInspector
,DummySongContextComponent
,DuplicatesInspector
,GenreTypoInspector
,Inspection
,Inspector
,InspectorCategory
,MatchTable
,MediaKindInspector
,MissingAlbumArtistInspector
,MissingFileInspector
,MissingTrackCountInspector
,MultipleItemsInfoDialog
,PlayListTree
,RarelyUsedGenreInspector
,ReadOnlyFileInspector
,SingleItemInfoDialog
,SongContextComponent
,SongTable
,SortAlbumArtistInspector
,SortAlbumInspector
,SortArtistInspector
,SortComposerInspector
,SortInspector
,SortNameInspector
,SortnameUsedAsAlbum
,SortnameUsedAsAlbumArtist
,SortnameUsedAsArtist
,SortnameUsedAsComposer
,SortnameUsedAsInspector
,SortnameUsedAsName
,SortShowInspector
,TitleStartsWithTrackNumberInspector
,TypoInspector
,WikiInfo
public interface View
An object that has a component for visualizing itself.- Author:
- Hendrik Schreiber
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description JComponent
getComponent()
The actual visual component for this view.default JComponent
getFocusRoot()
The component that should be focused by default, when view is shown.
-
-
-
Method Detail
-
getComponent
JComponent getComponent()
The actual visual component for this view.- Returns:
- detail component
-
getFocusRoot
default JComponent getFocusRoot()
The component that should be focused by default, when view is shown.- Returns:
- component
-
-