net.sourceforge.atunes.kernel.controllers.editTagDialog
Class EditTagDialogController

java.lang.Object
  extended by net.sourceforge.atunes.kernel.controllers.model.Controller
      extended by net.sourceforge.atunes.kernel.controllers.model.DialogController<EditTagDialog>
          extended by net.sourceforge.atunes.kernel.controllers.editTagDialog.EditTagDialogController

public class EditTagDialogController
extends DialogController<EditTagDialog>

The Class EditTagDialogController.


Constructor Summary
EditTagDialogController(EditTagDialog dialog)
          Instantiates a new edits the tag dialog controller.
 
Method Summary
protected  void addBindings()
          Adds the bindings.
protected  void addStateBindings()
          Adds the state bindings.
 void editFiles(java.util.List<AudioFile> files)
          Edits the files.
protected  void editTag()
          Edits the tag.
protected  void notifyReload()
          Notify reload.
 
Methods inherited from class net.sourceforge.atunes.kernel.controllers.model.DialogController
getDialogControlled
 
Methods inherited from class net.sourceforge.atunes.kernel.controllers.model.Controller
getLogger
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EditTagDialogController

public EditTagDialogController(EditTagDialog dialog)
Instantiates a new edits the tag dialog controller.

Parameters:
dialog - the dialog
Method Detail

addBindings

protected void addBindings()
Description copied from class: Controller
Adds the bindings.

Specified by:
addBindings in class Controller

addStateBindings

protected void addStateBindings()
Description copied from class: Controller
Adds the state bindings.

Specified by:
addStateBindings in class Controller

editFiles

public void editFiles(java.util.List<AudioFile> files)
Edits the files.

Parameters:
files - the files

editTag

protected void editTag()
Edits the tag.


notifyReload

protected void notifyReload()
Description copied from class: Controller
Notify reload.

Specified by:
notifyReload in class Controller


Copyright © 2006-2008 The aTunes Team. All Rights Reserved.