Package com.volantis.mcs.eclipse.validation

Examples of com.volantis.mcs.eclipse.validation.SelectionValidator


            buildSelectionList(selection, contentProvider, parentNode);
        } catch (RepositoryException e) {
            EclipseCommonPlugin.handleError(ABPlugin.getDefault(), e);
        }

        return new SelectionValidator(selection);
    }
View Full Code Here


                SESSION_PROPERTY_PREFIX);
    }

    // javadoc inherited
    public ValidationStatus validate() {
        SelectionValidator validator = createValidator();
        supplementaryArgs[0] = getText().getText();
        return validator.validate(getValue(),
                new ValidationMessageBuilder(
                        ControlsMessages.getResourceBundle(),
                        MESSAGE_KEY_MAPPINGS,
                        supplementaryArgs));
    }
View Full Code Here

TOP

Related Classes of com.volantis.mcs.eclipse.validation.SelectionValidator

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.