net.sourceforge.atunes.kernel.controllers.navigation
Class NavigationControllerState

java.lang.Object
  extended by net.sourceforge.atunes.kernel.controllers.navigation.NavigationControllerState

public class NavigationControllerState
extends java.lang.Object

The Class NavigationControllerState.


Nested Class Summary
static class NavigationControllerState.ViewMode
          The Enum ViewMode.
 
Constructor Summary
NavigationControllerState()
           
 
Method Summary
 java.lang.String getCurrentFilter()
          Gets the current filter.
 int getNavigationView()
          Gets the navigation view.
 javax.swing.JComponent getPopupmenuCaller()
          Gets the popupmenu caller.
 RepositoryHandler.SortType getSortType()
          Gets the sort type.
 NavigationControllerState.ViewMode getViewMode()
          Gets the view mode.
 void setCurrentFilter(java.lang.String currentFilter)
          Sets the current filter.
 void setNavigationView(int view)
          Sets the navigation view.
 void setPopupmenuCaller(javax.swing.JComponent popupmenuCaller)
          Sets the popupmenu caller.
 void setSortType(RepositoryHandler.SortType sortType)
          Sets the sort type.
 void setViewMode(NavigationControllerState.ViewMode viewMode)
          Sets the view mode.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NavigationControllerState

public NavigationControllerState()
Method Detail

getCurrentFilter

public java.lang.String getCurrentFilter()
Gets the current filter.

Returns:
the current filter

getNavigationView

public int getNavigationView()
Gets the navigation view.

Returns:
the navigation view

getPopupmenuCaller

public javax.swing.JComponent getPopupmenuCaller()
Gets the popupmenu caller.

Returns:
the popupmenu caller

getSortType

public RepositoryHandler.SortType getSortType()
Gets the sort type.

Returns:
the sort type

getViewMode

public NavigationControllerState.ViewMode getViewMode()
Gets the view mode.

Returns:
the view mode

setCurrentFilter

public void setCurrentFilter(java.lang.String currentFilter)
Sets the current filter.

Parameters:
currentFilter - the new current filter

setNavigationView

public void setNavigationView(int view)
Sets the navigation view.

Parameters:
view - the new navigation view

setPopupmenuCaller

public void setPopupmenuCaller(javax.swing.JComponent popupmenuCaller)
Sets the popupmenu caller.

Parameters:
popupmenuCaller - the new popupmenu caller

setSortType

public void setSortType(RepositoryHandler.SortType sortType)
Sets the sort type.

Parameters:
sortType - the new sort type

setViewMode

public void setViewMode(NavigationControllerState.ViewMode viewMode)
Sets the view mode.

Parameters:
viewMode - the new view mode


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