Class e.p.p.p.PluginLibraryController(HierarchyController, DoubleLineMenuItemPreviewListController):

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

A list controller that displays a list of plugins.

The list of plugins is created querying the application's plugin registry.

Class Variablesblacklista blacklist of plugins we do not want to show in the collection, either because they are part of the infrastructure, or because they do not provide any visible service to the user. (type: list of str )
Line # Kind Name Docs
294 Method initialize Initialize the component.
300 Method clean Clean the component.
341 Method node_clicked Callback invoked when an item of the list representing a given level of
305 Method _populate_collection Undocumented
327 Method _connect_bus Undocumented
332 Method _plugin_status_changed_cb Undocumented

Inherited from HierarchyController:

Line # Kind Name Docs
80 Method register_deferred Register a deferred call to be associated to a given key.
86 Method cancel_deferreds Cancel all the currently pending deferred calls associated to one given
103 Method cancel_all_deferreds Cancel all the currently pending deferred calls.

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

Inherited from DoubleLineMenuItemPreviewListController:

Line # Kind Name Docs
523 Method node_renderer Render a node using the common API methods defined by the

Inherited from MenuItemPreviewListController (via DoubleLineMenuItemPreviewListController):

Line # Kind Name Docs
503 Method image_from_item Display a preview image for an item using the common API methods
450 Method _actions_inserted Undocumented
453 Method _actions_deleted Undocumented
456 Method _actions_changed Undocumented
460 Method _actions_reordered Undocumented

Inherited from PreviewListController (via DoubleLineMenuItemPreviewListController, MenuItemPreviewListController):

Line # Kind Name Docs
128 Method __init__ Undocumented
143 Method nodes_setup Undocumented
175 Method item_to_letter Undocumented
229 Method set_frontend Set the frontend for the controller.
329 Method handle_input Undocumented
132 Method _create_selector Undocumented
156 Method _fastscroller_setup Undocumented
184 Method _get_active_shortcuts Undocumented
208 Method _shortcut_renderer Undocumented
215 Method _get_current_shortcut Undocumented
218 Method _set_current_shortcut Undocumented
221 Method _shortcut_selected Undocumented
271 Method _on_items_deleted Undocumented
276 Method _initiate_load_preview Undocumented
314 Method _load_preview Undocumented

Inherited from ListController (via DoubleLineMenuItemPreviewListController, MenuItemPreviewListController, PreviewListController):

Line # Kind Name Docs
60 Method stop_loading_animation Undocumented
71 Method removed Called after widget is removed from the canvas.
74 Method sensitive_set Undocumented
79 Method sensitive_get Undocumented
89 Method is_empty Undocumented
97 Method toggle_empty_alert Undocumented
160 Method node_selected Undocumented
84 Method _on_focus Undocumented
121 Method _node_clicked_proxy This method is triggered by the widget item-clicked signal. It figures

Inherited from PigmentController (via DoubleLineMenuItemPreviewListController, MenuItemPreviewListController, PreviewListController, ListController):

Line # Kind Name Docs
68 Method set_path Set the path for the controller.
84 Method has_focus Undocumented
87 Method prepare Called after widget is added to the canvas. It is sensible to do

Inherited from Component (via DoubleLineMenuItemPreviewListController, MenuItemPreviewListController, PreviewListController, ListController, 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 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 )
def _populate_collection(self, result):
Undocumented
def _connect_bus(self, result):
Undocumented
def _plugin_status_changed_cb(self, message, sender):
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 )
API Documentation for Elisa Media Center, generated by pydoctor at 2008-12-01 12:03:30.