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

Examples of net.sourceforge.squirrel_sql.client.gui.desktopcontainer.docktabdesktop.DockHandleEvent


   }

   public void fireWidgetClosing()
   {
      ActionEvent ae = new ActionEvent(_dockWidget, ActionEvent.ACTION_PERFORMED, "fireWidgetClosing");
      _eventCaster.fireWidgetClosing(new WidgetEvent(new DockHandleEvent(ae), _dockWidget));
   }
View Full Code Here


   }

   public void fireWidgetClosed()
   {
      ActionEvent ae = new ActionEvent(_dockWidget, ActionEvent.ACTION_PERFORMED, "fireWidgetClosed");
      _eventCaster.fireWidgetClosed(new WidgetEvent(new DockHandleEvent(ae), _dockWidget));
   }
View Full Code Here

TOP

Related Classes of net.sourceforge.squirrel_sql.client.gui.desktopcontainer.docktabdesktop.DockHandleEvent

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.