Class SongContextMenu

    • Constructor Detail

      • SongContextMenu

        public SongContextMenu​(BeaTunes application,
                               Object component,
                               JTable table)
    • Method Detail

      • getParentComponent

        public Object getParentComponent()
        Component that uses this factory.
        Returns:
        component
      • getApplication

        public BeaTunes getApplication()
      • getPlayList

        public PlayList getPlayList()
      • setPlayList

        public void setPlayList​(PlayList playList)
      • setSong

        public void setSong​(AudioSong song)
      • setSongIds

        public void setSongIds​(List<Long> ids)
      • build

        public void build()