static let WebHistoryAllItemsRemoved : NSNotification.Name
Posted when all history items have been removed from the web history.
すべての履歴項目がウェブ履歴から取り除かれてしまった時に投函されます。
static let WebHistoryItemChanged : NSNotification.Name
Posted by a WebHistoryItem object when the value of the history item’s title, alternate title, URL strings, or last visited interval changes.
履歴項目のタイトル、代替のタイトル、URL文字列、または最後の訪問からの隔たりが変化する時にWebHistoryItemオブジェクトによって投函されます。
static let WebHistoryItemsRemoved : NSNotification.Name
Posted when items have been removed from the web history.
項目がウェブ履歴から取り除かれてしまった時に投函されます。
static let WebHistoryLoaded : NSNotification.Name
Posted when web history items have been loaded from a URL.
ウェブ履歴項目があるURLからロードされてしまった時に投函されます。
static let WebHistorySaved : NSNotification.Name
Posted when web history items have been saved to a URL.
ウェブ履歴項目があるURLに保存された時に投函されます。
static let WebPreferencesChanged : NSNotification.Name
Posted when the web preference settings are changed.
ウェブ環境設定の設定が変えられる時に投函されます。
static let WebViewDidBeginEditing : NSNotification.Name
Posted when a web view begins any operation that changes its contents in response to user editing.
ウェブビューがそれの内容を変更する何らかの演算をユーザ編集に応答して開始する時に投函されます。
static let WebViewDidChange : NSNotification.Name
Posted when a web view performs any operation that changes its contents in response to user editing.
ウェブビューがそれの内容を変更する何らかの演算をユーザ編集に応答して実行する時に投函されます。
static let WebViewDidChangeSelection : NSNotification.Name
Posted when a web view changes its typing selection.
ウェブビューがそれのタイピング選択を変更する時に投函されます。
static let WebViewDidChangeTypingStyle : NSNotification.Name
Posted when a web view changes its typing style.
ウェブビューがそれのタイピングスタイルを変更する時に投函されます。
static let WebViewDidEndEditing : NSNotification.Name
Posted when a web view ends any operation that changes its contents in response to user editing.
ウェブビューがそれの内容を変更する何らかの演算をユーザ編集に応答して終わる時に投函されます。
static let WebViewProgressEstimateChanged : NSNotification.Name
Posted by a WebView object when the estimated progress value of a load changes.
あるロードの概算の進捗値が変化する時にWebViewオブジェクトによって投函されます。
static let WebViewProgressFinished : NSNotification.Name
Posted by a WebView object when the load has finished.
ロードが終わった時にWebViewオブジェクトによって投函されます。
static let WebViewProgressStarted : NSNotification.Name
Posted by a WebView object when a load begins, including a load that is initiated in a subframe.
サブフレームにおいて始められたロードも含めて、ロードが開始する時にWebViewオブジェクトによって投函されます。