var keySpecifier : NSScriptObjectSpecifier
func setReceiversSpecifier (NSScriptObjectSpecifier?)
Availability 有効性
Technology
class NSCloneCommand : NSScriptCommand
An instance of NSClone
clones the specified scriptable object or objects (such as words, paragraphs, images, and so on) and inserts them in the specified location, or the default location if no location is specified. The cloned scriptable objects typically correspond to objects in the application, but aren’t required to. This command corresponds to AppleScript’s duplicate
command.
NSClone
のインスタンスは、指定されたスクリプト対応のオブジェクトまたは複数のオブジェクトを複製(クローン)します(例えば、単語、段落、画像、などを)、そしてそれらを指定された場所に、または場所が指定されなければ省略時の場所に挿入します。複製されたスクリプト対応オブジェクトは、概してアプリケーションの中の様々なオブジェクトに相当します、しかし必要とはされません。この命令は、AppleScriptのもつduplicate
コマンドに相当します。
NSClone
is part of Cocoa’s built-in scripting support. It works automatically to support the duplicate
command through key-value coding. Most applications don’t need to subclass NSClone
or invoke its methods.
NSClone
は、Cocoaの組込みスクリプティングサポートの一部です。それは、自動的に働いて、キー値コーディングを通じてduplicate
コマンドをサポートするようにします。ほとんどのアプリケーションは、NSClone
のサブクラスを作ったりそれのメソッドを発動したりする必要はありません。
When an instance of NSClone
is executed, it clones the specified objects by sending them copy
messages.
NSClone
のインスタンスが実行される時、それは指定されたオブジェクトいくつかを、それらにcopy
メッセージを送ることによって複製します。
var keySpecifier : NSScriptObjectSpecifier
func setReceiversSpecifier (NSScriptObjectSpecifier?)
class NSScriptCommand
class NSQuitCommand
class NSSetCommand
class NSMoveCommand
class NSCreateCommand
class NSDeleteCommand
class NSExistsCommand
class NSGetCommand
class NSCountCommand
class NSCloseCommand