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

org.praxislive.ide.code.Bundle Maven / Gradle / Ivy

The newest version!
package org.praxislive.ide.code;
/** Localizable strings for {@link org.praxislive.ide.code}. */
class Bundle {
    /**
     * @return Show Core JavaDoc
     * @see ShowJavaDocAction
     */
    static String CTL_ShowJavaDocAction() {
        return org.openide.util.NbBundle.getMessage(Bundle.class, "CTL_ShowJavaDocAction");
    }
    private Bundle() {}
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy