"""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) """
"""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) """
"""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'
classprocess(aetools.ComponentItem):
"""process - A process running on this computer """
want='prcs'
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) """