Class e.p.p.n.NetworkShareBrowser(HierarchyController):

Part of elisa.plugins.poblesec.network View In Hierarchy

Known subclasses: elisa.plugins.poblesec.network.NetworkCoverflowController, elisa.plugins.poblesec.network.NetworkGridController, elisa.plugins.poblesec.network.NetworkPreviewListController

Undocumented
Line # Kind Name Docs
175 Method initialize Initialize the component.
237 Method nodes_setup Undocumented
253 Method node_clicked Callback invoked when an item of the list representing a given level of
286 Method play_image Undocumented
309 Method play_audio_video Undocumented

Inherited from HierarchyController:

Line # Kind Name Docs
78 Method make_actions Build contextual actions for this controller.
87 Method register_deferred Register a deferred call to be associated to a given key.
98 Method cancel_deferreds Cancel all the currently pending deferred calls associated to one given
115 Method cancel_all_deferreds Cancel all the currently pending deferred calls.
126 Method clean Clean the component.

Inherited from Component (via HierarchyController):

Line # Kind Name Docs
85 Class PathDescriptor Undocumented
97 Class Method create Create and initialize the component.

Inherited from Loggable (via HierarchyController, Component):

Line # Kind Name Docs
81 Method __init__ Undocumented
def initialize(self, uri=None, media_type=None):

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 nodes_setup(self):
Undocumented
def node_clicked(self, widget, item):
Callback invoked when an item of the list representing a given level of the hierarchy is clicked.
Parameterswidgetthe selected list item widget in the view (type: elisa.plugins.pigment.widgets.widget.Widget )
itemthe selected list item in the controller's model (type: elisa.core.components.model.Model )
def play_image(self, item):
Undocumented
def play_audio_video(self, item, player):
Undocumented
API Documentation for Elisa Media Center, generated by pydoctor at 2008-08-25 19:17:22.