net.sourceforge.atunes.kernel.controllers.playListControls
Class PlayListControlsController

java.lang.Object
  extended by net.sourceforge.atunes.kernel.controllers.model.Controller
      extended by net.sourceforge.atunes.kernel.controllers.model.PanelController<PlayListControlsPanel>
          extended by net.sourceforge.atunes.kernel.controllers.playListControls.PlayListControlsController

public class PlayListControlsController
extends PanelController<PlayListControlsPanel>

The Class PlayListControlsController.


Constructor Summary
PlayListControlsController(PlayListControlsPanel panel)
          Instantiates a new play list controls controller.
 
Method Summary
protected  void addBindings()
          Adds the bindings.
protected  void addStateBindings()
          Adds the state bindings.
 void disablePlayListControls(boolean disable, boolean radioOrPodcastFeedEntrySelected)
          Disable play list controls.
 void enableSaveButton(boolean enable)
          Enable save button.
 void enableShuffleButton(boolean enable)
          Enable shuffle button.
protected  void notifyReload()
          Notify reload.
 
Methods inherited from class net.sourceforge.atunes.kernel.controllers.model.PanelController
getPanelControlled
 
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

PlayListControlsController

public PlayListControlsController(PlayListControlsPanel panel)
Instantiates a new play list controls controller.

Parameters:
panel - the panel
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

disablePlayListControls

public void disablePlayListControls(boolean disable,
                                    boolean radioOrPodcastFeedEntrySelected)
Disable play list controls.

Parameters:
disable - the disable
radioOrPodcastFeedEntrySelected - the radio or podcast feed entry selected

enableSaveButton

public void enableSaveButton(boolean enable)
Enable save button.

Parameters:
enable - the enable

enableShuffleButton

public void enableShuffleButton(boolean enable)
Enable shuffle button.

Parameters:
enable - the enable

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.