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