coll.add(new CreateSelectScriptAction(app, _resources, this));
coll.add(new DropTableScriptAction(app, _resources, this));
coll.add(new CreateDataScriptAction(app, _resources, this));
coll.add(new CreateTemplateDataScriptAction(app, _resources, this));
coll.add(new CreateDataScriptOfCurrentSQLAction(app, _resources, this));
coll.add(new CreateTableOfCurrentSQLAction(app, _resources, this));
createMenu();
SQLScriptPreferencesManager.initialize(this);
}