Examples of showInCenterOf()


Examples of com.intellij.openapi.ui.popup.ListPopup.showInCenterOf()

      @Override
      public void canceled() {
        super.canceled();
      }
    });
    popup.showInCenterOf(signInOutLink);
  }


  protected boolean isDisabled(final CloudPlugin plugin) {
    final FindBugsPlugin findBugsPlugin = _toolWindowPanel.getProject().getComponent(FindBugsPlugin.class);
View Full Code Here

Examples of com.intellij.openapi.ui.popup.ListPopup.showInCenterOf()

        Project project = e.getData(PlatformDataKeys.PROJECT);
        DatabaseBrowserManager browserManager = DatabaseBrowserManager.getInstance(project);
        DatabaseBrowserTree activeBrowserTree = browserManager.getActiveBrowserTree();
        if (activeBrowserTree != null) {
            popup.showInCenterOf(activeBrowserTree);
        }
        //popup.show(DatabaseBrowserComponent.getInstance(project).getBrowserPanel().getTree());
    }
}
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.