Package ch.autumo.ui
Interface Constants
public interface Constants
Constants.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Stringbase resource path for 'autumo-ui' library.static final StringRelative application configuration path.static final StringConfiguration property key for sales email.static final StringConfiguration property key for support email.static final StringConfiguration property key for documentation URL.static final StringConfiguration property key for purchase URL.static final StringConfiguration property key for web-site URL.static final StringConfiguration property key for update URL.static final StringConfiguration property key for version XML file URL.static final CountryDataCountry data.static final SimpleDateFormatDate format for license accepted time-stamp.static final StringDefault configuration property key for sales email.static final StringDefault configuration property key for support email.static final StringDefault configuration property key for documentation URL.static final StringDefault configuration property key for web-site URL.static final StringDefault configuration property key for web-site URL.static final StringDefault configuration property key for update URL.static final StringDefault configuration property key for version XML file URL.static final StringCountry data file.static final StringThe default relative path to the BASE application configuration.static final StringThe default relative path to the application configuration.static final StringLanguage 'de'.static final StringLanguage 'en'.static final String[]Supported languages.static final LocaleLocale 'de_CH'.static final LocaleLocale 'en_US'.static final StringLanguage configuration/property key.static final StringLicense accepted configuration/property key.static final StringRecent item configuration/property key prefix.static final intMax.static final StringApplication style-sheet.static final StringApplication style-sheet with full resource path.static final StringApplication HTML style-sheet.static final StringApplication HTML style-sheet with full resource path.static final StringSystem property key for manufacturer.static final StringDefault Info view FXML.static final StringRegistration view FXML.
-
Field Details
-
SYS_KEY_SYSTEM_MANUFACTURER
System property key for manufacturer.- See Also:
-
CFG_PATH
Relative application configuration path.- See Also:
-
FILE_INTERNAL_BASE_CONF
The default relative path to the BASE application configuration.- See Also:
-
FILE_INTERNAL_CONF
The default relative path to the application configuration.- See Also:
-
PROP_KEY_LANGUAGE
Language configuration/property key.- See Also:
-
PROP_KEY_RECENT
Recent item configuration/property key prefix.- See Also:
-
PROP_KEY_LIC_ACC
License accepted configuration/property key.- See Also:
-
BASE_RESOURCE_PATH
base resource path for 'autumo-ui' library.- See Also:
-
FILE_COUNTRIES
Country data file.- See Also:
-
COUNTRY_DATA
Country data. -
RECENT_MAX_SIZE
static final int RECENT_MAX_SIZEMax. recent files.- See Also:
-
DATE_FORMAT_LIC_EXT
Date format for license accepted time-stamp. -
STYLESHEET
Application style-sheet.- See Also:
-
STYLESHEET_FULL_PATH
Application style-sheet with full resource path.- See Also:
-
STYLESHEET_HTML
Application HTML style-sheet.- See Also:
-
STYLESHEET_HTML_FULL_PATH
Application HTML style-sheet with full resource path.- See Also:
-
VIEW_DEFAULT_INFO
Default Info view FXML.- See Also:
-
VIEW_REGISTRATION
Registration view FXML.- See Also:
-
LANG_DE
Language 'de'.- See Also:
-
LANG_EN
Language 'en'.- See Also:
-
LOCALE_DE
Locale 'de_CH'. -
LOCALE_EN
Locale 'en_US'. -
LANGUAGES
Supported languages. -
CONFIG_ENTRY_URL_PURCHASE
Configuration property key for purchase URL.- See Also:
-
CONFIG_ENTRY_URL_WEB
Configuration property key for web-site URL.- See Also:
-
CONFIG_ENTRY_URL_DOC
Configuration property key for documentation URL.- See Also:
-
CONFIG_ENTRY_URL_WEB_UPDATE
Configuration property key for update URL.- See Also:
-
CONFIG_ENTRY_URL_WEB_VER_FILE
Configuration property key for version XML file URL.- See Also:
-
CONFIG_ENTRY_EMAIL_SALES
Configuration property key for sales email.- See Also:
-
CONFIG_ENTRY_EMAIL_SUPPORT
Configuration property key for support email.- See Also:
-
DEF_CONFIG_ENTRY_URL_PURCHASE
Default configuration property key for web-site URL.- See Also:
-
DEF_CONFIG_ENTRY_URL_WEB
Default configuration property key for web-site URL.- See Also:
-
DEF_CONFIG_ENTRY_URL_DOC
Default configuration property key for documentation URL.- See Also:
-
DEF_CONFIG_ENTRY_URL_WEB_UPDATE
Default configuration property key for update URL.- See Also:
-
DEF_CONFIG_ENTRY_URL_WEB_VER_FILE
Default configuration property key for version XML file URL.- See Also:
-
DEF_CONFIG_ENTRY_EMAIL_SALES
Default configuration property key for sales email.- See Also:
-
DEF_CONFIG_ENTRY_EMAIL_SUPPORT
Default configuration property key for support email.- See Also:
-