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

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

The newest version!
package org.praxislive.ide.pxj;
/** Localizable strings for {@link org.praxislive.ide.pxj}. */
class Bundle {
    /**
     * @return Files of PXJ
     * @see PXJDataObject
     */
    static String LBL_PXJ_LOADER() {
        return org.openide.util.NbBundle.getMessage(Bundle.class, "LBL_PXJ_LOADER");
    }
    /**
     * @return Base type (empty is default)
     * @see ChangeBaseTypeAction
     */
    static String LBL_baseType() {
        return org.openide.util.NbBundle.getMessage(Bundle.class, "LBL_baseType");
    }
    /**
     * @return Change Base Type
     * @see ChangeBaseTypeAction
     */
    static String LBL_changeBaseTypeAction() {
        return org.openide.util.NbBundle.getMessage(Bundle.class, "LBL_changeBaseTypeAction");
    }
    /**
     * @return Set base type
     * @see ChangeBaseTypeAction
     */
    static String TITLE_baseType() {
        return org.openide.util.NbBundle.getMessage(Bundle.class, "TITLE_baseType");
    }
    private Bundle() {}
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy