var keySpecifier : NSScriptObjectSpecifier
func setReceiversSpecifier (NSScriptObjectSpecifier?)
Availability 有効性
Technology
class NSDeleteCommand : NSScriptCommand
An instance of NSDelete
deletes the specified scriptable object or objects (such as words, paragraphs, and so on).
NSDelete
のインスタンスは、指定されたスクリプト対応オブジェクトまたは複数のオブジェクト(例えば単語、段落、など)を削除します。
Suppose, for example, a user executes a script that sends the command delete the third rectangle in the first document
to the Sketch sample application (located in /Developer/Examples/App
). Cocoa creates an NSDelete
object to perform the operation. When the command is executed, it uses the key-value coding mechanism (by invoking remove
) to remove the specified object or objects from their container. See the description for remove
for related information.
例えば、あるユーザがコマンドdelete the third rectangle in the first document
をSketchサンプルアプリケーション(/Developer/Examples/App
にあります)に送るスクリプトを実行すると仮定しましょう。Cocoaは、NSDelete
オブジェクトを作成することでその操作を実行します。そのコマンドが実行される時、それはキー値コーディングの仕組みを使って(remove
を発動することによって)、指定されたオブジェクトまたは複数のオブジェクトをそれらのコンテナから除去します。remove
に対する記述を関連情報として見てください。
NSDelete
is part of Cocoa’s built-in scripting support. Most applications don’t need to subclass NSDelete
or call its methods.
NSDelete
は、Cocoaの組み込みスクリプティングサポートの一部です。ほとんどのアプリケーションは、NSDelete
のサブクラスを作成したりそれのメソッドを呼び出す必要はありません。
var keySpecifier : NSScriptObjectSpecifier
func setReceiversSpecifier (NSScriptObjectSpecifier?)
class NSScriptCommand
class NSQuitCommand
class NSSetCommand
class NSMoveCommand
class NSCreateCommand
class NSExistsCommand
class NSGetCommand
class NSCloneCommand
class NSCountCommand
class NSCloseCommand