Instance Method
インスタンスメソッド
redoMenuTitleForUndoActionName:
Returns the complete, localized title of the Redo menu command for the action identified by the given name.
与えられた名前によって識別されるアクションに対する「やり直す」メニューコマンドの完全な、ローカライズされたタイトルを返します。
Parameters
パラメータ
actionName
The name of the undo action.
取り消し動作の名前。
Return Value
戻り値
The localized title of the redo menu item.
やり直しメニュー項目のローカライズされた名前。
Discussion
議論
Override this method if you want to customize the localization behavior. This method is invoked by redoMenuItemTitle
.
あなたがローカライゼーション挙動を好みに合わせて変更したいならば、このメソッドをオーバーライドしてください。このメソッドは、redoMenuItemTitle
によって発動されます。
See Also
参照
Getting and Localizing the Menu Item Title
メニュー項目タイトルを取得するそしてローカライズする
undoMenuItemTitle
The complete title of the Undo menu command, for example, “Undo Paste.”
「取り消す」メニューコマンドの完全なタイトル、例えば、“Undo Paste”。
redoMenuItemTitle
The complete title of the Redo menu command, for example, “Redo Paste.”
「やり直す」メニューコマンドの完全なタイトル、例えば、“Redo Paste”。
- undoMenuTitleForUndoActionName:
Returns the complete, localized title of the Undo menu command for the action identified by the given name.
与えられた名前によって識別されるアクションに対する「取り消し」メニューコマンドの完全な、ローカライズされたタイトルを返します。