Package org.firebirdsql.squirrel.act

Examples of org.firebirdsql.squirrel.act.ActivateIndexAction


  {
    super.initialize();
    final IApplication app = getApplication();
    final ActionCollection coll = app.getActionCollection();

    coll.add(new ActivateIndexAction(app, _resources, this));
    coll.add(new DeactivateIndexAction(app, _resources, this));

    _firebirdMenu = createFirebirdMenu();
    app.addToMenu(IApplication.IMenuIDs.SESSION_MENU, _firebirdMenu);
        super.registerSessionMenu(_firebirdMenu);
View Full Code Here

TOP

Related Classes of org.firebirdsql.squirrel.act.ActivateIndexAction

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.