net.sourceforge.atunes.kernel.controllers.toolbar
Class ToolBarController

java.lang.Object
  extended by net.sourceforge.atunes.kernel.controllers.model.Controller
      extended by net.sourceforge.atunes.kernel.controllers.model.ToolBarController<ToolBar>
          extended by net.sourceforge.atunes.kernel.controllers.toolbar.ToolBarController

public class ToolBarController
extends ToolBarController<ToolBar>

The Class ToolBarController.


Field Summary
 
Fields inherited from class net.sourceforge.atunes.kernel.controllers.model.ToolBarController
toolBarControlled
 
Constructor Summary
ToolBarController(ToolBar toolBar)
          Instantiates a new tool bar controller.
 
Method Summary
protected  void addBindings()
          Adds the bindings.
protected  void addStateBindings()
          Adds the state bindings.
protected  void notifyReload()
          Notify reload.
 void setShowAudioScrobblerPanel(boolean show)
          Sets the show audio scrobbler panel.
 void setShowNavigatorPanel(boolean show)
          Sets the show navigator panel.
 void setShowSongProperties(boolean show)
          Sets the show song properties.
 
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

ToolBarController

public ToolBarController(ToolBar toolBar)
Instantiates a new tool bar controller.

Parameters:
toolBar - the tool bar
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

notifyReload

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

Specified by:
notifyReload in class Controller

setShowAudioScrobblerPanel

public void setShowAudioScrobblerPanel(boolean show)
Sets the show audio scrobbler panel.

Parameters:
show - the new show audio scrobbler panel

setShowNavigatorPanel

public void setShowNavigatorPanel(boolean show)
Sets the show navigator panel.

Parameters:
show - the new show navigator panel

setShowSongProperties

public void setShowSongProperties(boolean show)
Sets the show song properties.

Parameters:
show - the new show song properties


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