Class e.p.p.b.BrowserController(PigmentController):

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

Known subclasses: elisa.plugins.poblesec.poblesec_browser_controller.PoblesecBrowserController

Undocumented
Line # Kind Name Docs
40 Method initialize Initialize the component.
67 Method set_frontend Set the frontend for the controller.
163 Method handle_input Undocumented
200 Method clean Clean the component.
63 Method _focus_cb Undocumented
79 Method _push_controller_cb Undocumented
83 Method _new_controller_creation_failed Undocumented
91 Method _swap_new_controller Undocumented
105 Method _pop_controller_cb Undocumented
112 Method _hide_controller Undocumented
133 Method _show_controller Undocumented
159 Method _place_controller Undocumented
175 Method _initialize_dbus Undocumented
186 Method _clean_dbus Undocumented

Inherited from PigmentController:

Line # Kind Name Docs
50 Method __init__ Undocumented
68 Method set_path Set the path for the controller.
83 Method has_focus Undocumented
86 Method prepare Called after widget is added to the canvas. It is sensible to do
93 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, home_path=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 _focus_cb(self, widget, focus):
Undocumented
def set_frontend(self, frontend):
Set the frontend for the controller.
Parametersfrontendfrontend (type: elisa.core.components.frontend.Frontend )
def _push_controller_cb(self, history, previous, current_dfr):
Undocumented
def _new_controller_creation_failed(self, failure, previous):
Undocumented
def _swap_new_controller(self, current, previous):
Undocumented
def _pop_controller_cb(self, history, previous, current):
Undocumented
def _hide_controller(self, controller, transition):
Undocumented
def _show_controller(self, controller, transition):
Undocumented
def _place_controller(self, controller):
Undocumented
def handle_input(self, manager, input_event):
Undocumented
def _initialize_dbus(self):
Undocumented
def _clean_dbus(self):
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 )
API Documentation for Elisa Media Center, generated by pydoctor at 2009-02-16 19:15:05.