A B C D E F G H I L M O P R S T W

A

AUDIT_FAILURE - Static variable in class org.boris.winrun4j.EventLog
 
AUDIT_SUCCESS - Static variable in class org.boris.winrun4j.EventLog
 
AbstractService - class org.boris.winrun4j.AbstractService.
 
AbstractService() - Constructor for class org.boris.winrun4j.AbstractService
 
ActivationListener - interface org.boris.winrun4j.ActivationListener.
 
activate() - Method in interface org.boris.winrun4j.ActivationListener
 
activate() - Static method in class org.boris.winrun4j.DDE
This will be called as part of the single instance.
addActivationListener(ActivationListener) - Static method in class org.boris.winrun4j.DDE
Add an activation listener.
addFileAssocationListener(FileAssociationListener) - Static method in class org.boris.winrun4j.DDE
Add a file association listener.
addFileVerb(String, String) - Method in class org.boris.winrun4j.FileAssociation
 
addOpenWith(String) - Method in class org.boris.winrun4j.FileAssociation
 
available() - Method in class org.boris.winrun4j.ByteBufferInputStream
 

B

ByteBufferInputStream - class org.boris.winrun4j.ByteBufferInputStream.
 
ByteBufferInputStream(ByteBuffer) - Constructor for class org.boris.winrun4j.ByteBufferInputStream
 

C

close() - Static method in class org.boris.winrun4j.SplashScreen
Closes the splash.
closeKeyHandle(long) - Static method in class org.boris.winrun4j.RegistryKey
Close a key.
createSubKey(String) - Method in class org.boris.winrun4j.RegistryKey
Creates a sub key.
createSubKey(long, String) - Static method in class org.boris.winrun4j.RegistryKey
Creates a sub key.

D

DDE - class org.boris.winrun4j.DDE.
A manager for DDE.
DDE() - Constructor for class org.boris.winrun4j.DDE
 
delete(FileAssociation) - Static method in class org.boris.winrun4j.FileAssociations
 
deleteSubKey(String) - Method in class org.boris.winrun4j.RegistryKey
Deletes the sub key.
deleteSubKey(long, String) - Static method in class org.boris.winrun4j.RegistryKey
Deletes the sub key.
deleteValue(String) - Method in class org.boris.winrun4j.RegistryKey
Deletes the value.
deleteValue(long, String) - Static method in class org.boris.winrun4j.RegistryKey
Delets the key.

E

ERROR - Static variable in class org.boris.winrun4j.EventLog
 
EventLog - class org.boris.winrun4j.EventLog.
A mechanism for adding events.
EventLog() - Constructor for class org.boris.winrun4j.EventLog
 
enumerate(String, ResourceEnumCallback) - Static method in class org.boris.winrun4j.Resources
 
error(String) - Static method in class org.boris.winrun4j.Log
Error log.
execute(String) - Static method in class org.boris.winrun4j.DDE
Execute a command.
execute(String) - Method in interface org.boris.winrun4j.FileAssociationListener
Execute based on the given command line.
exists() - Method in class org.boris.winrun4j.RegistryKey
Indicates if this registry key exists.

F

FileAssociation - class org.boris.winrun4j.FileAssociation.
 
FileAssociation(String) - Constructor for class org.boris.winrun4j.FileAssociation
 
FileAssociationListener - interface org.boris.winrun4j.FileAssociationListener.
A listener for an execute call.
FileAssociations - class org.boris.winrun4j.FileAssociations.
 
FileAssociations() - Constructor for class org.boris.winrun4j.FileAssociations
 
FileVerb - class org.boris.winrun4j.FileVerb.
 
FileVerb(String) - Constructor for class org.boris.winrun4j.FileVerb
 
find(String, ResourceId, ResourceId, int) - Static method in class org.boris.winrun4j.Resources
 

G

getBinary(String) - Method in class org.boris.winrun4j.RegistryKey
Gets a binary value.
getBinary(long, String) - Static method in class org.boris.winrun4j.RegistryKey
Gets the value.
getCommand() - Method in class org.boris.winrun4j.FileVerb
 
