Class

NSMoveCommand

A command that moves one or more scriptable objects. ひとつ以上のスクリプト対応オブジェクトを移動するコマンド。

Declaration 宣言

class NSMoveCommand : NSScriptCommand

Overview 概要

An instance of NSMoveCommand moves the specified scriptable object or objects; for example, it may move words to a new location in a document or a file to a new directory. NSMoveCommandのインスタンスは、指定されたスクリプト対応オブジェクトまたは複数のオブジェクトを移動します;例えば、それは幾らかの単語をある書類の中の新しい場所にまたはあるファイルをある新しいディレクトリへ移動します。

NSMoveCommand is part of Cocoa’s built-in scripting support. It works automatically to support the move AppleScript command through key-value coding. Most applications don’t need to subclass NSMoveCommand or invoke its methods. However, for circumstances where you might choose to subclass this command, see "Modifying a Standard Command" in Script Commands in Cocoa Scripting Guide. NSMoveCommandは、Cocoaの組込みスクリプティングサポートの一部です。それは自動的に働いてmove AppleScriptコマンドをキー値コーディングを通してサポートします。ほとんどのアプリケーションは、NSMoveCommandのサブクラスを作ったりそれのメソッドを発動したりする必要はありません。しかしながら、あなたがこのコマンドのサブクラス作成を選ぶかもしれない状況に対しては、"標準コマンドを修正する" をScriptコマンドの中でCocoaスクリプティングガイドにおいて見てください。

When an instance of NSMoveCommand is executed, it does not make copies of moved objects. It removes objects from the source container or containers, then inserts them into the destination container. NSMoveCommandのインスタンスが実行される時、それは移動されるオブジェクトのコピーを作りません。それはオブジェクトを出所コンテナまたは複数のコンテナから取り除きます、それからそれらを行き先コンテナへと挿入します。

Topics 話題

Working with specifiers 指定子を扱う

Relationships 関係

Inherits From 継承元

See Also 参照

Script Commands スクリプトコマンド