Package org.jvnet.localizer

Examples of org.jvnet.localizer.Localizable


    /**
     * Application of the patch to ''{1}'' failed: {0}
     *
     */
    public static Localizable _EXC_PatchApplicationFailed(Object arg1, Object arg2) {
        return new Localizable(holder, "EXC_PatchApplicationFailed", arg1, arg2);
    }
View Full Code Here


    /**
     * Default built-in diff engine that computes differences between two sources.
     *
     */
    public static Localizable _BuiltInDiffProvider_shortDescription() {
        return new Localizable(holder, "BuiltInDiffProvider.shortDescription");
    }
View Full Code Here

    /**
     * The patch application failed, it's not possible to write to {0}.
     *
     */
    public static Localizable _EXC_CopyOfAppliedPatchFailed() {
        return new Localizable(holder, "EXC_CopyOfAppliedPatchFailed");
    }
View Full Code Here

    /**
     * The Diff Command
     *
     */
    public static Localizable _PROP_diffCmd() {
        return new Localizable(holder, "PROP_diffCmd");
    }
View Full Code Here

    /**
     * Diff Services
     *
     */
    public static Localizable _Services_Diffs() {
        return new Localizable(holder, "Services/Diffs");
    }
View Full Code Here

    /**
     * &Engine:
     *
     */
    public static Localizable _LBL_Provider() {
        return new Localizable(holder, "LBL_Provider");
    }
View Full Code Here

    /**
     * Command-line Diff
     *
     */
    public static Localizable _CmdlineDiffProvider_displayName() {
        return new Localizable(holder, "CmdlineDiffProvider.displayName");
    }
View Full Code Here

    /**
     * Engine Property Panel
     *
     */
    public static Localizable _ACS_ProviderPropertyPanelA11yName() {
        return new Localizable(holder, "ACS_ProviderPropertyPanelA11yName");
    }
View Full Code Here

    /**
     * The patch cannot be applied in the selected context.
     *
     */
    public static Localizable _MSG_WrongPatch() {
        return new Localizable(holder, "MSG_WrongPatch");
    }
View Full Code Here

    /**
     * There are no diff visualizers registered in the system
     *
     */
    public static Localizable _MSG_VisualizersMissing() {
        return new Localizable(holder, "MSG_VisualizersMissing");
    }
View Full Code Here

TOP

Related Classes of org.jvnet.localizer.Localizable

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.