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

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

Fields in ca.beq.util.win32.registry declared as RootKey
static RootKey RootKey.HKEY_CLASSES_ROOT
          Registry entries subordinate to this key define types (or classes) of documents and the properties associated with those types.
static RootKey RootKey.HKEY_CURRENT_USER
          Registry entries subordinate to this key define the preferences of the current user.
static RootKey RootKey.HKEY_LOCAL_MACHINE
          Registry entries subordinate to this key define the physical state of the computer, including data about the bus type, system memory, and installed hardware and software.
static RootKey RootKey.HKEY_USERS
          Registry entries subordinate to this key define the default user configuration for new users on the local computer and the user configuration for the current user.
static RootKey RootKey.HKEY_CURRENT_CONFIG
          Registry entries subordinate to this key contain information about the current hardware profile of the local computer system.
static RootKey RootKey.HKEY_PERFORMANCE_DATA
          Registry entries subordinate to this key allow you to access performance data.
static RootKey RootKey.HKEY_DYN_DATA
          Registry entries subordinate to this key allow you to collect performance data.
 

Methods in ca.beq.util.win32.registry that return RootKey
 RootKey RegistryKey.getRootKey()
          Returns this RegistryKey's root key.
 

Constructors in ca.beq.util.win32.registry with parameters of type RootKey
RegistryKey(RootKey root)
          Constructs a new RegistryKey referencing the root path of the specified RootKey.
RegistryKey(RootKey root, String path)
          Constructs a new RegistryKey referencing the specified path of the specified RootKey.