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.registry Modifier and Type Class Description classBinaryValueA representation of binary registry values.classDWordValueA representation of DWORD registry values.classMultiStringValueA representation of multi-string registry values.classQWordValueA representation of QWORD registry values.classStringValueA representation of string registry values.Methods in com.github.robtimus.os.windows.registry that return SettableRegistryValue Modifier and Type Method Description abstract SettableRegistryValueSettableRegistryValue. withName(String name)Returns 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 SettableRegistryValue Modifier and Type Method Description voidRegistryKey.Handle. setValue(SettableRegistryValue value)Sets a registry value.voidRegistryKey. setValue(SettableRegistryValue value)Sets a registry value.
-