1 """Suite Obsolete terms: Terms that have been deprecated
4 Generated from Macintosh HD:Systeemmap:Finder
5 AETE/AEUT resource version 0/144, language 0, script 0
13 from StdSuites
.Type_Names_Suite
import *
14 class Obsolete_terms_Events(Type_Names_Suite_Events
):
19 class application(aetools
.ComponentItem
):
20 """application - The Finder """
22 class view_preferences(aetools
.NProperty
):
23 """view preferences - backwards compatibility with Finder Scripting Extension. DEPRECATED -- not supported after Finder 8.0 """
27 class container(aetools
.ComponentItem
):
28 """container - An item that contains other items """
30 class container_window(aetools
.NProperty
):
31 """container window - the main window for the container """
35 class container_window(aetools
.ComponentItem
):
36 """container window - A window that contains items """
38 class folder_obsolete(aetools
.NProperty
):
39 """folder obsolete - the folder from which the window was opened (DEPRECATED - for use with scripts compiled before Finder 8.0. Will be removed in the next release.) """
43 class control_panel(aetools
.ComponentItem
):
44 """control panel - A control panel """
47 control_panels
= control_panel
49 class file(aetools
.ComponentItem
):
52 class file_type_obsolete(aetools
.NProperty
):
53 """file type obsolete - the OSType identifying the type of data contained in the item (DEPRECATED - for use with scripts compiled before Finder 8.0. Will be removed in the next release) """
56 class locked_obsolete(aetools
.NProperty
):
57 """locked obsolete - Is the file locked? (DEPRECATED - for use with scripts compiled before Finder 8.0. Will be removed in the next release) """
61 class information_window(aetools
.ComponentItem
):
62 """information window - An information window (opened by –Get Info”) """
64 class creation_date_obsolete(aetools
.NProperty
):
65 """creation date obsolete - the date on which the item was created (DEPRECATED - for use with scripts compiled before Finder 8.0. Will be removed in the next release) """
68 class modification_date_obsolete(aetools
.NProperty
):
69 """modification date obsolete - the date on which the item was last modified (DEPRECATED - for use with scripts compiled before Finder 8.0. Will be removed in the next release) """
73 class item(aetools
.ComponentItem
):
77 class process(aetools
.ComponentItem
):
78 """process - A process running on this computer """
81 class sharable_container(aetools
.ComponentItem
):
82 """sharable container - A container that may be shared (disks and folders) """
84 class sharing_window(aetools
.NProperty
):
85 """sharing window - the sharing window for the container (file sharing must be on to use this property) """
89 class sharing_window(aetools
.ComponentItem
):
90 """sharing window - A sharing window (opened by –Sharingƒ”) """
92 class sharable_container(aetools
.NProperty
):
93 """sharable container - the sharable container from which the window was opened """
96 class item(aetools
.NProperty
):
97 """item - the item from which this window was opened """
100 class container(aetools
.NProperty
):
101 """container - the container from which this window was opened """
105 sharing_windows
= sharing_window
107 class status_window(aetools
.ComponentItem
):
108 """status window - Progress dialogs (e.g., copy window, rebuild desktop database, empty trash) """
111 status_windows
= status_window
112 application
._propdict
= {
113 'view_preferences' : view_preferences
,
115 application
._elemdict
= {
117 container
._propdict
= {
118 'container_window' : container_window
,
120 container
._elemdict
= {
122 container_window
._propdict
= {
123 'folder_obsolete' : folder_obsolete
,
125 container_window
._elemdict
= {
127 control_panel
._propdict
= {
129 control_panel
._elemdict
= {
132 'file_type_obsolete' : file_type_obsolete
,
133 'locked_obsolete' : locked_obsolete
,
137 information_window
._propdict
= {
138 'creation_date_obsolete' : creation_date_obsolete
,
139 'locked_obsolete' : locked_obsolete
,
140 'modification_date_obsolete' : modification_date_obsolete
,
142 information_window
._elemdict
= {
145 'creation_date_obsolete' : creation_date_obsolete
,
146 'folder_obsolete' : folder_obsolete
,
147 'modification_date_obsolete' : modification_date_obsolete
,
151 process
._propdict
= {
152 'file_type_obsolete' : file_type_obsolete
,
154 process
._elemdict
= {
156 sharable_container
._propdict
= {
157 'sharing_window' : sharing_window
,
159 sharable_container
._elemdict
= {
161 sharing_window
._propdict
= {
162 'sharable_container' : sharable_container
,
164 'container' : container
,
165 'folder_obsolete' : folder_obsolete
,
167 sharing_window
._elemdict
= {
169 status_window
._propdict
= {
171 status_window
._elemdict
= {
175 # Indices of types declared in this module
177 _classdeclarations
= {
178 'ccdv' : control_panel
,
179 'iwnd' : information_window
,
181 'capp' : application
,
182 'sctr' : sharable_container
,
183 'cwnd' : container_window
,
187 'qwnd' : status_window
,
188 'swnd' : sharing_window
,
191 _propdeclarations
= {
192 'crtd' : creation_date_obsolete
,
193 'cfol' : folder_obsolete
,
195 'cwnd' : container_window
,
196 'pvwp' : view_preferences
,
197 'swnd' : sharing_window
,
198 'sctr' : sharable_container
,
200 'modd' : modification_date_obsolete
,
201 'islk' : locked_obsolete
,
202 'fitp' : file_type_obsolete
,
205 _compdeclarations
= {
208 _enumdeclarations
= {