beautypg.com

Apple AppleScript Finder Guide User Manual

Page 39

background image

C H A P T E R 2

Finder Objects

Object Class Definitions

27

DEFAULT VALUE CLASS RETURNED

A reference or (if you use the plural form accessory processes) a list of

references of the form

application "

AccessoryProcessName"

where AccessoryProcessName is the name of an accessory process as it appears in

the Applications menu.

EXAMPLE

This script returns a list of references to the accessory processes that are

currently running:

tell application "Finder"

every accessory process

end tell

--result: {application "Alarm Clock”, application
"Calculator", application "Notepad"}

Accessory Suitcase

2

An object of class Accessory Suitcase is a desk accessory suitcase.

PROPERTIES

An accessory suitcase has all the properties defined for object class Container

on page 43: Completely Expanded, Container Window, Entire Contents,

Expandable, Expanded, Previous List View, Selection, and View.
Like any other container, an accessory suitcase also has all the properties

defined for object class Item on page 73: Bounds, Comment, Container,

Content Space, Creation Date, Disk, Folder, Icon, ID, Information Window,

Kind, Label Index, Modification Date, Name, Physical Size, Position,

Selected, Size, and Window.