net.sourceforge.atunes.kernel.controllers.playListFilter
Class PlayListFilterController

java.lang.Object
  extended by net.sourceforge.atunes.kernel.controllers.model.Controller
      extended by net.sourceforge.atunes.kernel.controllers.model.PanelController<PlayListFilterPanel>
          extended by net.sourceforge.atunes.kernel.controllers.playListFilter.PlayListFilterController

public class PlayListFilterController
extends PanelController<PlayListFilterPanel>

The Class PlayListFilterController.


Constructor Summary
PlayListFilterController(PlayListFilterPanel panel)
          Instantiates a new play list filter controller.
 
Method Summary
protected  void addBindings()
          Adds the bindings.
protected  void addStateBindings()
          Adds the state bindings.
 void emptyFilter()
          Empty filter.
protected  PlayListFilterPanel getPanelControlled()
          Return panel controlled
protected  void notifyReload()
          Notify reload.
 void reapplyFilter()
          Reapply filter.
 
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

PlayListFilterController

public PlayListFilterController(PlayListFilterPanel panel)
Instantiates a new play list filter 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

getPanelControlled

protected PlayListFilterPanel getPanelControlled()
Return panel controlled

Overrides:
getPanelControlled in class PanelController<PlayListFilterPanel>
Returns:

addStateBindings

protected void addStateBindings()
Description copied from class: Controller
Adds the state bindings.

Specified by:
addStateBindings in class Controller

emptyFilter

public void emptyFilter()
Empty filter.


notifyReload

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

Specified by:
notifyReload in class Controller

reapplyFilter

public void reapplyFilter()
Reapply filter.



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