- setReceiversSpecifier:
Sets the receiver’s object specifier.
レシーバの持つオブジェクト指定子を設定します。
Availability 有効性
Technology
@property(readonly, retain) NSScriptObjectSpecifier
*keySpecifier;
A specifier for the object or objects to be moved. 移動されるオブジェクトまたは複数のオブジェクトに対するある指定子。
Note that this specifier may be different than the specifier set by set
, which sets the container specifier. For example, for a command such as move the third circle to the location of the first circle
, the receiver might identify a document (which has a list of graphics), while the key specifier identifies the particular graphic to be moved.
この指定子は、コンテナ指定子を設定するset
によって設定される指定子とは異なるかもしれないことに注意してください。例えば、move the third circle to the location of the first circle
のようなコマンドに対して、レシーバはある書類を識別するかもしれません(それは画像のリストを持ちます)、一方でキー指定子は移動されることになる特定の画像を識別します。
- setReceiversSpecifier: