net.sourceforge.atunes.kernel.controllers.exportOptionsDialog
Class ExportOptionsDialogController

java.lang.Object
  extended by net.sourceforge.atunes.kernel.controllers.model.Controller
      extended by net.sourceforge.atunes.kernel.controllers.model.DialogController<ExportOptionsDialog>
          extended by net.sourceforge.atunes.kernel.controllers.exportOptionsDialog.ExportOptionsDialogController

public class ExportOptionsDialogController
extends DialogController<ExportOptionsDialog>

The Class ExportOptionsDialogController.


Constructor Summary
ExportOptionsDialogController(ExportOptionsDialog dialogControlled)
          Instantiates a new export options dialog controller.
 
Method Summary
protected  void addBindings()
          Adds the bindings.
protected  void addStateBindings()
          Adds the state bindings.
 void beginExportProcess()
          Begin export process.
protected  void notifyReload()
          Notify reload.
 void setCanceled(boolean canceled)
          Sets the canceled.
 void setExportStructure(int exportStructure)
          Sets the export structure.
 void setExportType(int exportType)
          Sets the export type.
 void setFilePattern(java.lang.String filePattern)
          Sets the file pattern.
 void setPath(java.lang.String path)
          Sets the path.
 
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

ExportOptionsDialogController

public ExportOptionsDialogController(ExportOptionsDialog dialogControlled)
Instantiates a new export options 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

beginExportProcess

public void beginExportProcess()
Begin export process.


notifyReload

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

Specified by:
notifyReload in class Controller

setCanceled

public void setCanceled(boolean canceled)
Sets the canceled.

Parameters:
canceled - the new canceled

setExportStructure

public void setExportStructure(int exportStructure)
Sets the export structure.

Parameters:
exportStructure - the new export structure

setExportType

public void setExportType(int exportType)
Sets the export type.

Parameters:
exportType - the new export type

setFilePattern

public void setFilePattern(java.lang.String filePattern)
Sets the file pattern.

Parameters:
filePattern - the new file pattern

setPath

public void setPath(java.lang.String path)
Sets the path.

Parameters:
path - the new path


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