- commandDescriptionWithAppleEventClass:andAppleEventCode:
Returns the command description identified by a suite’s four-character Apple event code of the class (
eventClass
) and the four-character Apple event code of the command (commandCode
).
クラスの4文字アップルイベントコード(eventClass
)そしてコマンドの4文字アップルイベントコード(commandCode
)によって識別されるコマンド記述を返します。
- registerCommandDescription:
Registers command description
commandDesc
for use by Cocoa’s built-in scripting support by storing it in a per-suite internal dictionary under the command name.
Cocoaのもつ組み込みスクリプティングサポートによって使うためのコマンド記述commandDesc
を、それをスイートごとの内部辞書にコマンド名の下で格納することによって登録します。