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

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

The newest version!
package jdplus.tramoseats.desktop.plugin.tramo.ui;
/** Localizable strings for {@link jdplus.tramoseats.desktop.plugin.tramo.ui}. */
class Bundle {
    /**
     * @return Tramo
     * @see TramoTopComponent
     */
    static String CTL_TramoAction() {
        return org.openide.util.NbBundle.getMessage(Bundle.class, "CTL_TramoAction");
    }
    /**
     * @return Tramo Window
     * @see TramoTopComponent
     */
    static String CTL_TramoTopComponent() {
        return org.openide.util.NbBundle.getMessage(Bundle.class, "CTL_TramoTopComponent");
    }
    /**
     * @return This is a Tramo window
     * @see TramoTopComponent
     */
    static String HINT_TramoTopComponent() {
        return org.openide.util.NbBundle.getMessage(Bundle.class, "HINT_TramoTopComponent");
    }
    private Bundle() {}
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy