+ sharedCoercionHandler
Returns the shared
NSScriptCoercionHandler
for the application.
そのアプリケーションに共有されるNSScriptCoercionHandler
を返します。
Availability 有効性
Technology
@interface NSScriptCoercionHandler : NSObject
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. このクラスの共有インスタンスは、オブジェクト値を別のクラスのオブジェクトへと、それに登録するいくつかのクラスによって提供される情報を使って、強制(変換)されます。強制はしばしば、キー値コーディングの間を通して要求されます。
+ sharedCoercionHandler
NSScriptCoercionHandler
for the application.
そのアプリケーションに共有されるNSScriptCoercionHandler
を返します。
- coerceValue:toClass:
- registerCoercer:selector:toConvertFromClass:toClass:
NSScriptExecutionContext