Package org.jvnet.localizer

Examples of org.jvnet.localizer.Localizable


    /**
     * Patch applied successfully. View applied changes? (patched binary files will not be displayed)
     *
     */
    public static Localizable _MSG_PatchAppliedSuccessfully() {
        return new Localizable(holder, "MSG_PatchAppliedSuccessfully");
    }
View Full Code Here


    /**
     * Provides the diff action to view file differences.
     *
     */
    public static Localizable _OpenIDE_Module_Short_Description() {
        return new Localizable(holder, "OpenIDE-Module-Short-Description");
    }
View Full Code Here

    /**
     * The Diff module provides an action, that is enabled when two files are selected in the IDE. It is based on an external diff utility, that is executed to obtain the differences, which are then shown to the user graphically.
     *
     */
    public static Localizable _OpenIDE_Module_Long_Description() {
        return new Localizable(holder, "OpenIDE-Module-Long-Description");
    }
View Full Code Here

    /**
     * Built-in Diff Engine
     *
     */
    public static Localizable _BuiltInDiffProvider_displayName() {
        return new Localizable(holder, "BuiltInDiffProvider.displayName");
    }
View Full Code Here

    /**
     * No Diff Engine is registered in the system.
     *
     */
    public static Localizable _MSG_NoDiffProvider() {
        return new Localizable(holder, "MSG_NoDiffProvider");
    }
View Full Code Here

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

    /**
     * &Visualizer:
     *
     */
    public static Localizable _LBL_Visualizer() {
        return new Localizable(holder, "LBL_Visualizer");
    }
View Full Code Here

    /**
     * Diff failed for {0} and {1}.
     *
     */
    public static Localizable _MSG_DiffFailed(Object arg1, Object arg2) {
        return new Localizable(holder, "MSG_DiffFailed", arg1, arg2);
    }
View Full Code Here

    /**
     * P
     *
     */
    public static Localizable _BTN_Patch_mnc() {
        return new Localizable(holder, "BTN_Patch_mnc");
    }
View Full Code Here

    /**
     * There are no diff engines registered in the system
     *
     */
    public static Localizable _MSG_ProvidersMissing() {
        return new Localizable(holder, "MSG_ProvidersMissing");
    }
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.