var keySpecifier : NSScriptObjectSpecifier
func setReceiversSpecifier (NSScriptObjectSpecifier?)
Availability 有効性
Technology
class NSMoveCommand : NSScriptCommand
An instance of NSMove
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.
NSMove
のインスタンスは、指定されたスクリプト対応オブジェクトまたは複数のオブジェクトを移動します;例えば、それは幾らかの単語をある書類の中の新しい場所にまたはあるファイルをある新しいディレクトリへ移動します。
NSMove
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 NSMove
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.
NSMove
は、Cocoaの組込みスクリプティングサポートの一部です。それは自動的に働いてmove
AppleScriptコマンドをキー値コーディングを通してサポートします。ほとんどのアプリケーションは、NSMove
のサブクラスを作ったりそれのメソッドを発動したりする必要はありません。しかしながら、あなたがこのコマンドのサブクラス作成を選ぶかもしれない状況に対しては、"標準コマンドを修正する" をScriptコマンドの中でCocoaスクリプティングガイドにおいて見てください。
When an instance of NSMove
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.
NSMove
のインスタンスが実行される時、それは移動されるオブジェクトのコピーを作りません。それはオブジェクトを出所コンテナまたは複数のコンテナから取り除きます、それからそれらを行き先コンテナへと挿入します。
var keySpecifier : NSScriptObjectSpecifier
func setReceiversSpecifier (NSScriptObjectSpecifier?)
class NSScriptCommand
class NSQuitCommand
class NSSetCommand
class NSCreateCommand
class NSDeleteCommand
class NSExistsCommand
class NSGetCommand
class NSCloneCommand
class NSCountCommand
class NSCloseCommand