Class e.p.p.b.l.ListSwitcherController(PigmentController):

Part of elisa.plugins.poblesec.base.list_switcher View In Hierarchy

Known subclasses: elisa.plugins.daap.controller.AlbumsDaapListSwitcherController, elisa.plugins.daap.controller.ArtistsDaapListSwitcherController, elisa.plugins.daap.controller.TracksDaapListSwitcherController, elisa.plugins.database.music_controller.AlbumsDbListSwitcherController, elisa.plugins.database.music_controller.AlbumsOfArtistDbListSwitcherController, elisa.plugins.database.music_controller.ArtistsDbListSwitcherController, elisa.plugins.database.music_controller.DecadesDbListSwitcherController, elisa.plugins.database.music_controller.GenreDbListSwitcherController, elisa.plugins.database.music_controller.GenresDbListSwitcherController, elisa.plugins.database.music_controller.TimeDbListSwitcherController, elisa.plugins.database.music_controller.TracksDbListSwitcherController, elisa.plugins.database.photo_controller.AlbumsListSwitcherController, elisa.plugins.database.photo_controller.PhotoListSwitcherController, elisa.plugins.database.photo_controller.PhotoMonthListSwitcherController, elisa.plugins.database.photo_controller.PhotoTimesListSwitcherController, elisa.plugins.database.playlists_controller.AddedPhotosListSwitcherController, elisa.plugins.database.playlists_controller.AddedTracksListSwitcherController, elisa.plugins.database.playlists_controller.AddedVideoListSwitcherController, elisa.plugins.database.playlists_controller.PlayedPhotosListSwitcherController, elisa.plugins.database.playlists_controller.PlayedTracksListSwitcherController, elisa.plugins.database.playlists_controller.PlayedVideoListSwitcherController, elisa.plugins.database.playlists_controller.UnPlayedVideoListSwitcherController, elisa.plugins.database.tvshows_controllers.AllTVSeasonsListSwitcherController, elisa.plugins.database.tvshows_controllers.TVEpisodeTrackListSwitcherController, elisa.plugins.database.tvshows_controllers.TVSeasonListSwitcherController, elisa.plugins.database.video_controller.AllMoviesListSwitcherController, elisa.plugins.database.video_controller.AllVideosListSwitcherController, elisa.plugins.database.video_controller.MovieTrackListSwitcherController, elisa.plugins.database.video_controller.UnclassifiedVideosListSwitcherController, elisa.plugins.database.video_controller.VideosMonthListSwitcherController, elisa.plugins.database.video_controller.VideoTimesListSwitcherController, elisa.plugins.database.video_controller.VideoTrackListSwitcherController, elisa.plugins.favorites.controller.FavoritesAlbumsListSwitcher, elisa.plugins.favorites.controller.FavoritesArtistsListSwitcher, elisa.plugins.favorites.controller.FavoritesPhotoAlbumsListSwitcher, elisa.plugins.favorites.controller.FavoritesPhotosListSwitcher, elisa.plugins.favorites.controller.FavoritesRadiosListSwitcher, elisa.plugins.favorites.controller.FavoritesTracksListSwitcher, elisa.plugins.favorites.controller.FavoritesVideosListSwitcher, elisa.plugins.flickr.controller.FlickrAccountListSwitcherController, elisa.plugins.flickr.controller.FlickrListSwitcherController, elisa.plugins.ipod.controller.AlbumsIpodListSwitcherController, elisa.plugins.ipod.controller.ArtistsIpodListSwitcherController, elisa.plugins.ipod.controller.TracksIpodListSwitcherController, elisa.plugins.poblesec.filesystem.FilesystemListSwitcherController, elisa.plugins.poblesec.network.NetworkListSwitcherController, elisa.plugins.rss.controller.RssReaderListSwitcherController, elisa.plugins.shoutcast.controller.ShoutcastListSwitcherController, elisa.plugins.youtube.controller.YoutubeListSwitcherController

Undocumented
Line # Kind Name Docs
46 Method initialize Initialize the component.
96 Method set_frontend Set the frontend for the controller.
100 Method set_path Set the path for the controller.
113 Method switch_mode Undocumented
159 Method handle_input Undocumented
162 Method sensitive_set Undocumented
170 Method sensitive_get Undocumented
175 Method prepare Called after widget is added to the canvas. It is sensible to do
178 Method removed Called after widget is removed from the canvas.
182 Method clean Clean the component.
92 Method _on_focus Undocumented
104 Method _show_controller Undocumented
110 Method _hide_controller Undocumented

Inherited from PigmentController:

Line # Kind Name Docs
50 Method __init__ Undocumented
83 Method has_focus Undocumented

Inherited from Component (via PigmentController, Controller):

Line # Kind Name Docs
85 Class PathDescriptor Undocumented
97 Class Method create Create and initialize the component.
def initialize(self, **kwargs):
Initialize the component.

This method is called by Component.create to finish the initialization of a component.

Returnsa deferred called when a component is fully initialized (type: twisted.internet.defer.Deferred )
def _on_focus(self, widget, focus):
Undocumented
def set_frontend(self, frontend):
Set the frontend for the controller.
Parametersfrontendfrontend (type: elisa.core.components.frontend.Frontend )
def set_path(self, path):
Set the path for the controller.
Parameterspathpath (type: str )
def _show_controller(self, controller):
Undocumented
def _hide_controller(self, controller):
Undocumented
def switch_mode(self, new_class):
Undocumented
def handle_input(self, manager, input_event):
Undocumented
def sensitive_set(self, value):
Undocumented
def sensitive_get(self, value):
Undocumented
def prepare(self):
Called after widget is added to the canvas. It is sensible to do aspect ratio dependent operations at that point.
def removed(self):
Called after widget is removed from the canvas.
def clean(self):
Clean the component.

This method is called when a component is not needed anymore to clean its state.

Returnsa deferred called when the component has finished cleaning its state (type: twisted.internet.defer.Deferred )
API Documentation for Elisa Media Center, generated by pydoctor at 2009-02-16 19:15:05.