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

Quick Search    Search Deep

entagged.gui.tageditor
Class ID3InfoPanel.CopyFromV2ButtonListener  view ID3InfoPanel.CopyFromV2ButtonListener download ID3InfoPanel.CopyFromV2ButtonListener.java

java.lang.Object
  extended byentagged.gui.tageditor.ID3InfoPanel.CopyFromV2ButtonListener
All Implemented Interfaces:
java.awt.event.ActionListener, java.util.EventListener
Enclosing class:
ID3InfoPanel

private class ID3InfoPanel.CopyFromV2ButtonListener
extends java.lang.Object
implements java.awt.event.ActionListener

This listens for an event on the copy button in id3v1 panel and copy the data in id3v2 panel

Version:
v0.03

Constructor Summary
private ID3InfoPanel.CopyFromV2ButtonListener()
           
 
Method Summary
 void actionPerformed(java.awt.event.ActionEvent e)
          Copy fields values in id3v2 fields into id3v1 fields
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ID3InfoPanel.CopyFromV2ButtonListener

private ID3InfoPanel.CopyFromV2ButtonListener()
Method Detail

actionPerformed

public void actionPerformed(java.awt.event.ActionEvent e)
Copy fields values in id3v2 fields into id3v1 fields

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