00001 #include "nsISupports.idl" 00002 #include "tmozIScanInterpret.idl" 00003 #include "nsISimpleEnumerator.idl" 00004 00005 interface tmozIScanEditInterpret; 00006 00007 00015 [scriptable, uuid(F477CC96-5A87-41e6-A0B3-F2B325AE33AA) ] 00016 interface tmozIScanInterpretManager: nsISupports 00017 { 00023 readonly attribute nsISimpleEnumerator interprets; 00024 00030 tmozIScanEditInterpret create(); 00031 00037 tmozIScanInterpret get(in AString name); 00038 00046 tmozIScanEditInterpret edit(in AString name); 00047 00051 void remove(in AString name); 00052 };