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

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

Popup dialog controller.
Line # Kind Name Docs
156 Method __init__ Undocumented
160 Method initialize Initialize the component.
177 Method set_frontend Set the frontend for the controller.
196 Method handle_input Undocumented
167 Method _set_text Undocumented
172 Method _get_text Undocumented
191 Method _on_focus Undocumented

Inherited from PigmentController:

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
94 Method removed Called after widget is removed from the canvas.
100 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 __init__(self):
Undocumented
def initialize(self, icon, title, text, buttons):

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 _set_text(self, value):
Undocumented
def _get_text(self):
Undocumented
def set_frontend(self, frontend):
Set the frontend for the controller.
Parametersfrontendfrontend (type: elisa.core.components.frontend.Frontend )
def _on_focus(self, widget, focus):
Undocumented
def handle_input(self, manager, input_event):
Undocumented
API Documentation for Elisa Media Center, generated by pydoctor at 2008-10-13 19:16:17.