Package com.ms.lang Previous
Previous
Packages
Packages
Index
Index
Next
Next

About com.ms.lang

This package provides access to Microsoft® Win32® system-level support that is not available through the standard language package. The com.ms.lang package extends java.lang and supplies Java system enhancement, keyboard switching, and Registry manipulation classes. The Registry plays a key role in Windows 95 and Windows NT operations. It is an access-restricted database that stores many critical application and operating system values. Although many of the common Registry functions, such as RegCreateKeyEx and RegOpenKeyEx, are not implemented, the Java class RegKey handles many of the same operations.

The package contains the following classes:

Classes

Class RegKey
Produces registry access objects.
Class RegKeyEnumValue
Created as a result of returning from com.ms.lang.RegKey.enum().
Class RegKeyEnumValueByteArray
Created as a result of returning an int from com.ms.lang.RegKey.enum().
Class RegKeyEnumValueInt
Created as a result of returning an int from com.ms.lang.RegKey.enum().
Class RegKeyEnumValueString
Created as a result of returning an int from com.ms.lang.RegKey.enum().
Class RegKeyException
Signals that an I/O exception has occurred.
Class RegQueryInfo
Queries registry access objects.
Class SystemX
Provides system enhancements for extended functionality Currently, the methods in the class are all keyboard/Unicode related. SystemX cannot be instantiated or subclassed because all of the methods and variables are static.


Top© 1997 Microsoft Corporation. All rights reserved. Legal Notices.