Package net.sourceforge.squirrel_sql.plugins.mssql.tab

Examples of net.sourceforge.squirrel_sql.plugins.mssql.tab.ViewSourceTab


        _treeAPI.addToPopup(DatabaseObjectType.CATALOG, addToMssqlCatalogMenu(null));
        _treeAPI.addToPopup(DatabaseObjectType.TABLE, addToMssqlTableMenu(null));
        _treeAPI.addToPopup(DatabaseObjectType.PROCEDURE, addToMssqlProcedureMenu(null));

        _treeAPI.addDetailTab(DatabaseObjectType.VIEW, new ViewSourceTab());
        _session = iSession;
       
        MonitorPanel monitorPanel = new MonitorPanel();
        iSession.addMainTab(monitorPanel);       
    }
View Full Code Here

TOP

Related Classes of net.sourceforge.squirrel_sql.plugins.mssql.tab.ViewSourceTab

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.