extIExtensions Interface Reference

import"extIApplication.idl";

Inheritance diagram for extIExtensions:
[legend]
Collaboration diagram for extIExtensions:
[legend]

Public Member Functions

boolean has (in AString aId)
 
extIExtension get (in AString aId)
 

Public Attributes

readonly attribute nsIVariant all
 

Detailed Description

Interface representing a list of all installed extensions

Definition at line 316 of file extIApplication.idl.

Member Function Documentation

extIExtension extIExtensions::get ( in AString  aId)

Gets a extIExtension object for an extension.

Parameters
aIdThe id of an extension
Returns
An extension object or null if no extension exists with the given id.
boolean extIExtensions::has ( in AString  aId)

Determines if an extension exists with the given id.

Parameters
aIdThe id of an extension
Returns
true if an extension exists with the given id, false otherwise.

Member Data Documentation

readonly attribute nsIVariant extIExtensions::all

Array of extIExtension listing all extensions in the application.

Definition at line 321 of file extIApplication.idl.


The documentation for this interface was generated from the following file: