Uses of Enum Class
ch.autumo.commons.utils.system.WinRegistry.RegistryHKey
Packages that use WinRegistry.RegistryHKey
-
Uses of WinRegistry.RegistryHKey in ch.autumo.commons.utils.system
Methods in ch.autumo.commons.utils.system that return WinRegistry.RegistryHKeyModifier and TypeMethodDescriptionstatic WinRegistry.RegistryHKeyWinRegistry.RegistryHKey.tryGetFromName(String name) Get from name.static WinRegistry.RegistryHKeyReturns the enum constant of this class with the specified name.static WinRegistry.RegistryHKey[]WinRegistry.RegistryHKey.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in ch.autumo.commons.utils.system with parameters of type WinRegistry.RegistryHKeyModifier and TypeMethodDescriptionWinRegistry.getValue(WinRegistry.RegistryHKey registryHKey, String key, String valueName) Get value.