Package gui.mainFrame

Examples of gui.mainFrame.TestConditionBtnPanel


    /**
     * Tells the gui to show the execution path editor.
     */
    public void showPathEditor()
    {
        this.conditionViewerBtnBar = new TestConditionBtnPanel(controller, this);
        this.pathEditor = new TestConditionViewer(controller, this);
        this.mainFrame.setEditor(this.pathEditor);
        this.mainFrame.setButtonNavBar(this.conditionViewerBtnBar);
       
    }
View Full Code Here

TOP

Related Classes of gui.mainFrame.TestConditionBtnPanel

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.