func attributeDescriptor (forKeyword : AEKeyword) -> NSAppleEventDescriptor?
Returns a descriptor for the receiver’s Apple event attribute identified by the specified keyword.
指定されたキーワードで識別される、レシーバの持つアップルイベント属性に対する記述子を返します。
var eventClass : AEEventClass
The event class for the receiver.
レシーバに対するイベントクラス。
func paramDescriptor (forKeyword : AEKeyword) -> NSAppleEventDescriptor?
Returns a descriptor for the receiver’s Apple event parameter identified by the specified keyword.
指定されたキーワードで識別されるレシーバの持つアップルイベントパラメータに対する記述子を返します。
func removeParamDescriptor (withKeyword : AEKeyword)
Removes the receiver’s parameter descriptor identified by the specified keyword.
指定されたキーワードで識別されるレシーバの持つパラメータ記述子を除去します。
var returnID : AEReturnID
The receiver’s return ID (the ID for a reply Apple event).
レシーバの持つリターンID(ある返答アップルイベントに対するID)を返します。
func setAttribute (NSAppleEventDescriptor, forKeyword : AEKeyword)
Adds a descriptor to the receiver as an attribute identified by the specified keyword.
指定されたキーワードで識別される属性として、ある記述子をレシーバに加えます。
func setParam (NSAppleEventDescriptor, forKeyword : AEKeyword)
Adds a descriptor to the receiver as an Apple event parameter identified by the specified keyword.
指定されたキーワードで識別されるアップルイベントパラメータとして、ひとつの記述子をレシーバに加えます。
var transactionID : AETransactionID
The receiver’s transaction ID, if any.
レシーバの持つトランザクションID、もしあれば。