Package net.sourceforge.squirrel_sql.plugins.mysql.tab

Examples of net.sourceforge.squirrel_sql.plugins.mysql.tab.TableStatusTab$i18n


    _treeAPI.addDetailTab(DatabaseObjectType.SESSION, new ShowMasterLogsTab());
    _treeAPI.addDetailTab(DatabaseObjectType.SESSION, new ShowSlaveStatusTab());

    // Tabs to add to the catalog nodes.
    _treeAPI.addDetailTab(DatabaseObjectType.CATALOG, new OpenTablesTab());
    _treeAPI.addDetailTab(DatabaseObjectType.CATALOG, new TableStatusTab());

    // Tabs to add to the table nodes.
    _treeAPI.addDetailTab(DatabaseObjectType.TABLE, new ShowColumnsTab());
    _treeAPI.addDetailTab(DatabaseObjectType.TABLE, new ShowIndexesTab());
View Full Code Here

TOP

Related Classes of net.sourceforge.squirrel_sql.plugins.mysql.tab.TableStatusTab$i18n

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.