Class Index | File Index

Classes


Class Bootstrap


Defined in: Bootstrap.jsm.

Class Summary
Constructor Attributes Constructor Name and Description
 
Allows starting up and shutting down Adblock Plus functions.
Method Summary
Method Attributes Method Name and Description
<static>  
Bootstrap.loadModule(url)
Loads and initializes a module.
<static>  
Bootstrap.shutdown()
Shuts down add-on.
<static>  
Bootstrap.shutdownModule(url)
Shuts down a module.
<static>  
Bootstrap.startup()
Initializes add-on, loads and initializes all modules.
Class Detail
Bootstrap()
Allows starting up and shutting down Adblock Plus functions.
Method Detail
<static> Bootstrap.loadModule(url)
Loads and initializes a module.
Parameters:
{String} url

<static> Bootstrap.shutdown()
Shuts down add-on.

<static> Bootstrap.shutdownModule(url)
Shuts down a module.
Parameters:
{String} url

<static> Bootstrap.startup()
Initializes add-on, loads and initializes all modules.

Documentation generated by JsDoc Toolkit 2.3.2 on Wed May 09 2012 10:50:20 GMT+0000 (UTC)