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

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

Known subclasses: elisa.plugins.poblesec.base.coverflow.CoverflowController, elisa.plugins.poblesec.base.grid.GridController, elisa.plugins.poblesec.base.preview_list.PreviewListController

Undocumented
Line # Kind Name Docs
29 Method initialize Initialize the component.
38 Method __init__ Undocumented
45 Method set_frontend Set the frontend for the controller.
59 Method stop_loading_animation Undocumented
67 Method removed Called after widget is removed from the canvas.
75 Method nodes_setup Undocumented
78 Method node_renderer Undocumented
81 Method node_clicked Undocumented
84 Method node_selected Undocumented
87 Method handle_input Undocumented

Inherited from PigmentController:

Line # Kind Name Docs
65 Method set_path Set the path for the controller.
81 Method has_focus Undocumented
84 Method prepare Called after widget is added to the canvas. It is sensible to do
97 Method clean Clean the component.

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):

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 __init__(self):
Undocumented
def set_frontend(self, frontend):
Set the frontend for the controller.
Parametersfrontendfrontend (type: elisa.core.components.frontend.Frontend )
def stop_loading_animation(self):
Undocumented
def removed(self):
Called after widget is removed from the canvas.
def nodes_setup(self):
Undocumented
def node_renderer(self, item, widget):
Undocumented
def node_clicked(self, widget, item):
Undocumented
def node_selected(self, widget, item, previous_item):
Undocumented
def handle_input(self, manager, input_event):
Undocumented
API Documentation for Elisa Media Center, generated by pydoctor at 2008-09-29 19:14:29.