00001 #include "nsISupports.idl" 00002 #include "tmozIException.idl" 00003 #include "tmozIExport.idl" 00004 00005 interface tmozIFrame; 00006 00014 [scriptable, uuid(ae5c71ab-58d7-4b6c-8aa6-0a7129317834) ] 00015 interface tmozIExportFactory: nsISupports 00016 { 00023 readonly attribute AString menuName; 00024 00031 readonly attribute AString menuImage; 00032 00043 tmozIExport create(in tmozIFrame aFrame); 00044 };