Previous | Chapter contents | Next | Book PDF
The property list for a suite definition consists of a series of nested dictionaries. Use appropriate Apple event codes or, if none exists for a certain class of object, attribute, or relationship, use a four-letter Apple event code that you know to be unique.
Key |
Reference |
Description |
---|---|---|
See Class Dictionary |
One per each scriptable class. Must be the name of an Objective-C or Yellow Box Java class. |
Key |
Reference |
Description |
---|---|---|
Definition of attribute or relationship. propertyName should map to an instance variable of the class for which there are accessor methods. |
Key |
Value Type |
Description |
---|---|---|
Name of an inverse relationship. An inverse relationship specifies a relationship to a class that points back to this class. |
Key |
Value Type or Reference |
Description |
---|---|---|
Class name for which four-letter Apple event code is a synonym. |
Previous | Chapter contents | Next | Book PDF