net.sourceforge.atunes.kernel.controllers.editTitlesDialog
Class EditTitlesDialogController

java.lang.Object
  extended by net.sourceforge.atunes.kernel.controllers.model.Controller
      extended by net.sourceforge.atunes.kernel.controllers.model.DialogController<EditTitlesDialog>
          extended by net.sourceforge.atunes.kernel.controllers.editTitlesDialog.EditTitlesDialogController

public class EditTitlesDialogController
extends DialogController<EditTitlesDialog>

The Class EditTitlesDialogController.


Constructor Summary
EditTitlesDialogController(EditTitlesDialog dialog)
          Instantiates a new edits the titles dialog controller.
 
Method Summary
protected  void addBindings()
          Adds the bindings.
protected  void addStateBindings()
          Adds the state bindings.
protected  void editFiles()
          Edits the files.
 void editFiles(Album alb)
          Edits the files.
protected  Album getAlbum()
          Gets the album.
protected  void notifyReload()
          Notify reload.
protected  void setTitles(java.util.List<java.lang.String> tracks)
          Sets the titles.
 
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

EditTitlesDialogController

public EditTitlesDialogController(EditTitlesDialog dialog)
Instantiates a new edits the titles 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

protected void editFiles()
Edits the files.


editFiles

public void editFiles(Album alb)
Edits the files.

Parameters:
alb - the alb

getAlbum

protected Album getAlbum()
Gets the album.

Returns:
the album

notifyReload

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

Specified by:
notifyReload in class Controller

setTitles

protected void setTitles(java.util.List<java.lang.String> tracks)
Sets the titles.

Parameters:
tracks - the new titles


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