Uses of Enum
com.dlsc.gemsfx.util.ResourceBundleManager.BundleType
Packages that use ResourceBundleManager.BundleType
Package
Description
Provides utility classes shared by GemsFX controls and skins.
-
Uses of ResourceBundleManager.BundleType in com.dlsc.gemsfx.util
Subclasses with type arguments of type ResourceBundleManager.BundleType in com.dlsc.gemsfx.utilModifier and TypeClassDescriptionstatic enumTyped categories for the currently supported i18n bundle domains.Methods in com.dlsc.gemsfx.util that return ResourceBundleManager.BundleTypeModifier and TypeMethodDescriptionResourceBundleManager.Type.getBundleType()Deprecated.Returns the replacementResourceBundleManager.BundleType.Returns the enum constant of this type with the specified name.static ResourceBundleManager.BundleType[]ResourceBundleManager.BundleType.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.dlsc.gemsfx.util with parameters of type ResourceBundleManager.BundleTypeModifier and TypeMethodDescriptionstatic StringResourceBundleManager.format(ResourceBundleManager.BundleType bundleType, String key, Object... args) Formats the localized string for the given bundle type and key withMessageFormat.static ResourceBundleResourceBundleManager.getBundle(ResourceBundleManager.BundleType bundleType) Retrieves the resource bundle for the specified bundle type and the current application locale.static StringResourceBundleManager.getString(ResourceBundleManager.BundleType bundleType, String key) Retrieves a localized string from the resource bundle associated with a given bundle type.static StringResourceBundleManager.getString(ResourceBundleManager.BundleType bundleType, String key, String fallbackValue) Retrieves a localized string from the resource bundle associated with a given bundle type.