Package org.opentcs.guing.util
Interface PlantOverviewModelingApplicationConfiguration
@ConfigurationPrefix("plantoverviewapp")
public interface PlantOverviewModelingApplicationConfiguration
Provides methods to configure the PlantOverview application (in modeling mode).
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringPREFIXThis configuration's prefix. -
Method Summary
Modifier and Type Method Description java.lang.Stringlocale()java.lang.Class<? extends org.opentcs.components.plantoverview.LocationTheme>locationThemeClass()
-
Field Details
-
PREFIX
static final java.lang.String PREFIXThis configuration's prefix.- See Also:
- Constant Field Values
-
-
Method Details
-
locale
@ConfigurationEntry(type="String", description={"The plant overview application\'s locale, as a BCP 47 language tag.","Examples: \'en\', \'de\', \'zh\'"}, orderKey="0_init_0") java.lang.String locale() -
locationThemeClass
@ConfigurationEntry(type="Class name", description={"The name of the class to be used for the location theme.","Must be a class extending org.opentcs.components.plantoverview.LocationTheme"}, orderKey="3_themes_0") java.lang.Class<? extends org.opentcs.components.plantoverview.LocationTheme> locationThemeClass()
-