Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

entagged.gui.tageditor.listeners
Class FreeDBButtonListener  view FreeDBButtonListener download FreeDBButtonListener.java

java.lang.Object
  extended byentagged.gui.tageditor.listeners.FreeDBButtonListener
All Implemented Interfaces:
java.awt.event.ActionListener, java.util.EventListener

public class FreeDBButtonListener
extends java.lang.Object
implements java.awt.event.ActionListener

This listens to an event on the freedb button on the main screen. It opens a freedb dialog allowing to rename the files of the current album according to the database $Id: FreeDBButtonListener.java,v 1.1 2003/09/22 14:44:29 kikidonk Exp $

Version:
v0.03

Field Summary
private  entagged.formats.mp3.MP3Album currentAlbum
          The current MP3 Album (shown in the table)
private  entagged.gui.tageditor.TagEditorFrame tagEditorFrame
          Parent Tag Editor
 
Constructor Summary
FreeDBButtonListener(entagged.gui.tageditor.TagEditorFrame tagEditorFrame)
          Constructor for the FreeDBButtonListener object
 
Method Summary
 void actionPerformed(java.awt.event.ActionEvent e)
          Perform a freedb connection retreive all the available data and build the dialog
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

currentAlbum

private entagged.formats.mp3.MP3Album currentAlbum
The current MP3 Album (shown in the table)


tagEditorFrame

private entagged.gui.tageditor.TagEditorFrame tagEditorFrame
Parent Tag Editor

Constructor Detail

FreeDBButtonListener

public FreeDBButtonListener(entagged.gui.tageditor.TagEditorFrame tagEditorFrame)
Constructor for the FreeDBButtonListener object

Method Detail

actionPerformed

public void actionPerformed(java.awt.event.ActionEvent e)
Perform a freedb connection retreive all the available data and build the dialog

Specified by:
actionPerformed in interface java.awt.event.ActionListener