C D E G H K N R S T V

C

ca.beq.util.win32.registry - package ca.beq.util.win32.registry
Provides classes to manipulate the Windows registry.
create() - Method in class ca.beq.util.win32.registry.RegistryKey
Creates this registry key in the system registry.
createSubkey(String) - Method in class ca.beq.util.win32.registry.RegistryKey
Creates the specified subkey.

D

delete() - Method in class ca.beq.util.win32.registry.RegistryKey
Deletes this registry key and any subkeys or values from the system registry.
deleteValue(String) - Method in class ca.beq.util.win32.registry.RegistryKey
Deletes the specified value from this registry key.

E

exists() - Method in class ca.beq.util.win32.registry.RegistryKey
Tests if this registry key, as defined by the RootKey and path, currently exists in the system registry.

G

getData() - Method in class ca.beq.util.win32.registry.RegistryValue
Returns this RegistryValue's data.
getName() - Method in class ca.beq.util.win32.registry.RegistryValue
Returns this RegistryValue's name.
getName() - Method in class ca.beq.util.win32.registry.RegistryKey
Returns this RegistryKey's name.
getPath() - Method in class ca.beq.util.win32.registry.RegistryKey
Returns this RegistryKey's path.
getRootKey() - Method in class ca.beq.util.win32.registry.RegistryKey
Returns this RegistryKey's root key.
getType() - Method in class ca.beq.util.win32.registry.RegistryValue
Returns this RegistryValue's ValueType.
getValue() - Method in class ca.beq.util.win32.registry.RootKey
Returns the integer value (used by the native Windows registry functions) of the root key.
getValue() - Method in class ca.beq.util.win32.registry.ValueType
Returns the integer value (used by the native Windows registry functions) of the value type.
getValue(String) - Method in class ca.beq.util.win32.registry.RegistryKey
Returns a RegistryValue representing the specified value.

H

hasNext() - Method in class ca.beq.util.win32.registry.ValueIterator
Returns true if the iteration contains more RegistryValue elements.
hasNext() - Method in class ca.beq.util.win32.registry.KeyIterator
Returns true if the iteration contains more RegistryKey elements.
hasSubkey(String) - Method in class ca.beq.util.win32.registry.RegistryKey
Tests if this registry key possesses the specified subkey.
hasSubkeys() - Method in class ca.beq.util.win32.registry.RegistryKey
Tests if this registry key possesses subkeys.
hasValue(String) - Method in class ca.beq.util.win32.registry.RegistryKey
Tests if this registry key possess the specified value.
hasValues() - Method in class ca.beq.util.win32.registry.RegistryKey
Tests if this registry key possess any values.
HKEY_CLASSES_ROOT - Static variable in class ca.beq.util.win32.registry.RootKey
Registry entries subordinate to this key define types (or classes) of documents and the properties associated with those types.
HKEY_CURRENT_CONFIG - Static variable in class ca.beq.util.win32.registry.RootKey
Registry entries subordinate to this key contain information about the current hardware profile of the local computer system.
HKEY_CURRENT_USER - Static variable in class ca.beq.util.win32.registry.RootKey
Registry entries subordinate to this key define the preferences of the current user.
HKEY_DYN_DATA - Static variable in class ca.beq.util.win32.registry.RootKey
Registry entries subordinate to this key allow you to collect performance data.
HKEY_LOCAL_MACHINE - Static variable in class ca.beq.util.win32.registry.RootKey
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.
HKEY_PERFORMANCE_DATA - Static variable in class ca.beq.util.win32.registry.RootKey
Registry entries subordinate to this key allow you to access performance data.
HKEY_USERS - Static variable in class ca.beq.util.win32.registry.RootKey
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.

K

KeyIterator - class ca.beq.util.win32.registry.KeyIterator.
KeyIterator provides methods to iterate through the subkeys of a particular registry key.
KeyIterator(RegistryKey) - Constructor for class ca.beq.util.win32.registry.KeyIterator
Constructs a new KeyIterator to enumerate subkeys from the specified RegistryKey.

N

next() - Method in class ca.beq.util.win32.registry.ValueIterator
Returns the next RegistryValue element in the iteration.
next() - Method in class ca.beq.util.win32.registry.KeyIterator
Returns the next RegistryKey element in the iteration.

R

