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

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

Methods in ca.beq.util.win32.registry that return RegistryKey
 RegistryKey RegistryKey.createSubkey(String name)
          Creates the specified subkey.
 

Constructors in ca.beq.util.win32.registry with parameters of type RegistryKey
ValueIterator(RegistryKey key)
          Constructs a new ValueIterator to enumerate values from the specified RegistryKey.
KeyIterator(RegistryKey key)
          Constructs a new KeyIterator to enumerate subkeys from the specified RegistryKey.