Examples of ActionCollection


Examples of net.sourceforge.squirrel_sql.client.action.ActionCollection

  {
    GUIUtils.processOnSwingEventThread(new Runnable()
    {
      public void run()
      {
        final ActionCollection coll = getApplication().getActionCollection();
        PasteTableAction pasteAction = (PasteTableAction) coll.get(PasteTableAction.class);
        pasteAction.setEnabled(enabled);
      }
    });
  }
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.