All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.praxislive.ide.project.ui.Bundle Maven / Gradle / Ivy

package org.praxislive.ide.project.ui;
/** Localizable strings for {@link org.praxislive.ide.project.ui}. */
class Bundle {
    /**
     * @return Embed CORE Runtime
     * @see PraxisProjectNode
     */
    static String ACT_EmbedRuntime() {
        return org.openide.util.NbBundle.getMessage(Bundle.class, "ACT_EmbedRuntime");
    }
    /**
     * @return Import...
     * @see ImportResourcesAction
     */
    static String CTL_ImportResourcesAction() {
        return org.openide.util.NbBundle.getMessage(Bundle.class, "CTL_ImportResourcesAction");
    }
    /**
     * @return Invalid script line
     * @see ElementsCustomizer
     */
    static String ERR_invalidLine() {
        return org.openide.util.NbBundle.getMessage(Bundle.class, "ERR_invalidLine");
    }
    /**
     * @return Can't remove libraries in use by an active project
     * @see LibrariesCustomizer
     */
    static String ERR_removingInUse() {
        return org.openide.util.NbBundle.getMessage(Bundle.class, "ERR_removingInUse");
    }
    /**
     * @return PURL - pkg:maven/[group]/[artifact]@[version]
     * @see LibrariesCustomizer
     */
    static String HLP_libraryURI() {
        return org.openide.util.NbBundle.getMessage(Bundle.class, "HLP_libraryURI");
    }
    /**
     * @return Add
     * @see ElementsCustomizer
     */
    static String LBL_add() {
        return org.openide.util.NbBundle.getMessage(Bundle.class, "LBL_add");
    }
    /**
     * @return Add file
     * @see ElementsCustomizer
     */
    static String LBL_addFile() {
        return org.openide.util.NbBundle.getMessage(Bundle.class, "LBL_addFile");
    }
    /**
     * @return Add line
     * @see ElementsCustomizer
     */
    static String LBL_addLine() {
        return org.openide.util.NbBundle.getMessage(Bundle.class, "LBL_addLine");
    }
    /**
     * @return Build Level Elements
     * @see PraxisCustomizerProvider
     */
    static String LBL_buildLevelElements() {
        return org.openide.util.NbBundle.getMessage(Bundle.class, "LBL_buildLevelElements");
    }
    /**
     * @return Compiler
     * @see PraxisCustomizerProvider
     */
    static String LBL_compiler() {
        return org.openide.util.NbBundle.getMessage(Bundle.class, "LBL_compiler");
    }
    /**
     * @return Enter script line
     * @see ElementsCustomizer
     */
    static String LBL_enterInputLine() {
        return org.openide.util.NbBundle.getMessage(Bundle.class, "LBL_enterInputLine");
    }
    /**
     * @return Hub Configuration
     * @see PraxisCustomizerProvider
     */
    static String LBL_hubConfiguration() {
        return org.openide.util.NbBundle.getMessage(Bundle.class, "LBL_hubConfiguration");
    }
    /**
     * @return Import
     * @see LibrariesCustomizer
     */
    static String LBL_import() {
        return org.openide.util.NbBundle.getMessage(Bundle.class, "LBL_import");
    }
    /**
     * @return Libraries
     * @see PraxisCustomizerProvider
     */
    static String LBL_libraries() {
        return org.openide.util.NbBundle.getMessage(Bundle.class, "LBL_libraries");
    }
    /**
     * @return Enter a library URI, path or Package URL
     * @see LibrariesCustomizer
     */
    static String LBL_libraryURI() {
        return org.openide.util.NbBundle.getMessage(Bundle.class, "LBL_libraryURI");
    }
    /**
     * @return [active]
     * @see HubUITopComponent
     */
    static String LBL_rootActive() {
        return org.openide.util.NbBundle.getMessage(Bundle.class, "LBL_rootActive");
    }
    /**
     * @return [idle]
     * @see HubUITopComponent
     */
    static String LBL_rootIdle() {
        return org.openide.util.NbBundle.getMessage(Bundle.class, "LBL_rootIdle");
    }
    /**
     * @return Run Level Elements
     * @see PraxisCustomizerProvider
     */
    static String LBL_runLevelElements() {
        return org.openide.util.NbBundle.getMessage(Bundle.class, "LBL_runLevelElements");
    }
    /**
     * @return Start
     * @see HubUITopComponent
     */
    static String LBL_startAction() {
        return org.openide.util.NbBundle.getMessage(Bundle.class, "LBL_startAction");
    }
    /**
     * @return Stop
     * @see HubUITopComponent
     */
    static String LBL_stopAction() {
        return org.openide.util.NbBundle.getMessage(Bundle.class, "LBL_stopAction");
    }
    /**
     * @return There are active projects. Close IDE and lose changes?
     * @see IDEClosingHandler
     */
    static String MESSAGE_ClosingActiveProjects() {
        return org.openide.util.NbBundle.getMessage(Bundle.class, "MESSAGE_ClosingActiveProjects");
    }
    /**
     * @return Projects active
     * @see IDEClosingHandler
     */
    static String TITLE_ClosingActiveProjects() {
        return org.openide.util.NbBundle.getMessage(Bundle.class, "TITLE_ClosingActiveProjects");
    }
    /**
     * @return Import library
     * @see LibrariesCustomizer
     */
    static String TTL_import() {
        return org.openide.util.NbBundle.getMessage(Bundle.class, "TTL_import");
    }
    /**
     * @return Add library
     * @see LibrariesCustomizer
     */
    static String TTL_libraryURI() {
        return org.openide.util.NbBundle.getMessage(Bundle.class, "TTL_libraryURI");
    }
    private Bundle() {}
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy