super.initialize();
final IApplication app = getApplication();
final ActionCollection coll = app.getActionCollection();
coll.add(new AnalyzeTableAction(app, _resources, this));
coll.add(new CreateMysqlTableScriptAction(app, _resources, this));
coll.add(new CheckTableAction.ChangedCheckTableAction(app, _resources, this));
coll.add(new CheckTableAction.ExtendedCheckTableAction(app, _resources, this));
coll.add(new CheckTableAction.FastCheckTableAction(app, _resources, this));
coll.add(new CheckTableAction.MediumCheckTableAction(app, _resources, this));