00001 #include "nsISupports.idl" 00002 #include "tmozIException.idl" 00003 00004 interface tmozIViewObject; 00005 interface tmozIDomain; 00006 00012 [scriptable, uuid(e12bb807-e050-457b-8da5-6be6a3c2a1d5) ] 00013 interface tmozIDocManager: nsISupports 00014 { 00021 readonly attribute unsigned long openDocuments; 00022 00044 void show(in tmozIDomain domain, 00045 in tmozIViewObject voi, 00046 in unsigned long viewType, 00047 in boolean focus2View); 00048 };