Class

NSCloseCommand

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

Declaration 宣言

class NSCloseCommand : NSScriptCommand

Overview 概要

An instance of NSCloseCommand closes the specified scriptable object or objects—typically a document or window (and its associated document, if any). The command may optionally specify a location to save in and how to handle modified documents (by automatically saving changes, not saving them, or asking the user). NSCloseCommandのインスタンスは、指定されたスクリプト対応のオブジェクトまたは複数のオブジェクトを閉じます — 大抵はある文書またはウインドウ(およびそれの関連書類、もしあれば)。この命令は、そこに保存するために随意にある場所をそしてどのように修正された書類を取り扱うか(自動的に変更を保存する、それらを保存しない、またはユーザに尋ねることによって)を指定します。

NSCloseCommand is part of Cocoa’s built-in scripting support. It works automatically to support the close command through key-value coding. Most applications don’t need to subclass NSCloseCommand or call its methods. NSCloseCommandは、Cocoaの組込みスクリプティングサポートの一部です。それは、自動的に働いて、キー値コーディングを通じてcloseコマンドをサポートするようにします。ほとんどのアプリケーションは、NSCloseCommandのサブクラスを作ったりそれのメソッドを呼び出す必要はありません。

Topics 話題

Accessing save options 保存オプションにアクセスする

Constants 定数

Relationships 関係

Inherits From 継承元

See Also 参照

Script Commands スクリプトコマンド