final IApplication app = getApplication();
final ActionCollection coll = app.getActionCollection();
coll.add(new ExportAliasesAction(app, _resources, this));
coll.add(new ExportConfigurationAction(app, _resources, this));
coll.add(new ExportDriversAction(app, _resources, this));
coll.add(new ExportSettingsAction(app, _resources, this));
// Load plugin preferences.
loadPrefs();