Package org.erlide.wrangler.refactoring.ui.validator

Examples of org.erlide.wrangler.refactoring.ui.validator.NormalDoulbeValidator


                    .equals("org.erlide.wrangler.refactoring.partitionexports")) {
                refactoring = new PartitionExportsRefactoring();
                final SimpleInputPage page = new SimpleInputPage("Partition exports",
                        "Please input the the distance treshould between 0.1 and 1.0",
                        "Distance treshold", "The value must be between 0.1 and 1.0",
                        new NormalDoulbeValidator());
                page.setInput("0.8");
                pages.add(page);
            } else {
                return null;
            }
View Full Code Here

TOP

Related Classes of org.erlide.wrangler.refactoring.ui.validator.NormalDoulbeValidator

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.