tmozIExportFactory Interface Reference

Export module factory. More...

List of all members.

Public Member Functions

tmozIExport create (in tmozIFrame aFrame)
 Create Export module.

Public Attributes

readonly attribute AString menuName
 Name of export module.
readonly attribute AString menuImage
 Export module icon.


Detailed Description

Export module factory.

This is factory for export module (tmozIExport). Each module is constructed using such factory. This object is also responsible for name of the export module in the menu.


Member Function Documentation

tmozIExport create ( in tmozIFrame  aFrame  ) 

Create Export module.

Method will create innstance of export module. Each instance is used for one export sequence.

Parameters:
aFrame parent frame
Returns:
Return export module. Throw excetion if failed to create export module.


Member Data Documentation

readonly attribute AString menuImage

Export module icon.

URL of image used in the menu. E.g.: chrome://tahiti/skin/icons/myExport.png

readonly attribute AString menuName

Name of export module.

Return Export module name. This name is used to display plugin name in the menu.


Generated on Thu Aug 27 12:37:06 2009 for Tahiti XPCOM API