Package org.opentcs.guing.util
Interface I18nPlantOverviewModeling
public interface I18nPlantOverviewModeling
Defines application-specific constants regarding internationalization.
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringCREATEGROUP_PATHPath to the resources related to the create group dialog.static java.lang.StringDOCKABLE_PATHPath to the resources related to dockables.static java.lang.StringLAYERS_PATHPath to the resources related to layers.static java.lang.StringMENU_PATHPath to the resources related the menu bar.static java.lang.StringMISC_PATHPath to miscellaneous resourcesstatic java.lang.StringSTATUS_PATHPath to the resources related to status messages.static java.lang.StringSYSTEM_PATHPath to the resources related to the system.static java.lang.StringTOOLBAR_PATHPath to the resources related to toolbars.static java.lang.StringVALIDATOR_PATHPath to the resources related to model validator.
-
Field Details
-
CREATEGROUP_PATH
static final java.lang.String CREATEGROUP_PATHPath to the resources related to the create group dialog.- See Also:
- Constant Field Values
-
DOCKABLE_PATH
static final java.lang.String DOCKABLE_PATHPath to the resources related to dockables.- See Also:
- Constant Field Values
-
LAYERS_PATH
static final java.lang.String LAYERS_PATHPath to the resources related to layers.- See Also:
- Constant Field Values
-
MENU_PATH
static final java.lang.String MENU_PATHPath to the resources related the menu bar.- See Also:
- Constant Field Values
-
MISC_PATH
static final java.lang.String MISC_PATHPath to miscellaneous resources- See Also:
- Constant Field Values
-
STATUS_PATH
static final java.lang.String STATUS_PATHPath to the resources related to status messages.- See Also:
- Constant Field Values
-
SYSTEM_PATH
static final java.lang.String SYSTEM_PATHPath to the resources related to the system.- See Also:
- Constant Field Values
-
TOOLBAR_PATH
static final java.lang.String TOOLBAR_PATHPath to the resources related to toolbars.- See Also:
- Constant Field Values
-
VALIDATOR_PATH
static final java.lang.String VALIDATOR_PATHPath to the resources related to model validator.- See Also:
- Constant Field Values
-