Uses of Class
com.github.robtimus.os.windows.registry.SettableRegistryValue
-
Uses of SettableRegistryValue in com.github.robtimus.os.windows.registry
Subclasses of SettableRegistryValue in com.github.robtimus.os.windows.registryModifier and TypeClassDescriptionfinal classA representation of binary registry values.final classA representation of DWORD registry values.final classA representation of multi-string registry values.final classA representation of QWORD registry values.final classA representation of string registry values.Methods in com.github.robtimus.os.windows.registry that return SettableRegistryValueModifier and TypeMethodDescriptionabstract SettableRegistryValueReturns a registry value with the same value as this registry value but a different name.Methods in com.github.robtimus.os.windows.registry with parameters of type SettableRegistryValueModifier and TypeMethodDescriptionvoidRegistryKey.Handle.setValue(SettableRegistryValue value) Sets a registry value.voidRegistryKey.setValue(SettableRegistryValue value) Sets a registry value.