型プロパティ


windowCreated


この通知は、新しいウィンドウが表示された後に投稿されます。NSNotificationCenter インスタンスの代わりに post(element:notification:) 関数を使用してこの通知を投稿します。


macOS 10.2


static let windowCreated: NSAccessibility.Notification






以下も見よ


通知の名前


static let announcementRequested: NSAccessibility.Notification

この通知は、アクセシビリティ要素がユーザに通知する必要がある場合に必ず投稿されます。この通知には、キー announcement を含む userInfo 辞書と、アナウンスを含むローカライズされた文字列が必要です。支援アプリがアナウンスの重要性を判断できるようにするには、適切な priorityuserInfo 辞書に追加します。


static let applicationActivated: NSAccessibility.Notification

この通知は、アプリがアクティブ化された後に投稿されます。NSNotificationCenter インスタンスの代わりに post(element:notification:) 関数を使用してこの通知を投稿します。


static let applicationDeactivated: NSAccessibility.Notification

この通知は、アプリが無効化された後に投稿されます。NSNotificationCenter インスタンスの代わりに post(element:notification:) 関数を使用してこの通知を投稿します。


static let applicationHidden: NSAccessibility.Notification

この通知は、アプリが非表示になった後に投稿されます。NSNotificationCenter インスタンスの代わりに post(element:notification:) 関数を使用してこの通知を投稿します。


static let applicationShown: NSAccessibility.Notification

この通知は、アプリが表示された後に投稿されます。NSNotificationCenter インスタンスの代わりに post(element:notification:) 関数を使用してこの通知を投稿します。


static let created: NSAccessibility.Notification

この通知は、アクセシビリティ要素が作成された後に投稿されます。NSNotificationCenter インスタンスの代わりに post(element:notification:) 関数を使用してこの通知を投稿します。


static let drawerCreated: NSAccessibility.Notification

この通知はドロワーが表示された後に投稿されます。NSNotificationCenter インスタンスの代わりに post(element:notification:) 関数を使用してこの通知を投稿します。


static let focusedUIElementChanged: NSAccessibility.Notification

この通知は、アクセシビリティ要素がフォーカスを取得した後に投稿されます。NSNotificationCenter インスタンスの代わりに post(element:notification:) 関数を使用してこの通知を投稿します。


static let focusedWindowChanged: NSAccessibility.Notification

この通知は、キー ウィンドウが変更された後に投稿されます。NSNotificationCenter インスタンスの代わりに post(element:notification:) 関数を使用してこの通知を投稿します。


static let helpTagCreated: NSAccessibility.Notification

この通知は、ヘルプタグが表示された後に投稿されます。NSNotificationCenter インスタンスの代わりに post(element:notification:) 関数を使用してこの通知を投稿します。


static let layoutChanged: NSAccessibility.Notification

この通知は、アクセシビリティクライアントの注意を必要とする方法で UI が変更された後に投稿されます。この通知には、キー uiElements を含む userInfo 辞書と、追加または変更された UI 要素を含む配列が添付される必要があります。NSNotificationCenter インスタンスの代わりに post(element:notification:) 関数を使用してこの通知を投稿します。


static let mainWindowChanged: NSAccessibility.Notification

この通知は、メインウィンドウが変更された後に投稿されます。NSNotificationCenter インスタンスの代わりに post(element:notification:) 関数を使用してこの通知を投稿します。


static let moved: NSAccessibility.Notification

この通知は、アクセシビリティ要素が移動した後に投稿されます。NSNotificationCenter インスタンスの代わりに post(element:notification:) 関数を使用してこの通知を投稿します。


static let resized: NSAccessibility.Notification

この通知は、アクセシビリティ要素のサイズが変更された後に投稿されます。NSNotificationCenter インスタンスの代わりに post(element:notification:) 関数を使用してこの通知を投稿します。


static let rowCollapsed: NSAccessibility.Notification

この通知は、行が折りたたまれた後に投稿されます。NSNotificationCenter インスタンスの代わりに post(element:notification:) 関数を使用してこの通知を投稿します。


static let rowCountChanged: NSAccessibility.Notification

この通知は、行が追加または削除された後に投稿されます。NSNotificationCenter インスタンスの代わりに post(element:notification:) 関数を使用してこの通知を投稿します。


static let rowExpanded: NSAccessibility.Notification

この通知は、行が展開された後に投稿されます。NSNotificationCenter インスタンスの代わりに post(element:notification:) 関数を使用してこの通知を投稿します。


static let selectedCellsChanged: NSAccessibility.Notification

この通知は、セルベースの表の中の 1 つ以上のセルが選択または選択解除された後に送信されます。NSNotificationCenter インスタンスの代わりに post(element:notification:) 関数を使用してこの通知を投稿します。


static let selectedChildrenChanged: NSAccessibility.Notification

この通知は、1 つ以上の子要素が選択または選択解除された後に投稿されます。NSNotificationCenter インスタンスの代わりに post(element:notification:) 関数を使用してこの通知を投稿します。


static let selectedChildrenMoved: NSAccessibility.Notification

この通知は、レイアウト領域で選択されているアイテムが移動した後に投稿されます。NSNotificationCenter インスタンスの代わりに post(element:notification:) 関数を使用してこの通知を投稿します。


static let selectedColumnsChanged: NSAccessibility.Notification

この通知は、1 つ以上の列が選択または選択解除された後に投稿されます。NSNotificationCenter インスタンスの代わりに post(element:notification:) 関数を使用してこの通知を投稿します。


static let selectedRowsChanged: NSAccessibility.Notification

この通知は、1 つ以上の行が選択または選択解除された後に投稿されます。NSNotificationCenter インスタンスの代わりに post(element:notification:) 関数を使用してこの通知を投稿します。


static let selectedTextChanged: NSAccessibility.Notification

この通知は、テキストが選択または選択解除された後に投稿されます。NSNotificationCenter インスタンスの代わりに post(element:notification:) 関数を使用してこの通知を投稿します。


static let sheetCreated: NSAccessibility.Notification

この通知はシートが表示された後に投稿されます。NSNotificationCenter インスタンスの代わりに post(element:notification:) 関数を使用してこの通知を投稿します。


static let titleChanged: NSAccessibility.Notification

この通知は、アクセシビリティ要素のタイトルが変更された後に投稿されます。NSNotificationCenter インスタンスの代わりに post(element:notification:) 関数を使用してこの通知を投稿します。


static let uiElementDestroyed: NSAccessibility.Notification

この通知は、アクセシビリティ要素が破棄された後に投稿されます。NSNotificationCenter インスタンスの代わりに post(element:notification:) 関数を使用してこの通知を投稿します。


static let unitsChanged: NSAccessibility.Notification

この通知は、レイアウト領域内のユニットが変更された後に投稿されます。NSNotificationCenter インスタンスの代わりに post(element:notification:) 関数を使用してこの通知を投稿します。


static let valueChanged: NSAccessibility.Notification

この通知は、アクセシビリティ要素の値が変更された後に投稿されます。NSNotificationCenter インスタンスの代わりに post(element:notification:) 関数を使用してこの通知を投稿します。


static let windowDeminiaturized: NSAccessibility.Notification

この通知は、ウィンドウが Dock からフルサイズに復元された後に投稿されます。NSNotificationCenter インスタンスの代わりに post(element:notification:) 関数を使用してこの通知を投稿します。


static let windowMiniaturized: NSAccessibility.Notification

この通知は、ウィンドウが Dock 内に配置された後に投稿されます。NSNotificationCenter インスタンスの代わりに post(element:notification:) 関数を使用してこの通知を投稿します。


static let windowMoved: NSAccessibility.Notification

この通知はウィンドウが移動した後に投稿されます。NSNotificationCenter インスタンスの代わりに post(element:notification:) 関数を使用してこの通知を投稿します。


static let windowResized: NSAccessibility.Notification

この通知は、ウィンドウのサイズが変更された後に投稿されます。NSNotificationCenter インスタンスの代わりに post(element:notification:) 関数を使用してこの通知を投稿します。















トップへ












トップへ












トップへ












トップへ












トップへ












トップへ












トップへ












トップへ












トップへ












トップへ












トップへ












トップへ












トップへ












トップへ












トップへ












トップへ












トップへ












トップへ