Package net.sourceforge.squirrel_sql.plugins.exportconfig.action

Examples of net.sourceforge.squirrel_sql.plugins.exportconfig.action.ExportAliasesAction


    super.initialize();

    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.
View Full Code Here

TOP

Related Classes of net.sourceforge.squirrel_sql.plugins.exportconfig.action.ExportAliasesAction

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.