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

jdplus.toolkit.desktop.plugin.descriptors.Bundle Maven / Gradle / Ivy

package jdplus.toolkit.desktop.plugin.descriptors;
/** Localizable strings for {@link jdplus.toolkit.desktop.plugin.descriptors}. */
class Bundle {
    /**
     * @return End of the time span (included). Only complete periods will be taken into account
     * @see DateSelectorUI
     */
    static String tsPeriodSelectorUI_endDesc_desc() {
        return org.openide.util.NbBundle.getMessage(Bundle.class, "tsPeriodSelectorUI.endDesc.desc");
    }
    /**
     * @return End
     * @see DateSelectorUI
     */
    static String tsPeriodSelectorUI_endDesc_name() {
        return org.openide.util.NbBundle.getMessage(Bundle.class, "tsPeriodSelectorUI.endDesc.name");
    }
    /**
     * @return Number of periods considered at the beginning of the series
     * @see DateSelectorUI
     */
    static String tsPeriodSelectorUI_firstDesc_desc() {
        return org.openide.util.NbBundle.getMessage(Bundle.class, "tsPeriodSelectorUI.firstDesc.desc");
    }
    /**
     * @return First
     * @see DateSelectorUI
     */
    static String tsPeriodSelectorUI_firstDesc_name() {
        return org.openide.util.NbBundle.getMessage(Bundle.class, "tsPeriodSelectorUI.firstDesc.name");
    }
    /**
     * @return Number of periods considered at the end of the series
     * @see DateSelectorUI
     */
    static String tsPeriodSelectorUI_lastDesc_desc() {
        return org.openide.util.NbBundle.getMessage(Bundle.class, "tsPeriodSelectorUI.lastDesc.desc");
    }
    /**
     * @return Last
     * @see DateSelectorUI
     */
    static String tsPeriodSelectorUI_lastDesc_name() {
        return org.openide.util.NbBundle.getMessage(Bundle.class, "tsPeriodSelectorUI.lastDesc.name");
    }
    /**
     * @return Start of the time span. Only complete periods will be taken into account
     * @see DateSelectorUI
     */
    static String tsPeriodSelectorUI_startDesc_desc() {
        return org.openide.util.NbBundle.getMessage(Bundle.class, "tsPeriodSelectorUI.startDesc.desc");
    }
    /**
     * @return Start
     * @see DateSelectorUI
     */
    static String tsPeriodSelectorUI_startDesc_name() {
        return org.openide.util.NbBundle.getMessage(Bundle.class, "tsPeriodSelectorUI.startDesc.name");
    }
    /**
     * @return Specify the way the time span is defined
     * @see DateSelectorUI
     */
    static String tsPeriodSelectorUI_typeDesc_desc() {
        return org.openide.util.NbBundle.getMessage(Bundle.class, "tsPeriodSelectorUI.typeDesc.desc");
    }
    /**
     * @return Type
     * @see DateSelectorUI
     */
    static String tsPeriodSelectorUI_typeDesc_name() {
        return org.openide.util.NbBundle.getMessage(Bundle.class, "tsPeriodSelectorUI.typeDesc.name");
    }
    private Bundle() {}
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy