net.sourceforge.atunes.kernel.controllers.osd
Class OSDDialogController

java.lang.Object
  extended by net.sourceforge.atunes.kernel.controllers.model.Controller
      extended by net.sourceforge.atunes.kernel.controllers.model.DialogController<OSDDialog>
          extended by net.sourceforge.atunes.kernel.controllers.osd.OSDDialogController

public class OSDDialogController
extends DialogController<OSDDialog>

The Class OSDDialogController.


Constructor Summary
OSDDialogController(OSDDialog dialogControlled)
          Instantiates a new oSD dialog controller.
 
Method Summary
protected  void addBindings()
          Adds the bindings.
protected  void addStateBindings()
          Adds the state bindings.
protected  OSDDialog getDialogControlled()
          Returns dialog controlled
 void hideDialogAndStopAnimation()
          Hide dialog and stop animation.
protected  void notifyReload()
          Notify reload.
 void showOSD(AudioObject audioObject)
          Show osd.
 
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

OSDDialogController

public OSDDialogController(OSDDialog dialogControlled)
Instantiates a new oSD 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

getDialogControlled

protected OSDDialog getDialogControlled()
Description copied from class: DialogController
Returns dialog controlled

Overrides:
getDialogControlled in class DialogController<OSDDialog>
Returns:

hideDialogAndStopAnimation

public void hideDialogAndStopAnimation()
Hide dialog and stop animation.


notifyReload

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

Specified by:
notifyReload in class Controller

showOSD

public void showOSD(AudioObject audioObject)
Show osd.

Parameters:
audioObject - the audio object


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