Package com.subgraph.vega.internal.ui.macros.macrodialog

Examples of com.subgraph.vega.internal.ui.macros.macrodialog.MacroItemEditor


   
    macroItemTabFolder = new TabFolder(rootControl, SWT.TOP);

    TabItem macroParamsTabItem = new TabItem(macroItemTabFolder, SWT.NONE);
    macroParamsTabItem.setText("Params");
    macroItemEditor = new MacroItemEditor(macroItemTabFolder, requestBuilder);
    macroParamsTabItem.setControl(macroItemEditor);
    macroParamsTabItem.setData(macroItemEditor);

    TabItem requestTabItem = new TabItem(macroItemTabFolder, SWT.NONE);
    requestTabItem.setText("Request");
View Full Code Here

TOP

Related Classes of com.subgraph.vega.internal.ui.macros.macrodialog.MacroItemEditor

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.