"""view preferences - backwards compatibility with Finder Scripting Extension. DEPRECATED -- not supported after Finder 8.0 """
which='pvwp'
want='obj '
classcontainer(aetools.ComponentItem):
"""container - An item that contains other items """
want='ctnr'
classcontainer_window(aetools.NProperty):
"""container window - the main window for the container """
which='cwnd'
want='obj '
classcontainer_window(aetools.ComponentItem):
"""container window - A window that contains items """
want='cwnd'
classfolder_obsolete(aetools.NProperty):
"""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.) """
which='cfol'
want='obj '
classcontrol_panel(aetools.ComponentItem):
"""control panel - A control panel """
want='ccdv'
control_panels=control_panel
classfile(aetools.ComponentItem):
"""file - A file """
want='file'
classfile_type_obsolete(aetools.NProperty):
"""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) """
which='fitp'
want='type'
classlocked_obsolete(aetools.NProperty):
"""locked obsolete - Is the file locked? (DEPRECATED - for use with scripts compiled before Finder 8.0. Will be removed in the next release) """
which='islk'
want='bool'
classinformation_window(aetools.ComponentItem):
"""information window - An information window (opened by ³Get Info²) """
want='iwnd'
classcreation_date_obsolete(aetools.NProperty):
"""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) """
which='crtd'
want='ldt '
# repeated property locked_obsolete Is the item locked (applies only to file and application information windows)? (DEPRECATED - for use with scripts compiled before Finder 8.0. Will be removed in the next release)
"""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) """
which='modd'
want='ldt '
classitem(aetools.ComponentItem):
"""item - An item """
want='cobj'
# repeated property 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)
# repeated property folder_obsolete the folder in which the item is stored (DEPRECATED - for use with scripts compiled before Finder 8.0. Will be removed in the next release)
# repeated property 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)
classprocess(aetools.ComponentItem):
"""process - A process running on this computer """
want='prcs'
# repeated property file_type_obsolete the OSType of the file type of the process (DEPRECATED - for use with scripts compiled before Finder 8.0. Will be removed in the next release)
classsharable_container(aetools.ComponentItem):
"""sharable container - A container that may be shared (disks and folders) """
want='sctr'
classsharing_window(aetools.NProperty):
"""sharing window - the sharing window for the container (file sharing must be on to use this property) """
which='swnd'
want='obj '
classsharing_window(aetools.ComponentItem):
"""sharing window - A sharing window (opened by ³SharingŠ²) """
want='swnd'
classsharable_container(aetools.NProperty):
"""sharable container - the sharable container from which the window was opened """
which='sctr'
want='obj '
classitem(aetools.NProperty):
"""item - the item from which this window was opened """
which='cobj'
want='obj '
classcontainer(aetools.NProperty):
"""container - the container from which this window was opened """
which='ctnr'
want='obj '
# repeated property folder_obsolete the folder from which this window was opened (DEPRECATED - for use with scripts compiled before Finder 8.0. Will be removed in the next release)