Creates the array of actions used by this RText. @param prefs The RText properties for this RText instance.
(RTextPrefs prefs)
| 286 | * @param prefs The RText properties for this RText instance. |
| 287 | */ |
| 288 | @Override |
| 289 | protected void createActions(RTextPrefs prefs) { |
| 290 | ActionFactory.addActions(this, prefs); |
| 291 | loadActionShortcuts(getShortcutsFile()); |
| 292 | } |
| 293 | |
| 294 | |
| 295 | /** |
nothing calls this directly
no test coverage detected