Package trac :: Package admin :: Module web_ui :: Class PluginAdminPanel

Class PluginAdminPanel

source code

    object --+    
             |    
core.Component --+
                 |
                PluginAdminPanel

Nested Classes

Inherited from core.Component: __metaclass__

Instance Methods
 
get_admin_panels(self, req) source code
 
render_admin_panel(self, req, cat, page, path_info) source code
 
__init__(self, compmgr, init=None, cls=<class 'trac.admin.web_ui.PluginAdminPanel'>)
x.__init__(...) initializes x; see help(type(x)) for signature
source code

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__

Static Methods

Inherited from core.Component: __new__, implements

Properties

Inherited from object: __class__

Method Details

__init__(self, compmgr, init=None, cls=<class 'trac.admin.web_ui.PluginAdminPanel'>)
(Constructor)

source code 
x.__init__(...) initializes x; see help(type(x)) for signature
Overrides: object.__init__
(inherited documentation)