|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sourceforge.atunes.kernel.controllers.model.Controller
net.sourceforge.atunes.kernel.controllers.menu.MenuController
public class MenuController
The Class MenuController.
Constructor Summary | |
---|---|
MenuController(ApplicationMenuBar menu)
Instantiates a new menu controller. |
Method Summary | |
---|---|
protected void |
addBindings()
Adds the bindings. |
protected void |
addStateBindings()
Adds the state bindings. |
void |
disablePlayListItems(boolean disable,
boolean radioOrPodcastFeedEntrySelected)
Disable play list items. |
void |
enableSavePlaylist(boolean enable)
Enable save playlist. |
void |
enableShufflePlaylist(boolean enable)
Enable shuffle playlist. |
protected void |
notifyReload()
Notify reload. |
void |
setDeviceConnected(boolean enable)
Sets the device connected. |
void |
setRipCDEnabled(boolean enable)
Sets the rip cd enabled. |
void |
setShowAudioScrobblerPanel(boolean show)
Sets the show audio scrobbler panel. |
void |
setShowNavigationPanel(boolean show)
Sets the show navigation panel. |
void |
setShowNavigationTable(boolean show)
Sets the show navigation table. |
void |
setShowOSD(boolean enable)
Sets the show osd. |
void |
setShowPlaylistControls(boolean enable)
Sets the show playlist controls. |
void |
setShowSongProperties(boolean show)
Sets the show song properties. |
void |
setShowStatusBar(boolean show)
Sets the show status bar check box value |
void |
setShowToolBar(boolean show)
Sets the show tool bar check box value |
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 |
---|
public MenuController(ApplicationMenuBar menu)
menu
- the menuMethod Detail |
---|
protected void addBindings()
Controller
addBindings
in class Controller
protected void addStateBindings()
Controller
addStateBindings
in class Controller
public void disablePlayListItems(boolean disable, boolean radioOrPodcastFeedEntrySelected)
disable
- the disableradioOrPodcastFeedEntrySelected
- the radio or podcast feed entry selectedpublic void enableSavePlaylist(boolean enable)
enable
- the enablepublic void enableShufflePlaylist(boolean enable)
enable
- the enableprotected void notifyReload()
Controller
notifyReload
in class Controller
public void setDeviceConnected(boolean enable)
enable
- the new device connectedpublic void setRipCDEnabled(boolean enable)
enable
- the new rip cd enabledpublic void setShowAudioScrobblerPanel(boolean show)
show
- the new show audio scrobbler panelpublic void setShowNavigationPanel(boolean show)
show
- the new show navigation panelpublic void setShowNavigationTable(boolean show)
show
- the new show navigation tablepublic void setShowOSD(boolean enable)
enable
- the new show osdpublic void setShowPlaylistControls(boolean enable)
enable
- the new show playlist controlspublic void setShowSongProperties(boolean show)
show
- the new show song propertiespublic void setShowStatusBar(boolean show)
show
- the new show status barpublic void setShowToolBar(boolean show)
show
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |