var saveOptions : NSSaveOptions
Overview 概要
An instance of NSClose
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).
NSClose
のインスタンスは、指定されたスクリプト対応のオブジェクトまたは複数のオブジェクトを閉じます — 大抵はある文書またはウインドウ(およびそれの関連書類、もしあれば)。この命令は、そこに保存するために随意にある場所をそしてどのように修正された書類を取り扱うか(自動的に変更を保存する、それらを保存しない、またはユーザに尋ねることによって)を指定します。
NSClose
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 NSClose
or call its methods.
NSClose
は、Cocoaの組込みスクリプティングサポートの一部です。それは、自動的に働いて、キー値コーディングを通じてclose
コマンドをサポートするようにします。ほとんどのアプリケーションは、NSClose
のサブクラスを作ったりそれのメソッドを呼び出す必要はありません。