com.ldodds.foafamatic.music
Class AlbumManager

java.lang.Object
  |
  +--com.ldodds.foafamatic.AbstractPanelManager
        |
        +--com.ldodds.foafamatic.music.AlbumManager

public class AlbumManager
extends AbstractPanelManager

Author:
ldodds

Nested Class Summary
 class AlbumManager.AlbumPicker
           
 
Field Summary
 
Fields inherited from class com.ldodds.foafamatic.AbstractPanelManager
_form, _items, _table, _theForm
 
Constructor Summary
AlbumManager()
           
 
Method Summary
 void addAlbumToTable()
          Add/update a Person in the table.
 void closeDialog()
           
 void findAlbum()
           
 void findArtist()
           
 void populateTableWithItem(java.lang.Object item)
          Add an album to the internal list, and make it visible in the UI
 void updateAlbum()
           
 
Methods inherited from class com.ldodds.foafamatic.AbstractPanelManager
addItem, addItems, clearEntryFields, deleteSelected, getItems, getText, showCue, showSelected
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AlbumManager

public AlbumManager()
Method Detail

populateTableWithItem

public void populateTableWithItem(java.lang.Object item)
Add an album to the internal list, and make it visible in the UI

Specified by:
populateTableWithItem in class AbstractPanelManager

addAlbumToTable

public void addAlbumToTable()
Add/update a Person in the table. Communicates with MusicBrainz


updateAlbum

public void updateAlbum()

findAlbum

public void findAlbum()

findArtist

public void findArtist()

closeDialog

public void closeDialog()