Package com.urswolfer.intellij.plugin.gerrit.ui

Examples of com.urswolfer.intellij.plugin.gerrit.ui.GerritToolWindow


    }

    @Override
    public void actionPerformed(AnActionEvent e) {
        Project project = e.getData(PlatformDataKeys.PROJECT);
        GerritToolWindow gerritToolWindow = e.getRequiredData(GerritDataKeys.TOOL_WINDOW);
        gerritToolWindow.reloadChanges(project, true);
        gerritUpdatesNotificationComponent.handleNotification();
    }
View Full Code Here

TOP

Related Classes of com.urswolfer.intellij.plugin.gerrit.ui.GerritToolWindow

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.