Class
NSScriptCoercionHandler
A mechanism for converting one kind of scripting data to another.
ある種のスクリプティングデータを別のものに変換するための仕組み。
Declaration
宣言
class NSScriptCoercionHandler : NSObject
Overview
概要
A shared instance of this class coerces (converts) object values to objects of another class using information supplied by classes that register with it. Coercions frequently are required during key-value coding.
このクラスの共有インスタンスは、オブジェクト値を別のクラスのオブジェクトへと、それに登録するいくつかのクラスによって提供される情報を使って、強制(変換)されます。強制はしばしば、キー値コーディングの間を通して要求されます。
Topics
話題
Accessing the application’s handler
アプリケーションのもつハンドラにアクセスする
Working with handlers
ハンドラを扱う
See Also
参照
NSObject Script Support
NSObjectスクリプトサポート
NSComparisonMethods
A collection of default comparison methods useful for performing specifier tests.
指定子テストを実行するのに有用な省略時の比較メソッドのいちコレクション。
NSScriptKeyValueCoding
A collection of methods that provide additional capabilities for working with key-value coding.
キー値コーディングを扱うための追加能力を提供するメソッドのいちコレクション。
NSScriptObjectSpecifiers
A collection of methods providing additional object specifier functionality.
追加のオブジェクト指定子機能を提供するいちコレクション。