Uses of Class
ca.beq.util.win32.registry.RegistryValue

Uses of RegistryValue in ca.beq.util.win32.registry
 

Methods in ca.beq.util.win32.registry that return RegistryValue
 RegistryValue RegistryKey.getValue(String name)
          Returns a RegistryValue representing the specified value.
 

Methods in ca.beq.util.win32.registry with parameters of type RegistryValue
 void RegistryKey.setValue(RegistryValue value)
          Sets the properties of a registry value according to the properties of the specified RegistryValue.