|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of Win32Exception in net.sf.ovanttasks.ovnative.win32 |
---|
Methods in net.sf.ovanttasks.ovnative.win32 that throw Win32Exception | |
---|---|
void |
Registry.create()
|
Registry |
Registry.createSubKey(String subKeyName)
Create a new subKey as child of this subKey. |
void |
Registry.delete()
|
void |
Registry.deleteValue(String name)
|
static String |
Win32.expandEnvironmentStrings(String value)
Expands a value %VALUE% |
boolean |
Registry.getBooleanValue(String name)
|
String |
Registry.getExpandableString(String name,
boolean doExpand)
|
float |
Registry.getFloatValue(String name)
internal storage format Float.toString |
static String |
Win32.getWindowsDirectory()
|
static String |
Win32.getWindowsSystemDirectory()
|
boolean |
Registry.hasSubKeys()
|
boolean |
Registry.hasValue(String name)
|
boolean |
Registry.hasValues()
|
void |
LnkFile.load()
Loads the link data from the filesystem. |
Registry |
Registry.openSubKey(String subKeyName)
Opens a child subKey of this subKey. |
void |
LnkFile.resolve()
Resolve the link with UI interaction |
void |
LnkFile.save()
Save the link |
void |
LnkFile.save(String directory,
String name)
Save the link |
void |
Registry.setExpandableString(String name,
String value)
|
void |
Registry.setValue(String name,
boolean value)
|
void |
Registry.setValue(String name,
byte value)
|
void |
Registry.setValue(String name,
byte[] value)
|
void |
Registry.setValue(String name,
double value)
|
void |
Registry.setValue(String name,
float value)
|
void |
Registry.setValue(String name,
int value)
|
void |
Registry.setValue(String name,
long value)
|
void |
Registry.setValue(String name,
short value)
|
void |
Registry.setValue(String name,
String value)
|
void |
Registry.setValue(String name,
String[] value)
|
void |
Registry.setValue(String name,
String value,
int valueType)
|
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |