|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sourceforge.atunes.kernel.controllers.navigation.NavigationControllerState
public class NavigationControllerState
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 |
---|
public NavigationControllerState()
Method Detail |
---|
public java.lang.String getCurrentFilter()
public int getNavigationView()
public javax.swing.JComponent getPopupmenuCaller()
public RepositoryHandler.SortType getSortType()
public NavigationControllerState.ViewMode getViewMode()
public void setCurrentFilter(java.lang.String currentFilter)
currentFilter
- the new current filterpublic void setNavigationView(int view)
view
- the new navigation viewpublic void setPopupmenuCaller(javax.swing.JComponent popupmenuCaller)
popupmenuCaller
- the new popupmenu callerpublic void setSortType(RepositoryHandler.SortType sortType)
sortType
- the new sort typepublic void setViewMode(NavigationControllerState.ViewMode viewMode)
viewMode
- the new view mode
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |