Package org.jvnet.localizer

Examples of org.jvnet.localizer.Localizable


    /**
     * Select The Diff Patch For {0}
     *
     */
    public static Localizable _TITLE_SelectPatchForFile(Object arg1) {
        return new Localizable(holder, "TITLE_SelectPatchForFile", arg1);
    }
View Full Code Here


    /**
     * Select the diff patch file to apply.
     *
     */
    public static Localizable _BTN_Patch_tooltip() {
        return new Localizable(holder, "BTN_Patch_tooltip");
    }
View Full Code Here

    /**
     * This dialog allows you to choose patch
     *
     */
    public static Localizable _ACSD_PatchDialog() {
        return new Localizable(holder, "ACSD_PatchDialog");
    }
View Full Code Here

    /**
     * Di&ff
     *
     */
    public static Localizable _CTL_DiffActionName() {
        return new Localizable(holder, "CTL_DiffActionName");
    }
View Full Code Here

    /**
     * Engine.
     *
     */
    public static Localizable _ACS_ProviderA11yDesc() {
        return new Localizable(holder, "ACS_ProviderA11yDesc");
    }
View Full Code Here

    /**
     * Appl&y Diff Patch...
     *
     */
    public static Localizable _CTL_PatchActionName() {
        return new Localizable(holder, "CTL_PatchActionName");
    }
View Full Code Here

    /**
     * Tools
     *
     */
    public static Localizable _OpenIDE_Module_Display_Category() {
        return new Localizable(holder, "OpenIDE-Module-Display-Category");
    }
View Full Code Here

    /**
     * The diff command ''{0}'' failed to execute in the system.
     *
     */
    public static Localizable _CmdlineDiffProvider_runtimeError(Object arg1) {
        return new Localizable(holder, "CmdlineDiffProvider.runtimeError", arg1);
    }
View Full Code Here

    /**
     * Patch Files (*.diff, *.patch)
     *
     */
    public static Localizable _CTL_PatchDialog_FileFilter() {
        return new Localizable(holder, "CTL_PatchDialog_FileFilter");
    }
View Full Code Here

    /**
     * An external diff engine that produces a list of differences in a format compatible with the UNIX diff command.
     *
     */
    public static Localizable _CmdlineDiffProvider_shortDescription() {
        return new Localizable(holder, "CmdlineDiffProvider.shortDescription");
    }
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.