Class e.p.p.p.PluginInformationController(PigmentController):

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

Display detailed information about a given plugin.
Instance Variablesplugina plugin model (type: PluginModel )
installedwhether the plugin is already installed (type: bool )
plugin_dicta dictionary representing the plugin as understood by the plugin repository (type: dict )
Line # Kind Name Docs
931 Method initialize Initialize the component.
979 Method clean Clean the component.
1049 Method handle_input Undocumented
939 Method _create_widget Undocumented
989 Method _on_focus Undocumented
993 Method _button_clicked_cb Undocumented
998 Method _set_action Undocumented
1007 Method _install_plugin Undocumented
1015 Method _ready_to_use Undocumented
1029 Method _do_action Undocumented

Inherited from PigmentController:

Line # Kind Name Docs
50 Method __init__ Undocumented
59 Method set_frontend Set the frontend for the controller.
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
94 Method removed Called after widget is removed from the canvas.

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, plugin, installed=True, plugin_dict=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 _create_widget(self, result):
Undocumented
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 _on_focus(self, widget, focus):
Undocumented
def _button_clicked_cb(self, button, *args):
Undocumented
def _set_action(self, action):
Undocumented
def _install_plugin(self, egg_file):
Undocumented
def _ready_to_use(self, result):
Undocumented
def _do_action(self):
Undocumented
def handle_input(self, manager, input_event):
Undocumented
API Documentation for Elisa Media Center, generated by pydoctor at 2008-12-15 12:25:45.