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 ハンドラを扱う

Relationships 関係

Inherits From 継承元

See Also 参照

NSObject Script Support NSObjectスクリプトサポート