| 
									
										
										
										
											2000-08-20 20:23:58 +00:00
										 |  |  | """
 | 
					
						
							| 
									
										
										
										
											2002-08-07 15:53:42 +00:00
										 |  |  | Package generated from /Volumes/Sap/Applications (Mac OS 9)/Internet Explorer 5/Internet Explorer | 
					
						
							| 
									
										
										
										
											2000-08-20 20:23:58 +00:00
										 |  |  | Resource aete resid 0  | 
					
						
							|  |  |  | """
 | 
					
						
							|  |  |  | import aetools | 
					
						
							| 
									
										
										
										
											2002-04-23 21:08:54 +00:00
										 |  |  | Error = aetools.Error | 
					
						
							|  |  |  | import Required_Suite | 
					
						
							|  |  |  | import Standard_Suite | 
					
						
							| 
									
										
										
										
											2000-08-20 20:23:58 +00:00
										 |  |  | import Web_Browser_Suite | 
					
						
							|  |  |  | import URL_Suite | 
					
						
							|  |  |  | import Microsoft_Internet_Explorer | 
					
						
							|  |  |  | import Netscape_Suite | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | _code_to_module = { | 
					
						
							| 
									
										
										
										
											2002-04-23 21:08:54 +00:00
										 |  |  | 	'reqd' : Required_Suite, | 
					
						
							|  |  |  | 	'****' : Standard_Suite, | 
					
						
							| 
									
										
										
										
											2000-08-20 20:23:58 +00:00
										 |  |  | 	'WWW!' : Web_Browser_Suite, | 
					
						
							|  |  |  | 	'GURL' : URL_Suite, | 
					
						
							|  |  |  | 	'MSIE' : Microsoft_Internet_Explorer, | 
					
						
							|  |  |  | 	'MOSS' : Netscape_Suite, | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | _code_to_fullname = { | 
					
						
							| 
									
										
										
										
											2002-04-23 21:08:54 +00:00
										 |  |  | 	'reqd' : ('Explorer.Required_Suite', 'Required_Suite'), | 
					
						
							|  |  |  | 	'****' : ('Explorer.Standard_Suite', 'Standard_Suite'), | 
					
						
							| 
									
										
										
										
											2000-08-20 20:23:58 +00:00
										 |  |  | 	'WWW!' : ('Explorer.Web_Browser_Suite', 'Web_Browser_Suite'), | 
					
						
							|  |  |  | 	'GURL' : ('Explorer.URL_Suite', 'URL_Suite'), | 
					
						
							|  |  |  | 	'MSIE' : ('Explorer.Microsoft_Internet_Explorer', 'Microsoft_Internet_Explorer'), | 
					
						
							|  |  |  | 	'MOSS' : ('Explorer.Netscape_Suite', 'Netscape_Suite'), | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2002-04-23 21:08:54 +00:00
										 |  |  | from Required_Suite import * | 
					
						
							|  |  |  | from Standard_Suite import * | 
					
						
							| 
									
										
										
										
											2000-08-20 20:23:58 +00:00
										 |  |  | from Web_Browser_Suite import * | 
					
						
							|  |  |  | from URL_Suite import * | 
					
						
							|  |  |  | from Microsoft_Internet_Explorer import * | 
					
						
							|  |  |  | from Netscape_Suite import * | 
					
						
							| 
									
										
										
										
											2002-08-07 15:53:42 +00:00
										 |  |  | def getbaseclasses(v): | 
					
						
							|  |  |  | 	if hasattr(v, '_superclassnames') and not hasattr(v, '_propdict'): | 
					
						
							|  |  |  | 		v._propdict = {} | 
					
						
							|  |  |  | 		v._elemdict = {} | 
					
						
							|  |  |  | 		for superclass in v._superclassnames: | 
					
						
							|  |  |  | 			v._propdict.update(getattr(eval(superclass), '_privpropdict', {})) | 
					
						
							|  |  |  | 			v._elemdict.update(getattr(eval(superclass), '_privelemdict', {})) | 
					
						
							|  |  |  | 		v._propdict.update(v._privpropdict) | 
					
						
							|  |  |  | 		v._elemdict.update(v._privelemdict) | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | import StdSuites | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | # | 
					
						
							|  |  |  | # Set property and element dictionaries now that all classes have been defined | 
					
						
							|  |  |  | # | 
					
						
							|  |  |  | getbaseclasses(application) | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | # | 
					
						
							|  |  |  | # Indices of types declared in this module | 
					
						
							|  |  |  | # | 
					
						
							|  |  |  | _classdeclarations = { | 
					
						
							|  |  |  | 	'capp' : application, | 
					
						
							|  |  |  | } | 
					
						
							| 
									
										
										
										
											2000-08-20 20:23:58 +00:00
										 |  |  | 
 | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2002-04-23 21:08:54 +00:00
										 |  |  | class Explorer(Required_Suite_Events, | 
					
						
							|  |  |  | 		Standard_Suite_Events, | 
					
						
							|  |  |  | 		Web_Browser_Suite_Events, | 
					
						
							| 
									
										
										
										
											2000-08-20 20:23:58 +00:00
										 |  |  | 		URL_Suite_Events, | 
					
						
							|  |  |  | 		Microsoft_Internet_Explorer_Events, | 
					
						
							|  |  |  | 		Netscape_Suite_Events, | 
					
						
							|  |  |  | 		aetools.TalkTo): | 
					
						
							|  |  |  | 	_signature = 'MSIE' | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2002-08-07 15:53:42 +00:00
										 |  |  | 	_moduleName = 'Explorer' | 
					
						
							|  |  |  | 
 |