Package net.sourceforge.squirrel_sql.client.gui.desktopcontainer

Examples of net.sourceforge.squirrel_sql.client.gui.desktopcontainer.ISessionWidget.closeFrame()


  public void execute()
  {
      ISessionWidget activeSessionWindow = _session.getActiveSessionWindow();
      if(activeSessionWindow instanceof SQLInternalFrame || activeSessionWindow instanceof ObjectTreeInternalFrame)
      {
         activeSessionWindow.closeFrame(true);
      }
      else
      {
       _session.getApplication().getSessionManager().closeSession(_session);
      }
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. 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.