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

Quick Search    Search Deep

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

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

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

Listener for the button that toggles the id3v1/2 view in the table $Id: TagVersionButtonListener.java,v 1.1 2003/09/22 14:44:29 kikidonk Exp $

Version:
v0.06

Field Summary
private  entagged.gui.tageditor.TagEditorFrame tagEditor
          Parent Tag Editor Frame
 
Constructor Summary
TagVersionButtonListener(entagged.gui.tageditor.TagEditorFrame tagEditor)
          Constructor for the TagVersionButtonListener
 
Method Summary
 void actionPerformed(java.awt.event.ActionEvent e)
          Invoked when an action is Performed on the button
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

tagEditor

private entagged.gui.tageditor.TagEditorFrame tagEditor
Parent Tag Editor Frame

Constructor Detail

TagVersionButtonListener

public TagVersionButtonListener(entagged.gui.tageditor.TagEditorFrame tagEditor)
Constructor for the TagVersionButtonListener

Method Detail

actionPerformed

public void actionPerformed(java.awt.event.ActionEvent e)
Invoked when an action is Performed on the button

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