Package net.sourceforge.squirrel_sql.plugins.mysql.expander

Examples of net.sourceforge.squirrel_sql.plugins.mysql.expander.SessionExpander


  {
    _treeAPI = session.getSessionInternalFrame().getObjectTreeAPI();
    final ActionCollection coll = getApplication().getActionCollection();

    // Show users in the object tee.
    _treeAPI.addExpander(DatabaseObjectType.SESSION, new SessionExpander());
    _treeAPI.addExpander(IObjectTypes.USER_PARENT, new UserParentExpander(this));

    // Tabs to add to the database node.
    _treeAPI.addDetailTab(DatabaseObjectType.SESSION, new DatabaseStatusTab());
    _treeAPI.addDetailTab(DatabaseObjectType.SESSION, new ProcessesTab());
View Full Code Here

TOP

Related Classes of net.sourceforge.squirrel_sql.plugins.mysql.expander.SessionExpander

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.