Uses of Enum Class
com.dlsc.gemsfx.util.ResourceBundleManager.Type
Packages that use ResourceBundleManager.Type
-
Uses of ResourceBundleManager.Type in com.dlsc.gemsfx.util
Subclasses with type arguments of type ResourceBundleManager.Type in com.dlsc.gemsfx.utilMethods in com.dlsc.gemsfx.util that return ResourceBundleManager.TypeModifier and TypeMethodDescriptionstatic ResourceBundleManager.TypeReturns the enum constant of this class with the specified name.static ResourceBundleManager.Type[]ResourceBundleManager.Type.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.dlsc.gemsfx.util with parameters of type ResourceBundleManager.TypeModifier and TypeMethodDescriptionstatic StringResourceBundleManager.getString(ResourceBundleManager.Type type, String key) Retrieves a localized string from the resource bundle associated with a given type.