java.lang.Object
entagged.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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ID3InfoPanel.CopyFromV2ButtonListener
private ID3InfoPanel.CopyFromV2ButtonListener()
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