getContentType() - Method in class org.boris.winrun4j.FileAssociation
 
getDDEApplication() - Method in class org.boris.winrun4j.FileVerb
 
getDDECommand() - Method in class org.boris.winrun4j.FileVerb
 
getDDETopic() - Method in class org.boris.winrun4j.FileVerb
 
getDescription() - Method in class org.boris.winrun4j.FileAssociation
 
getDoubleWord(String) - Method in class org.boris.winrun4j.RegistryKey
Gets a DWORD.
getDoubleWord(long, String) - Static method in class org.boris.winrun4j.RegistryKey
Gets the value.
getExpandedString(String) - Method in class org.boris.winrun4j.RegistryKey
Gets a value.
getExpandedString(long, String) - Static method in class org.boris.winrun4j.RegistryKey
Gets the value.
getExtension() - Method in class org.boris.winrun4j.FileAssociation
 
getIcon() - Method in class org.boris.winrun4j.FileAssociation
 
getLabel() - Method in class org.boris.winrun4j.FileVerb
 
getLastError() - Static method in class org.boris.winrun4j.Log
Gets the error string for the last error.
getMultiString(String) - Method in class org.boris.winrun4j.RegistryKey
Gets a value.
getMultiString(long, String) - Static method in class org.boris.winrun4j.RegistryKey
Gets the value.
getName() - Method in class org.boris.winrun4j.FileAssociation
 
getOpenWith(int) - Method in class org.boris.winrun4j.FileAssociation
 
getOpenWithCount() - Method in class org.boris.winrun4j.FileAssociation
 
getParent() - Method in class org.boris.winrun4j.RegistryKey
Gets the parent key.
getPath() - Method in class org.boris.winrun4j.RegistryKey
Gets the path of the key.
getPerceivedType() - Method in class org.boris.winrun4j.FileAssociation
 
getProperties() - Static method in class org.boris.winrun4j.INI
Get the set of properties as a map.
getProperty(String) - Static method in class org.boris.winrun4j.INI
Gets a property from the INI file.
getPropertyKeys() - Static method in class org.boris.winrun4j.INI
Gets the keys from the INI file.
getRootKey(String) - Static method in class org.boris.winrun4j.RegistryKey
 
getString(String) - Method in class org.boris.winrun4j.RegistryKey
Gets a string.
getString(long, String) - Static method in class org.boris.winrun4j.RegistryKey
Gets the value.
getSubKey(String) - Method in class org.boris.winrun4j.RegistryKey
Gets a subkey of a particular name (or null).
getSubKeyNames() - Method in class org.boris.winrun4j.RegistryKey
Gets the subkeys for this key.
getSubKeyNames(long) - Static method in class org.boris.winrun4j.RegistryKey
Get the sub key names.
getType(String) - Method in class org.boris.winrun4j.RegistryKey
Gets the type of a value.
getType(long, String) - Static method in class org.boris.winrun4j.RegistryKey
Gets the name.
getValueNames() - Method in class org.boris.winrun4j.RegistryKey
Gets the values for this key.
getValueNames(long) - Static method in class org.boris.winrun4j.RegistryKey
Gets the values.
getVerb(String) - Method in class org.boris.winrun4j.FileAssociation
 
getVerb() - Method in class org.boris.winrun4j.FileVerb
 
getVerbs() - Method in class org.boris.winrun4j.FileAssociation
 
getWindowHandle() - Static method in class org.boris.winrun4j.SplashScreen
Grabs the splash screen window handle.

H

HKEY_CLASSES_ROOT - Static variable in class org.boris.winrun4j.RegistryKey
 
HKEY_CURRENT_CONFIG - Static variable in class org.boris.winrun4j.RegistryKey
 
HKEY_CURRENT_USER - Static variable in class org.boris.winrun4j.RegistryKey
 
HKEY_LOCAL_MACHINE - Static variable in class org.boris.winrun4j.RegistryKey
 
HKEY_USERS - Static variable in class org.boris.winrun4j.RegistryKey
 

