net.sourceforge.atunes.kernel.controllers.ripcd
Class RipCdDialogController

java.lang.Object
  extended by net.sourceforge.atunes.kernel.controllers.model.Controller
      extended by net.sourceforge.atunes.kernel.controllers.model.DialogController<RipCdDialog>
          extended by net.sourceforge.atunes.kernel.controllers.ripcd.RipCdDialogController

public class RipCdDialogController
extends DialogController<RipCdDialog>

The Class RipCdDialogController.


Field Summary
static java.lang.String[] FILENAMEPATTERN
          The Constant FILENAMEPATTERN.
 
Constructor Summary
RipCdDialogController(RipCdDialog dialogControlled)
          Instantiates a new rip cd dialog controller.
 
Method Summary
protected  void addBindings()
          Adds the bindings.
protected  void addStateBindings()
          Adds the state bindings.
 java.lang.String getAlbum()
          Gets the album.
 java.lang.String getArtist()
          Gets the artist.
 java.lang.String getFolder()
          Gets the folder.
 java.lang.String getGenre()
          Gets the genre.
 int getYear()
          Gets the year.
 boolean isCancelled()
          Checks if is cancelled.
 boolean isEncoderSettingChanged()
          Checks if is encoder setting changed.
 boolean isFolderNameEdited()
          Checks if is folder name edited.
protected  void notifyReload()
          Notify reload.
 void setAlbum(java.lang.String album)
          Sets the album.
 void setArtist(java.lang.String artist)
          Sets the artist.
 void setCancelled(boolean cancelled)
          Sets the cancelled.
 void setEncoderSettingChanged(boolean encoderSettingChanged)
          Sets the encoder setting changed.
 void setFolder(java.lang.String folder)
          Sets the folder.
 void setFolderNameEdited(boolean folderNameEdited)
          Sets the folder name edited.
 void setGenre(java.lang.String genre)
          Sets the genre.
 void setYear(int year)
          Sets the year.
 void showCdInfo(CDInfo cdInfo, java.lang.String path)
          Show cd info.
 
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
 

Field Detail

FILENAMEPATTERN

public static final java.lang.String[] FILENAMEPATTERN
The Constant FILENAMEPATTERN.

Constructor Detail

RipCdDialogController

public RipCdDialogController(RipCdDialog dialogControlled)
Instantiates a new rip cd dialog controller.

Parameters:
dialogControlled - the dialog controlled
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

getAlbum

public java.lang.String getAlbum()
Gets the album.

Returns:
the album

getArtist

public java.lang.String getArtist()
Gets the artist.

Returns:
the artist

getFolder

public java.lang.String getFolder()
Gets the folder.

Returns:
the folder

getGenre

public java.lang.String getGenre()
Gets the genre.

Returns:
the genre

getYear

public int getYear()
Gets the year.

Returns:
the year

isCancelled

public boolean isCancelled()
Checks if is cancelled.

Returns:
the cancelled

isEncoderSettingChanged

public boolean isEncoderSettingChanged()
Checks if is encoder setting changed.

Returns:
the encoderSettingChanged

isFolderNameEdited

public boolean isFolderNameEdited()
Checks if is folder name edited.

Returns:
the folderNameEdited

notifyReload

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

Specified by:
notifyReload in class Controller

setAlbum

public void setAlbum(java.lang.String album)
Sets the album.

Parameters:
album - the album to set

setArtist

public void setArtist(java.lang.String artist)
Sets the artist.

Parameters:
artist - the artist to set

setCancelled

public void setCancelled(boolean cancelled)
Sets the cancelled.

Parameters:
cancelled - the cancelled to set

setEncoderSettingChanged

public void setEncoderSettingChanged(boolean encoderSettingChanged)
Sets the encoder setting changed.

Parameters:
encoderSettingChanged - the encoderSettingChanged to set

setFolder

public void setFolder(java.lang.String folder)
Sets the folder.

Parameters:
folder - the folder to set

setFolderNameEdited

public void setFolderNameEdited(boolean folderNameEdited)
Sets the folder name edited.

Parameters:
folderNameEdited - the folderNameEdited to set

setGenre

public void setGenre(java.lang.String genre)
Sets the genre.

Parameters:
genre - the genre to set

setYear

public void setYear(int year)
Sets the year.

Parameters:
year - the year to set

showCdInfo

public void showCdInfo(CDInfo cdInfo,
                       java.lang.String path)
Show cd info.

Parameters:
cdInfo - the cd info
path - the path


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