_resources = new DBCopyPluginResources(BUNDLE_BASE_NAME, this);
PreferencesManager.initialize(this);
IApplication app = getApplication();
ActionCollection coll = app.getActionCollection();
coll.add(new CopyTableAction(app, _resources, this));
coll.add(new PasteTableAction(app, _resources, this));
setPasteMenuEnabled(false);
}