com.jniwrapper.win32.registry
package contains classes for working with system registry.See: Description
Interface | Description |
---|---|
RegistryEventListener |
RegistryEventListener interface.
|
RegistryValueTransformer |
This interface provides functions for transforming Java or JNIWrapper types
to registry types and vice versa.
|
Class | Description |
---|---|
BrowserPaths |
This utility class provides path information on the browsers registered with the system.
|
RegistryKey |
Class RegistryKey represents a key level node in the Windows registry.
|
RegistryKey.RegistryAccessMode |
Provides enumeration of all registry access modes.
|
RegistryKeyType |
RegistryKeyType represents EnumItemeration of registry key types.
|
RegistryKeyValues |
This class provides access to values of a registry key.
|
Exception | Description |
---|---|
RegistryException |
RegistryException is an exception that may be thrown during work with windows
registry using RegistryKey.
|
com.jniwrapper.win32.registry
package contains classes for working with system registry.