Package org.jemmy.fx.control.caspian

Examples of org.jemmy.fx.control.caspian.CaspianDriverFactory


     * NOTE Probably param Environment env should be passed to the factory.
     * @return theme-specific implementation of the ThemeDriverFactory. Only
     * CaspianDriverFactor is provided to the moment.
     */
    public static ThemeDriverFactory newInstance() {
        return new CaspianDriverFactory();
    }
View Full Code Here

TOP

Related Classes of org.jemmy.fx.control.caspian.CaspianDriverFactory

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.