Uses of Class
musicbox.gui.MusicBoxView

Packages that use MusicBoxView
musicbox.backend   
musicbox.database   
musicbox.gui   
 

Uses of MusicBoxView in musicbox.backend
 

Fields in musicbox.backend declared as MusicBoxView
 MusicBoxView Backend.mbv
           
 

Methods in musicbox.backend that return MusicBoxView
 MusicBoxView Backend.getMusicBoxView()
           
 

Methods in musicbox.backend with parameters of type MusicBoxView
 void Backend.setMusicBoxView(MusicBoxView mbv)
           
 

Constructors in musicbox.backend with parameters of type MusicBoxView
FindFileRunnable(MusicBoxView mbv, noTalent.MusicOutputDesign current)
           
ScrollText(java.lang.String line1, java.lang.String line2, java.lang.String line3, MusicBoxView mbv)
           
SocketListener(java.net.Socket socket, MusicBoxView mBV)
           
SocketWriteThread(java.io.ObjectOutputStream oos, noTalent.SocketObject so, MusicBoxView mbv)
           
 

Uses of MusicBoxView in musicbox.database
 

Constructors in musicbox.database with parameters of type MusicBoxView
Database(MusicBoxView mbv)
           
 

Uses of MusicBoxView in musicbox.gui
 

Fields in musicbox.gui declared as MusicBoxView
 MusicBoxView CustomTableListener.mbv
           
 MusicBoxView DirChooser.mbv
           
 MusicBoxView MusicBoxView.p
           
 

Methods in musicbox.gui that return MusicBoxView
 MusicBoxView MusicBoxView.getInstance()
           
 

Methods in musicbox.gui with parameters of type MusicBoxView
 void CustomTableModel.addRow(noTalent.MusicOutputDesign mod, MusicBoxView mbv)
           
 void CustomTableListener.setMusicBoxView(MusicBoxView mbv)
           
 

Constructors in musicbox.gui with parameters of type MusicBoxView
AddFiles(int max, MusicBoxView mbv)
          Creates new form AddFiles
AlbumArt(java.awt.Frame parent, java.io.File f, MusicBoxView mbv)
          Creates new form AlbumArt
AlbumArt(java.awt.Frame parent, java.lang.String imagePath, java.lang.String artist, java.lang.String album, MusicBoxView mbv)
           
AlbumArt(java.awt.Frame parent, java.util.Vector<java.lang.String> v, int loc, java.lang.String artist, java.lang.String album, MusicBoxView mbv)
           
CustomButtonHandler(MusicBoxView mbv)
           
CustomMouseAdapter(MusicBoxView mbv)
           
DirChooser(java.awt.Frame parent, MusicBoxView mbv)
          Creates new form DirChooser
ErrorDialog(java.awt.Frame parent, java.lang.Exception ex, MusicBoxView mbv)
          Creates new form ErrorDialog
FileChooser(java.awt.Frame parent, MusicBoxView mbv)
          Creates new form FileChooser
FindFile(java.awt.Frame parent, noTalent.MusicOutputDesign oldM, MusicBoxView mbv)
          Creates new form FindFile
MiniPlayer(MusicBoxView mbv)
          Creates new form MiniPlayer
MusicBoxAboutBox(java.awt.Frame parent, MusicBoxView mbv)
           
Preferences(MusicBoxView mbv)
          Creates new form Preferences
SmallAlbumArt(java.awt.Frame parent, javax.swing.ImageIcon i, java.lang.String s, javax.swing.JLabel j, MusicBoxView mbv)
          Creates new form SmallAlbumArt
SongInfo(java.awt.Frame parent, java.util.Vector<noTalent.MusicOutputDesign> v, int l, int[] locs, MusicBoxView mBV)
          Creates new form SongInfo
SongSplash(java.awt.Frame parent, noTalent.MusicOutputDesign m, MusicBoxView mbv)
          Creates new form SongSplash