Examples of CheckCategoryLinkActionProvider


Examples of org.wikipediacleaner.api.check.CheckCategoryLinkActionProvider

        result = true;
        CheckErrorResult errorResult = createCheckErrorResult(
            analysis, category.getBeginIndex(), category.getEndIndex());
        errorResult.addPossibleAction(
            GT._("Check category"),
            new CheckCategoryLinkActionProvider(
                EnumWikipedia.EN, analysis.getWikipedia(),
                category.getName(), category.getSort()));
        List<String> replacements = new ArrayList<String>();
        if ((preferredCategory != null) &&
            (categoryNamespace.isPossibleName(preferredCategory))) {
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. 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.