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

org.opentcs.modeleditor.util.I18nPlantOverviewModeling Maven / Gradle / Ivy

The newest version!
// SPDX-FileCopyrightText: The openTCS Authors
// SPDX-License-Identifier: MIT
package org.opentcs.modeleditor.util;

/**
 * Defines application-specific constants regarding internationalization.
 */
public interface I18nPlantOverviewModeling {

  /**
   * Path to the resources related to the create group dialog.
   */
  String CREATEGROUP_PATH = "i18n.org.opentcs.plantoverview.modeling.dialogs.createGroup";
  /**
   * Path to the resources related to dockables.
   */
  String DOCKABLE_PATH = "i18n.org.opentcs.plantoverview.modeling.panels.dockable";
  /**
   * Path to the resources related to layers.
   */
  String LAYERS_PATH = "i18n.org.opentcs.plantoverview.modeling.panels.layers";
  /**
   * Path to the resources related the menu bar.
   */
  String MENU_PATH = "i18n.org.opentcs.plantoverview.modeling.mainMenu";
  /**
   * Path to miscellaneous resources
   */
  String MISC_PATH = "i18n.org.opentcs.plantoverview.modeling.miscellaneous";
  /**
   * Path to the resources related to the system.
   */
  String SYSTEM_PATH = "i18n.org.opentcs.plantoverview.modeling.system";
  /**
   * Path to the resources related to toolbars.
   */
  String TOOLBAR_PATH = "i18n.org.opentcs.plantoverview.modeling.toolbar";
  /**
   * Path to the resources related to model validator.
   */
  String VALIDATOR_PATH = "i18n.org.opentcs.plantoverview.modeling.modelValidation";
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy