| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.eclipse.actf.util.win32.RegistryUtil
public class RegistryUtil
| Field Summary | |
|---|---|
| static int | HKEY_CLASSES_ROOT | 
| static int | HKEY_CURRENT_USER | 
| static int | HKEY_LOCAL_MACHINE | 
| Constructor Summary | |
|---|---|
| RegistryUtil() | |
| Method Summary | |
|---|---|
| static int | getRegistryInt(int hKeyParent,
               String subKeyString,
               String valueString) | 
| static String | getRegistryString(int hKeyParent,
                  String subKeyString,
                  String valueString) | 
| Methods inherited from class java.lang.Object | 
|---|
| equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Field Detail | 
|---|
public static final int HKEY_CLASSES_ROOT
public static final int HKEY_CURRENT_USER
public static final int HKEY_LOCAL_MACHINE
| Constructor Detail | 
|---|
public RegistryUtil()
| Method Detail | 
|---|
public static int getRegistryInt(int hKeyParent,
                                 String subKeyString,
                                 String valueString)
public static String getRegistryString(int hKeyParent,
                                       String subKeyString,
                                       String valueString)
| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||