Package net.sourceforge.squirrel_sql.client.action

Examples of net.sourceforge.squirrel_sql.client.action.ActionCollection


    _driversListWindow = new DriversListInternalFrame(_app, dl);
  }

  private void preLoadActions()
  {
    final ActionCollection actions = _app.getActionCollection();
    if (actions == null)
    {
      throw new IllegalStateException("ActionCollection hasn't been created.");
    }

    actions.add(new ViewAliasesAction(_app, getAliasesListInternalFrame()));
    actions.add(new ViewDriversAction(_app, getDriversListInternalFrame()));

//    IAliasesList al = getAliasesListInternalFrame().getAliasesList();
  }

TOP

Related Classes of net.sourceforge.squirrel_sql.client.action.ActionCollection

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.