I

INFORMATION - Static variable in class org.boris.winrun4j.EventLog
 
INI - class org.boris.winrun4j.INI.
Provides access to the INI file used to startup the app.
INI() - Constructor for class org.boris.winrun4j.INI
 
INI_DIR - Static variable in class org.boris.winrun4j.INI
 
id - Variable in class org.boris.winrun4j.ResourceId
 
iid - Variable in class org.boris.winrun4j.ResourceId
 
info(String) - Static method in class org.boris.winrun4j.Log
Info log.
isIntResource() - Method in class org.boris.winrun4j.ResourceId
 
isShutdown() - Method in class org.boris.winrun4j.AbstractService
 

L

Log - class org.boris.winrun4j.Log.
Log to the launcher log.
Log() - Constructor for class org.boris.winrun4j.Log
 
load(String) - Static method in class org.boris.winrun4j.FileAssociations
 

M

MAIN_CLASS - Static variable in class org.boris.winrun4j.INI
 
MODULE_DIR - Static variable in class org.boris.winrun4j.INI
 
MODULE_INI - Static variable in class org.boris.winrun4j.INI
 
MODULE_NAME - Static variable in class org.boris.winrun4j.INI
 
markSupported() - Method in class org.boris.winrun4j.ByteBufferInputStream
 

O

onResource(ResourceId, ResourceId, int) - Method in interface org.boris.winrun4j.ResourceEnumCallback
 
openKeyHandle(long, String, boolean) - Static method in class org.boris.winrun4j.RegistryKey
Create a key handle.
org.boris.winrun4j - package org.boris.winrun4j
 

P

put(FileVerb) - Method in class org.boris.winrun4j.FileAssociation
 

R

RT_ACCELERATOR - Static variable in class org.boris.winrun4j.ResourceId
 
RT_ANICURSOR - Static variable in class org.boris.winrun4j.ResourceId
 
RT_ANIICON - Static variable in class org.boris.winrun4j.ResourceId
 
RT_BITMAP - Static variable in class org.boris.winrun4j.ResourceId
 
RT_CURSOR - Static variable in class org.boris.winrun4j.ResourceId
 
RT_DIALOG - Static variable in class org.boris.winrun4j.ResourceId
 
RT_DLGINCLUDE - Static variable in class org.boris.winrun4j.ResourceId
 
RT_FONT - Static variable in class org.boris.winrun4j.ResourceId
 
RT_FONTDIR - Static variable in class org.boris.winrun4j.ResourceId
 
RT_GROUP_CURSOR - Static variable in class org.boris.winrun4j.ResourceId
 
RT_GROUP_ICON - Static variable in class org.boris.winrun4j.ResourceId
 
RT_HTML - Static variable in class org.boris.winrun4j.ResourceId
 
RT_ICON - Static variable in class org.boris.winrun4j.ResourceId
 
RT_INI_FILE - Static variable in class org.boris.winrun4j.ResourceId
 
RT_JAR_FILE - Static variable in class org.boris.winrun4j.ResourceId
 
RT_MENU - Static variable in class org.boris.winrun4j.ResourceId
 
RT_MESSAGETABLE - Static variable in class org.boris.winrun4j.ResourceId
 
RT_PLUGPLAY - Static variable in class org.boris.winrun4j.ResourceId
 
RT_RCDATA - Static variable in class org.boris.winrun4j.ResourceId
 
RT_SLPASH_FILE - Static variable in class org.boris.winrun4j.ResourceId
 
RT_STRING - Static variable in class org.boris.winrun4j.ResourceId
 
RT_VERSION - Static variable in class org.boris.winrun4j.ResourceId
 
RT_VXD - Static variable in class org.boris.winrun4j.ResourceId
 
RegistryException - exception org.boris.winrun4j.RegistryException.
 
RegistryException() - Constructor for class org.boris.winrun4j.RegistryException
 
RegistryException(String, Throwable) - Constructor for class org.boris.winrun4j.RegistryException
 
