Package org.jemmy.control

Examples of org.jemmy.control.DefaultWrapper


    public static AWT getAWT() {
        if (AWT_ROOT == null) {
            Environment env = new Environment(Environment.getEnvironment());
            ControlHierarchy hierarchy = new AWTHierarchy();
            DefaultWrapper wrapper = new DefaultWrapper(env);
            wrapper.addAnnotated(AWTComponentOperator.class, FrameOperator.class,
                    SwingText.class, SwingLabel.class, SwingScroll.class, JCheckBoxOperator.class,
                    AbstractButtonOperator.class);
            AWT_ROOT = new AWT(env, hierarchy, wrapper);
        }
        return AWT_ROOT;
View Full Code Here

TOP

Related Classes of org.jemmy.control.DefaultWrapper

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.