jdplus.tramoseats.desktop.plugin.tramo.ui.actions.Bundle Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of jdplus-tramoseats-desktop-plugin Show documentation
Show all versions of jdplus-tramoseats-desktop-plugin Show documentation
${project.parent.artifactId} - ${project.artifactId}
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