RegistryException(String) - Constructor for class org.boris.winrun4j.RegistryException
 
RegistryException(Throwable) - Constructor for class org.boris.winrun4j.RegistryException
 
RegistryKey - class org.boris.winrun4j.RegistryKey.
A class that wraps a registry key.
RegistryKey(RegistryKey, String) - Constructor for class org.boris.winrun4j.RegistryKey
Creates a new RegistryKey object.
RegistryKey(RegistryKey, String[]) - Constructor for class org.boris.winrun4j.RegistryKey
Creates a new RegistryKey object.
ResourceEnumCallback - interface org.boris.winrun4j.ResourceEnumCallback.
 
ResourceId - class org.boris.winrun4j.ResourceId.
 
ResourceId(String) - Constructor for class org.boris.winrun4j.ResourceId
 
ResourceId(int) - Constructor for class org.boris.winrun4j.ResourceId
 
Resources - class org.boris.winrun4j.Resources.
Not yet implemented.
Resources() - Constructor for class org.boris.winrun4j.Resources
 
read() - Method in class org.boris.winrun4j.ByteBufferInputStream
 
read(byte[]) - Method in class org.boris.winrun4j.ByteBufferInputStream
 
read(byte[], int, int) - Method in class org.boris.winrun4j.ByteBufferInputStream
 
ready() - Static method in class org.boris.winrun4j.DDE
To be called by the application when it is ready to receive DDE messages.
report(String, int, String) - Static method in class org.boris.winrun4j.EventLog
Report an event.

S

SERVICE_CONTROL_CONTINUE - Static variable in interface org.boris.winrun4j.Service
 
SERVICE_CONTROL_DEVICEEVENT - Static variable in interface org.boris.winrun4j.Service
 
SERVICE_CONTROL_HARDWAREPROFILECHANGE - Static variable in interface org.boris.winrun4j.Service
 
SERVICE_CONTROL_INTERROGATE - Static variable in interface org.boris.winrun4j.Service
 
SERVICE_CONTROL_NETBINDADD - Static variable in interface org.boris.winrun4j.Service
 
SERVICE_CONTROL_NETBINDDISABLE - Static variable in interface org.boris.winrun4j.Service
 
SERVICE_CONTROL_NETBINDENABLE - Static variable in interface org.boris.winrun4j.Service
 
SERVICE_CONTROL_NETBINDREMOVE - Static variable in interface org.boris.winrun4j.Service
 
SERVICE_CONTROL_PARAMCHANGE - Static variable in interface org.boris.winrun4j.Service
 
SERVICE_CONTROL_PAUSE - Static variable in interface org.boris.winrun4j.Service
 
SERVICE_CONTROL_POWEREVENT - Static variable in interface org.boris.winrun4j.Service
 
SERVICE_CONTROL_SESSIONCHANGE - Static variable in interface org.boris.winrun4j.Service
 
SERVICE_CONTROL_SHUTDOWN - Static variable in interface org.boris.winrun4j.Service
 
SERVICE_CONTROL_STOP - Static variable in interface org.boris.winrun4j.Service
 
SUCCESS - Static variable in class org.boris.winrun4j.EventLog
 
Service - interface org.boris.winrun4j.Service.
A windows service.
ServiceException - exception org.boris.winrun4j.ServiceException.
An exception thrown by a service.
ServiceException() - Constructor for class org.boris.winrun4j.ServiceException
Creates a new ServiceException object.
ServiceException(String, Throwable) - Constructor for class org.boris.winrun4j.ServiceException
Creates a new ServiceException object.
ServiceException(String) - Constructor for class org.boris.winrun4j.ServiceException
Creates a new ServiceException object.
ServiceException(Throwable) - Constructor for class org.boris.winrun4j.ServiceException
Creates a new ServiceException object.
SplashScreen - class org.boris.winrun4j.SplashScreen.
Used to control the splash screen.
SplashScreen() - Constructor for class org.boris.winrun4j.SplashScreen
 
save(FileAssociation) - Static method in class org.boris.winrun4j.FileAssociations
 
serviceMain(String[]) - Method in interface org.boris.winrun4j.Service
Run the service.
serviceRequest(int) - Method in class org.boris.winrun4j.AbstractService
 
serviceRequest(int) - Method in interface org.boris.winrun4j.Service
Perform a service request.
setBinary(String, byte[]) - Method in class org.boris.winrun4j.RegistryKey
Sets a value.
setBinary(long, String, byte[]) - Static method in class org.boris.winrun4j.RegistryKey
Sets the value.
setCommand(String) - Method in class org.boris.winrun4j.FileVerb
 
setContentType(String) - Method in class org.boris.winrun4j.FileAssociation
 
setDDEApplication(String) - Method in class org.boris.winrun4j.FileVerb
 
setDDECommand(String) - Method in class org.boris.winrun4j.FileVerb
 
setDDETopic(String) - Method in class org.boris.winrun4j.FileVerb
 
setDescription(String) - Method in class org.boris.winrun4j.FileAssociation
 
setDoubleWord(String, long) - Method in class org.boris.winrun4j.RegistryKey
Sets the value.
setDoubleWord(long, String, long) - Static method in class org.boris.winrun4j.RegistryKey
Sets the value.
setIcon(String) - Method in class org.boris.winrun4j.FileAssociation
 
setLabel(String) - Method in class org.boris.winrun4j.FileVerb
 
setLastError(String) - Static method in class org.boris.winrun4j.Log
Sets the error string.
setMultiString(String, String[]) - Method in class org.boris.winrun4j.RegistryKey
Sets the value.
setMultiString(long, String, String[]) - Static method in class org.boris.winrun4j.RegistryKey
Sets the value.
setName(String) - Method in class org.boris.winrun4j.FileAssociation
 
setPerceivedType(String) - Method in class org.boris.winrun4j.FileAssociation
 
setString(String, String) - Method in class org.boris.winrun4j.RegistryKey
Sets a value.
setString(long, String, String) - Static method in class org.boris.winrun4j.RegistryKey
Sets the value.
setText(String, int, int) - Static method in class org.boris.winrun4j.SplashScreen
Writes splash screen text.
setTextBgColor(int, int, int) - Static method in class org.boris.winrun4j.SplashScreen
Sets the splash screen background text colour.
setTextColor(int, int, int) - Static method in class org.boris.winrun4j.SplashScreen
Sets the splash screen text colour.
setTextFont(String, int) - Static method in class org.boris.winrun4j.SplashScreen
Sets the splash screen text font.
shutdown - Variable in class org.boris.winrun4j.AbstractService
 
skip(long) - Method in class org.boris.winrun4j.ByteBufferInputStream
 

T

TYPE_BINARY - Static variable in class org.boris.winrun4j.RegistryKey
 
TYPE_DWORD - Static variable in class org.boris.winrun4j.RegistryKey
 
TYPE_DWORD_BIG_ENDIAN - Static variable in class org.boris.winrun4j.RegistryKey
 
TYPE_DWORD_LITTLE_ENDIAN - Static variable in class org.boris.winrun4j.RegistryKey
 
TYPE_EXPAND_SZ - Static variable in class org.boris.winrun4j.RegistryKey
 
TYPE_LINK - Static variable in class org.boris.winrun4j.RegistryKey
 
TYPE_MULTI_SZ - Static variable in class org.boris.winrun4j.RegistryKey
 
TYPE_NONE - Static variable in class org.boris.winrun4j.RegistryKey
 
TYPE_QWORD - Static variable in class org.boris.winrun4j.RegistryKey
 
TYPE_QWORD_LITTLE_ENDIAN - Static variable in class org.boris.winrun4j.RegistryKey
 
TYPE_SZ - Static variable in class org.boris.winrun4j.RegistryKey
 

W

WARNING - Static variable in class org.boris.winrun4j.EventLog
 
WORKING_DIR - Static variable in class org.boris.winrun4j.INI
 
warning(String) - Static method in class org.boris.winrun4j.Log
Warning log.

A B C D E F G H I L M O P R S T W