com.ice.jni.registry |
|
Java Source File Name | Type | Comment |
NoSuchKeyException.java | Class | This exception is used to indicate that no such key exists in the registry. |
NoSuchValueException.java | Class | This exception is used to indicate that no such key exists in the registry. |
RegBinaryValue.java | Class | The RegBinaryValue class represents a binary value in the
registry (REG_BINARY). |
RegDWordValue.java | Class | The RegDWordValue class represents a double word, or
integer, value in the registry (REG_DWORD). |
Registry.java | Class | The Registry class provides is used to load the native
library DLL, as well as a placeholder for the top level
keys, error codes, and utility methods. |
RegistryException.java | Class | This exception is used to indicate that no such key exists in the registry. |
RegistryKey.java | Class | The RegistryKey class represents a key in the registry.
The class also provides all of the native interface calls.
You should refer to the Windows Registry API documentation
for the details of any of the native methods. |
RegistryValue.java | Class | The RegistryValue class represents a value in the registry.
This class is abstract, so it can not be instantiated. |
RegMultiStringValue.java | Class | The RegMultiStringValue class represents a multiple
string, or string array, value in the registry
(REG_MULTI_SZ). |
RegStringValue.java | Class | The RegStringValue class represents a string value in the
registry (REG_SZ, and REG_EXPAND_SZ). |