REG_BINARY - Static variable in class ca.beq.util.win32.registry.ValueType
The REG_BINARY data type represents binary data in any form.
REG_DWORD - Static variable in class ca.beq.util.win32.registry.ValueType
The REG_DWORD data type represents a 32-bit number.
REG_DWORD_BIG_ENDIAN - Static variable in class ca.beq.util.win32.registry.ValueType
The REG_DWORD_BIG_ENDIAN data type represents a 32-bit number in little-endian format (this is equivalent to REG_DWORD).
REG_DWORD_LITTLE_ENDIAN - Static variable in class ca.beq.util.win32.registry.ValueType
The REG_DWORD_LITTLE_ENDIAN data type represents a 32-bit number in little-endian format.
REG_EXPAND_SZ - Static variable in class ca.beq.util.win32.registry.ValueType
The REG_EXPAND_SZ data type represents a null-terminated string that contains unexpanded references to environment variables (for example, "%PATH%").
REG_MULTI_SZ - Static variable in class ca.beq.util.win32.registry.ValueType
The REG_MULTI_SZ data type represents an array of null-terminated strings, terminated by two null characters.
REG_NONE - Static variable in class ca.beq.util.win32.registry.ValueType
The REG_NONE data type represents data with no defined type.
REG_SZ - Static variable in class ca.beq.util.win32.registry.ValueType
The REG_SZ data type represents a null-terminated string.
RegistryException - exception ca.beq.util.win32.registry.RegistryException.
RegistryException signals that a registry operation has failed.
RegistryException() - Constructor for class ca.beq.util.win32.registry.RegistryException
Constructs a new RegistryException with no detail message.
RegistryException(String) - Constructor for class ca.beq.util.win32.registry.RegistryException
Constructs a new RegistryException with the specified detail message.
RegistryKey - class ca.beq.util.win32.registry.RegistryKey.
A representation of system registry keys, RegistryKey is the principle class of the ca.beq.util.win32.registry package.
RegistryKey() - Constructor for class ca.beq.util.win32.registry.RegistryKey
Constructs a new RegistryKey referencing the root path of the RootKey.HKEY_CURRENT_USER root key.
RegistryKey(RootKey) - Constructor for class ca.beq.util.win32.registry.RegistryKey
Constructs a new RegistryKey referencing the root path of the specified RootKey.
RegistryKey(RootKey, String) - Constructor for class ca.beq.util.win32.registry.RegistryKey
Constructs a new RegistryKey referencing the specified path of the specified RootKey.
RegistryKey(String) - Constructor for class ca.beq.util.win32.registry.RegistryKey
Constructs a new RegistryKey referencing the specified path of the RootKey.HKEY_CURRENT_USER root key.
RegistryValue - class ca.beq.util.win32.registry.RegistryValue.
A representation of registry values.
RegistryValue() - Constructor for class ca.beq.util.win32.registry.RegistryValue
Constructs a new, empty, RegistryValue.
RegistryValue(Object) - Constructor for class ca.beq.util.win32.registry.RegistryValue
Constructs a new RegistryValue with the specified data.
RegistryValue(String, boolean) - Constructor for class ca.beq.util.win32.registry.RegistryValue
Constructs a new RegistryValue with the specified name, and data.
RegistryValue(String, byte) - Constructor for class ca.beq.util.win32.registry.RegistryValue
Constructs a new RegistryValue with the specified name, and data.
RegistryValue(String, double) - Constructor for class ca.beq.util.win32.registry.RegistryValue
Constructs a new RegistryValue with the specified name, and data.
RegistryValue(String, float) - Constructor for class ca.beq.util.win32.registry.RegistryValue
Constructs a new RegistryValue with the specified name, and data.
RegistryValue(String, int) - Constructor for class ca.beq.util.win32.registry.RegistryValue
Constructs a new RegistryValue with the specified name, and data.
RegistryValue(String, long) - Constructor for class ca.beq.util.win32.registry.RegistryValue
Constructs a new RegistryValue with the specified name, and data.
RegistryValue(String, Object) - Constructor for class ca.beq.util.win32.registry.RegistryValue
Constructs a new RegistryValue with the specified name and data.
RegistryValue(String, ValueType, Object) - Constructor for class ca.beq.util.win32.registry.RegistryValue
Constructs a new RegistryValue with the specified name, type, and data.
remove() - Method in class ca.beq.util.win32.registry.ValueIterator
The optional remove operation is not supported by this Iterator.
remove() - Method in class ca.beq.util.win32.registry.KeyIterator
The optional remove operation is not supported by this Iterator.
RootKey - class ca.beq.util.win32.registry.RootKey.
The Windows operating system defines standard registry keys ("root keys", represented by RootKey) that are always open.

S

setData(boolean) - Method in class ca.beq.util.win32.registry.RegistryValue
Sets this RegistryValue's data.
setData(byte) - Method in class ca.beq.util.win32.registry.RegistryValue
Sets this RegistryValue's data.
setData(double) - Method in class ca.beq.util.win32.registry.RegistryValue
Sets this RegistryValue's data.
setData(float) - Method in class ca.beq.util.win32.registry.RegistryValue
Sets this RegistryValue's data.
setData(int) - Method in class ca.beq.util.win32.registry.RegistryValue
Sets this RegistryValue's data.
setData(long) - Method in class ca.beq.util.win32.registry.RegistryValue
Sets this RegistryValue's data.
setData(Object) - Method in class ca.beq.util.win32.registry.RegistryValue
Sets this RegistryValue's data.
setName(String) - Method in class ca.beq.util.win32.registry.RegistryValue
Sets this RegistryValue's name.
setType(ValueType) - Method in class ca.beq.util.win32.registry.RegistryValue
Sets this RegistryValue's ValueType.
setValue(RegistryValue) - Method in class ca.beq.util.win32.registry.RegistryKey
Sets the properties of a registry value according to the properties of the specified RegistryValue.
subkeys() - Method in class ca.beq.util.win32.registry.RegistryKey
Returns an iterator for available subkeys.

T

toString() - Method in class ca.beq.util.win32.registry.RegistryValue
Returns a string representation of this RegistryValue.
toString() - Method in class ca.beq.util.win32.registry.RootKey
Returns the display name of the root key.
toString() - Method in class ca.beq.util.win32.registry.RegistryKey
Returns a string representation of this RegistryKey.
toString() - Method in class ca.beq.util.win32.registry.ValueType
Returns the display name of the value type.

V

ValueIterator - class ca.beq.util.win32.registry.ValueIterator.
ValueIterator provides methods to iterate through the values of a particular registry key.
ValueIterator(RegistryKey) - Constructor for class ca.beq.util.win32.registry.ValueIterator
Constructs a new ValueIterator to enumerate values from the specified RegistryKey.
values() - Method in class ca.beq.util.win32.registry.RegistryKey
Returns an iterator for available values.
ValueType - class ca.beq.util.win32.registry.ValueType.
Registry values (data) can be stored in various formats (types), represented by ValueType.

C D E G H K N R S T V