Type Method
型メソッド
removeFilePresenter:
Unregisters the specified file presenter object.
この指定されたファイルプレゼンタオブジェクトを登録解除します。
Parameters
パラメータ
filePresenter
The file presenter object to unregister. If the object is not currently registered, this method does nothing.
指定解除するファイルプレゼンタオブジェクト。オブジェクトが現在登録されないならば、このメソッドは何もしません。
Discussion
議論
Call this method to unregister file presenters before those objects are deallocated, even in a garbage-collected application.
このメソッドを呼び出すことでファイルプレゼンタそれらを、それらのオブジェクトがデアロケートされる前に指定解除してください、ガベージコレクションされたアプリケーションにおいてさえもです。
See Also
参照
Managing File Presenters
ファイルプレゼンタを管理する
+ addFilePresenter:
Registers the specified file presenter object so that it can receive notifications.
この指定されたファイルプレゼンタオブジェクトを登録します、それでそれは通知を受け取ることができます。
filePresenters
Returns an array containing the currently registered file presenter objects.
現在登録されるファイルプレゼンタオブジェクトそれらを含んでいる配列を返します。
purposeIdentifier
A string that uniquely identifies the file access that was performed by this file coordinator.
このファイルコーディネータによって実行されたファイルアクセスを特有に識別する文字列。