net.sourceforge.atunes.kernel.controllers.radioBrowser
Class RadioBrowserDialogController

java.lang.Object
  extended by net.sourceforge.atunes.kernel.controllers.model.Controller
      extended by net.sourceforge.atunes.kernel.controllers.model.FrameController<RadioBrowserDialog>
          extended by net.sourceforge.atunes.kernel.controllers.radioBrowser.RadioBrowserDialogController

public class RadioBrowserDialogController
extends FrameController<RadioBrowserDialog>

The Class RadioBrowserDialogController.


Constructor Summary
RadioBrowserDialogController(RadioBrowserDialog frameControlled)
          Instantiates a new radio browser dialog controller.
 
Method Summary
protected  void addBindings()
          Adds the bindings.
protected  void addStateBindings()
          Adds the state bindings.
protected  RadioBrowserDialog getFrameControlled()
          Returns the frame controlled
protected  void notifyReload()
          Notify reload.
 void retrieveData()
          Retrieve data.
 void showRadioBrowser()
          Show radio browser.
 
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

RadioBrowserDialogController

public RadioBrowserDialogController(RadioBrowserDialog frameControlled)
Instantiates a new radio browser dialog controller.

Parameters:
frameControlled - the frame controlled
Method Detail

showRadioBrowser

public void showRadioBrowser()
Show radio browser.


retrieveData

public void retrieveData()
Retrieve data.


getFrameControlled

protected RadioBrowserDialog getFrameControlled()
Returns the frame controlled

Overrides:
getFrameControlled in class FrameController<RadioBrowserDialog>
Returns:

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

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.