00001 #include "nsISupports.idl" 00002 #include "nsISimpleEnumerator.idl" 00003 #include "tmozIScanFormat.idl" 00004 #include "tmozIScanEditableFormat.idl" 00005 00011 [scriptable, uuid(C1C6B126-20DA-4f19-844B-51329C56DC23) ] 00012 interface tmozIScanFormatManager 00013 : nsISupports 00014 { 00020 readonly attribute nsISimpleEnumerator formats; 00021 00027 tmozIScanFormat getByID(in long id); 00028 00034 tmozIScanFormat add(); 00035 00044 tmozIScanEditableFormat edit(in tmozIScanFormat format); 00045 00050 void remove(in tmozIScanFormat format); 00051 };