Class Index | File Index

Modules


Panels


Templates


Services (XPCOM)


All Classes


Report Doc Issue | How To Comment Firebug Code

Class top.Firebug

Represents the main Firebug application object. An instance of this object is created for each browser window (browser.xul).

Defined in: firebug.js.

Class Summary
Constructor Attributes Constructor Name and Description
 
Method Summary
Method Attributes Method Name and Description
<static>  
top.Firebug.getElementPanel(element)
Takes an element from a panel document and finds the owning panel.
<static>  
top.Firebug.getPanelState(panel)
Gets an object containing the state of the panel from the last time it was displayed before one or more page reloads.
<static>  
top.Firebug.initializeUI(detachArgs)
Called when the UI is ready to be initialized, once the panel browsers are loaded, but before any contexts are created.
Class Detail
top.Firebug()
Method Detail
<static> top.Firebug.getElementPanel(element)
Takes an element from a panel document and finds the owning panel.
Parameters:
element

<static> top.Firebug.getPanelState(panel)
Gets an object containing the state of the panel from the last time it was displayed before one or more page reloads. The 'null' return here is a too-subtle signal to the panel code in bindings.xml. Note that panel.context may not have a persistedState, but in addition the persisted state for panel.name may be null.
Parameters:
panel

<static> top.Firebug.initializeUI(detachArgs)
Called when the UI is ready to be initialized, once the panel browsers are loaded, but before any contexts are created.
Parameters:
detachArgs

Documentation generated by JsDoc Toolkit 2.3.0 on Wed Feb 10 2010 16:02:15 GMT+0100 (CET)