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

jdplus.tramoseats.desktop.plugin.tramo.ui.actions.Bundle Maven / Gradle / Ivy

The newest version!
package jdplus.tramoseats.desktop.plugin.tramo.ui.actions;
/** Localizable strings for {@link jdplus.tramoseats.desktop.plugin.tramo.ui.actions}. */
class Bundle {
    /**
     * @return Clone
     * @see CloneSpec
     */
    static String CTL_CloneSpec() {
        return org.openide.util.NbBundle.getMessage(Bundle.class, "CTL_CloneSpec");
    }
    /**
     * @return Create Document
     * @see CreateTramoDoc
     */
    static String CTL_CreateTramoDoc() {
        return org.openide.util.NbBundle.getMessage(Bundle.class, "CTL_CreateTramoDoc");
    }
    /**
     * @return Open
     * @see EditTramoSpec
     */
    static String CTL_EditTramoSpec() {
        return org.openide.util.NbBundle.getMessage(Bundle.class, "CTL_EditTramoSpec");
    }
    /**
     * @return Export to
     * @see ExportTramoSpec
     */
    static String CTL_ExportTramoSpec() {
        return org.openide.util.NbBundle.getMessage(Bundle.class, "CTL_ExportTramoSpec");
    }
    /**
     * @return Import from
     * @see ImportTramoSpec
     */
    static String CTL_ImportTramoSpec() {
        return org.openide.util.NbBundle.getMessage(Bundle.class, "CTL_ImportTramoSpec");
    }
    /**
     * @return Open
     * @see OpenTramoDoc
     */
    static String CTL_OpenTramoDoc() {
        return org.openide.util.NbBundle.getMessage(Bundle.class, "CTL_OpenTramoDoc");
    }
    private Bundle() {}
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy