Examples of Localizable


Examples of org.jvnet.localizer.Localizable

    /**
     * Patch
     *
     */
    public static Localizable _BTN_Patch() {
        return new Localizable(holder, "BTN_Patch");
    }
View Full Code Here

Examples of org.jvnet.localizer.Localizable

    /**
     * Visualizer.
     *
     */
    public static Localizable _ACS_VisualizerA11yDesc() {
        return new Localizable(holder, "ACS_VisualizerA11yDesc");
    }
View Full Code Here

Examples of org.jvnet.localizer.Localizable

    /**
     * Choose diff visualizer.
     *
     */
    public static Localizable _ACS_VisualizerPropertyPanelA11yDesc() {
        return new Localizable(holder, "ACS_VisualizerPropertyPanelA11yDesc");
    }
View Full Code Here

Examples of org.jvnet.localizer.Localizable

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

Examples of org.jvnet.localizer.Localizable

    /**
     * The command executed by the external diff engine.
     *
     */
    public static Localizable _HINT_diffCmd() {
        return new Localizable(holder, "HINT_diffCmd");
    }
View Full Code Here

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

Examples of org.jvnet.localizer.Localizable

    /**
     * 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

Examples of org.jvnet.localizer.Localizable

    /**
     * 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

Examples of org.jvnet.localizer.Localizable

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

Examples of org.jvnet.localizer.Localizable

    /**
     * No Diff Engine is registered in the system.
     *
     */
    public static Localizable _MSG_NoDiffProvider() {
        return new Localizable(holder, "MSG_NoDiffProvider");
    }
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.