Package org.wiztools.restclient.ui

Examples of org.wiztools.restclient.ui.RESTMain


     */
    public void projectOpened() {
        JFrame jFrame = WindowManager.getInstance().getFrame(project);
        ScriptEditor scriptEditor=new GroovyScriptEditor(project);
        ScriptEditor responseViewer=new ResponseViewerScriptEditor(project);
        restMain = new RESTMain(jFrame,scriptEditor,responseViewer);
        registerRestClientToolWindow(project);
    }
View Full Code Here

TOP

Related Classes of org.wiztools.restclient.ui.RESTMain

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.