A B C D E F G H I J K L M N O P Q R S T U V W X _

A

AbstractEA - class net.jqhome.jwps.ea.AbstractEA.
This is the top-level class for all EAs.
AbstractEA() - Constructor for class net.jqhome.jwps.ea.AbstractEA
Default constructor.
AbstractEA(RawEA) - Constructor for class net.jqhome.jwps.ea.AbstractEA
This sets everything except the actual value! It is intended to be called by subclasses.
AbstractEA(String, int, boolean) - Constructor for class net.jqhome.jwps.ea.AbstractEA
A protected constructor.
addEA(AbstractEA) - Method in class net.jqhome.jwps.ea.StringMVMT
Adds an EA to this EA.
addEA(AbstractEA) - Method in class net.jqhome.jwps.ea.MVSTEA
Adds an EA, The first added EA determines the numeric type of every subsequent EA.
addEA(AbstractEA) - Method in class net.jqhome.jwps.ea.EAVector
Adds an EA.
addEA(byte[]) - Method in class net.jqhome.jwps.ea.EAVector
Convenience method for adding a binary EA.
addEA(String) - Method in class net.jqhome.jwps.ea.EAVector
Convenience method for adding a text EA.
addPendingDOMEA(PendingDOMEA) - Method in class net.jqhome.jwps.ea.PendingDOMEA
 
addToTotalEABytes(int) - Method in class net.jqhome.jwps.util.ListEAs
 
addType(String) - Method in class net.jqhome.jwps.ea.standard.TypeEA
Adds a type to this EA.
addType(String) - Method in class net.jqhome.jwps.fs.JWPDataFile
 
alphaOff - Static variable in class net.jqhome.jwps.data.OS2Color
 
alphaValue - Static variable in class net.jqhome.jwps.data.OS2Color
 
appendEAs(File, File) - Static method in class net.jqhome.jwps.util.EAUtil
Appends the EAs in the eaFile to the dataFile.
appName - Static variable in class net.jqhome.jwps.test.IniUtilTest
 
assertTrue() - Method in class net.jqhome.jwps.test.JWPRootTest
 
assertTrue(String) - Method in class net.jqhome.jwps.test.JWPRootTest
 
assertTrue(Throwable) - Method in class net.jqhome.jwps.test.JWPRootTest
 
ASSOCIATION_FILTER_LIST_DELIMITER - Variable in class net.jqhome.jwps.fs.__JWPProgramFile
 
ASSOCIATION_TYPE_LIST_DELIMITER - Variable in class net.jqhome.jwps.fs.__JWPProgramFile
 

B

BACKGROUND_COLOR_ONLY - Static variable in interface net.jqhome.jwps.data.WPSFileSystemConstants
 
BACKGROUND_IMAGE - Static variable in interface net.jqhome.jwps.data.WPSFileSystemConstants
 
BACKGROUND_NORMAL_IMAGE - Static variable in interface net.jqhome.jwps.data.WPSFileSystemConstants
 
BACKGROUND_SCALED_IMAGE - Static variable in interface net.jqhome.jwps.data.WPSFileSystemConstants
 
BACKGROUND_TILED_IMAGE - Static variable in interface net.jqhome.jwps.data.WPSFileSystemConstants
 
BadEA - class net.jqhome.jwps.ea.BadEA.
A Bad EA is one that is not in standard format.
BadEA() - Constructor for class net.jqhome.jwps.ea.BadEA
 
BadEA(RawEA) - Constructor for class net.jqhome.jwps.ea.BadEA
 
BadEA(String) - Constructor for class net.jqhome.jwps.ea.BadEA
 
BadEA(String, byte[]) - Constructor for class net.jqhome.jwps.ea.BadEA
 
BadEA(String, byte[], int, boolean) - Constructor for class net.jqhome.jwps.ea.BadEA
 
BadEA(String, byte[], int, int) - Constructor for class net.jqhome.jwps.ea.BadEA
 
BadEA(String, int) - Constructor for class net.jqhome.jwps.ea.BadEA
Sets a non-critical EA without value
BadEA(String, int, boolean) - Constructor for class net.jqhome.jwps.ea.BadEA
 
BITMAP_TEMPLATE_KEY - Static variable in class net.jqhome.jwps.test.JWPRootTest
 
BOTH_INIS - Static variable in class net.jqhome.jwps.util.IniUtil
 
byteArrayCompare(byte[]) - Method in class net.jqhome.jwps.data.OS2IconMetaClass
This will take two byte arrays and compare them element-wise returning true if the two arrays are the same.
ByteArrayEA - class net.jqhome.jwps.ea.ByteArrayEA.
An EA whose value is an array of bytes.
ByteArrayEA() - Constructor for class net.jqhome.jwps.ea.ByteArrayEA
 
ByteArrayEA(RawEA) - Constructor for class net.jqhome.jwps.ea.ByteArrayEA
 
ByteArrayEA(String) - Constructor for class net.jqhome.jwps.ea.ByteArrayEA
 
ByteArrayEA(String, byte[]) - Constructor for class net.jqhome.jwps.ea.ByteArrayEA
 
ByteArrayEA(String, byte[], int, boolean) - Constructor for class net.jqhome.jwps.ea.ByteArrayEA
 
ByteArrayEA(String, byte[], int, int) - Constructor for class net.jqhome.jwps.ea.ByteArrayEA
 
ByteArrayEA(String, int) - Constructor for class net.jqhome.jwps.ea.ByteArrayEA
Sets a non-critical EA without value
ByteArrayEA(String, int, boolean) - Constructor for class net.jqhome.jwps.ea.ByteArrayEA
 

C

CANCEL_DELETE - Static variable in interface net.jqhome.jwps.data.WPSConstants
 
CANCEL_RENAMEFILESWITHEXT - Static variable in interface net.jqhome.jwps.data.WPSFileSystemConstants
 
CCView - Static variable in interface net.jqhome.jwps.JWPConstants
Property key for concurrent views
CCVIEW_DEFAULT - Static variable in interface net.jqhome.jwps.data.WPSConstants
 
CCVIEW_OFF - Static variable in interface net.jqhome.jwps.data.WPSConstants
 
CCVIEW_ON - Static variable in interface net.jqhome.jwps.data.WPSConstants
 
checkBooleanProperty(String, int, JWPObject) - Method in class net.jqhome.jwps.test.JWPObjectTest
This will take a boolean property and check that it can be set and read.
checkIntProperty(String, int, JWPObject, int, String) - Method in class net.jqhome.jwps.test.JWPObjectTest
Checks an integer property.
checkStringProperty(String, int, JWPObject, String) - Method in class net.jqhome.jwps.test.JWPObjectTest
 
checkVisibilityView(int) - Method in class net.jqhome.jwps.fs.__JWPFolder
 
close() - Method in class net.jqhome.jwps.__JWPObject
Closes any open views of this object.
close() - Method in class net.jqhome.jwps.JWPObject
Invoked to close every open view of this object.
close() - Method in class net.jqhome.jwps.util.IniUtil
Closes the file.
CLOSED_ICON - Static variable in interface net.jqhome.jwps.data.WPSConstants
 
clsEnumerateOpenFolders() - Static method in class net.jqhome.jwps.fs.__JWPFolder
 
clsGetInstanceClass(String) - Static method in class net.jqhome.jwps.fs.__JWPFileSystem
Returns the name of the class that members of this class can become.
clsGetInstanceFilterList(String) - Static method in class net.jqhome.jwps.fs.__JWPFileSystem
Returns the list of filters for this class.
clsGetInstanceFilterVector(String) - Static method in class net.jqhome.jwps.fs.__JWPFileSystem
Returns a list of the instance filters associated with this class.
clsGetTypeList(String) - Static method in class net.jqhome.jwps.fs.__JWPFileSystem
Gets the list of types for the indicated WPS class (e.g. "WPIcon".
clsGetTypeVector(String) - Static method in class net.jqhome.jwps.fs.__JWPFileSystem
Returns a list of the types associated with this class.
CLSSTYLE_ALWAYSTEMPLATE - Static variable in interface net.jqhome.jwps.data.WPSConstants
 
CLSSTYLE_DONTTEMPLATE - Static variable in interface net.jqhome.jwps.data.WPSConstants
 
CLSSTYLE_HIDDEN - Static variable in interface net.jqhome.jwps.data.WPSConstants
 
CLSSTYLE_NEVERCOPY - Static variable in interface net.jqhome.jwps.data.WPSConstants
 
CLSSTYLE_NEVERDELETE - Static variable in interface net.jqhome.jwps.data.WPSConstants
 
CLSSTYLE_NEVERDRAG - Static variable in interface net.jqhome.jwps.data.WPSConstants
 
CLSSTYLE_NEVERDROPON - Static variable in interface net.jqhome.jwps.data.WPSConstants
 
CLSSTYLE_NEVERLINK - Static variable in interface net.jqhome.jwps.data.WPSConstants
 
CLSSTYLE_NEVERMOVE - Static variable in interface net.jqhome.jwps.data.WPSConstants
 
CLSSTYLE_NEVERPRINT - Static variable in interface net.jqhome.jwps.data.WPSConstants
 
CLSSTYLE_NEVERRENAME - Static variable in interface net.jqhome.jwps.data.WPSConstants
 
CLSSTYLE_NEVERSETTINGS - Static variable in interface net.jqhome.jwps.data.WPSConstants
 
CLSSTYLE_NEVERTEMPLATE - Static variable in interface net.jqhome.jwps.data.WPSConstants
 
CLSSTYLE_NEVERVISIBLE - Static variable in interface net.jqhome.jwps.data.WPSConstants
 
CLSSTYLE_PRIVATE - Static variable in interface net.jqhome.jwps.data.WPSConstants
 
CMP_EQUAL - Static variable in interface net.jqhome.jwps.data.WPSConstants
 
CMP_GREATER - Static variable in interface net.jqhome.jwps.data.WPSConstants
 
CMP_GREATER_OR_EQUAL - Static variable in interface net.jqhome.jwps.data.WPSConstants
 
CMP_LESS - Static variable in interface net.jqhome.jwps.data.WPSConstants
 
CMP_LESS_OR_EQUAL - Static variable in interface net.jqhome.jwps.data.WPSConstants
 
CMP_NOT_EQUAL - Static variable in interface net.jqhome.jwps.data.WPSConstants
 
ColorBackground - class net.jqhome.jwps.data.ColorBackground.
 
ColorBackground(Color) - Constructor for class net.jqhome.jwps.data.ColorBackground
 
ColorBackground(int) - Constructor for class net.jqhome.jwps.data.ColorBackground
 
ColorBackground(OS2Color) - Constructor for class net.jqhome.jwps.data.ColorBackground
Creates a new instance of ColorBackground
CommentsEA - class net.jqhome.jwps.ea.standard.CommentsEA.
An EA for user comments.
CommentsEA() - Constructor for class net.jqhome.jwps.ea.standard.CommentsEA
 
CommentsEA(RawEA) - Constructor for class net.jqhome.jwps.ea.standard.CommentsEA
 
COMPARE_SUPPORTED - Static variable in interface net.jqhome.jwps.data.WPSConstants
 
compareFileAndBA(byte[]) - Method in class net.jqhome.jwps.data.OS2FileIcon
 
CONFIRM_ACTION - Static variable in interface net.jqhome.jwps.data.WPSConstants
 
CONFIRM_ALLOWFORCEDELETE - Static variable in interface net.jqhome.jwps.data.WPSConstants
 
CONFIRM_DELETE - Static variable in interface net.jqhome.jwps.data.WPSConstants
 
CONFIRM_DELETEFOLDER - Static variable in interface net.jqhome.jwps.data.WPSConstants
 
CONFIRM_FORCEDELETE - Static variable in interface net.jqhome.jwps.data.WPSConstants
 
CONFIRM_KEEPASSOC - Static variable in interface net.jqhome.jwps.data.WPSConstants
 
CONFIRM_PROGRESS - Static variable in interface net.jqhome.jwps.data.WPSConstants
 
CONFIRM_RENAMEFILESWITHEXT - Static variable in interface net.jqhome.jwps.data.WPSConstants
 
ConfirmActions - Static variable in interface net.jqhome.jwps.JWPConstants
 
ConfirmAssociationChange - Static variable in interface net.jqhome.jwps.JWPConstants
 
ConfirmDelete - Static variable in interface net.jqhome.jwps.JWPConstants
 
ConfirmExtensionChange - Static variable in interface net.jqhome.jwps.JWPConstants
 
ConfirmFolderDelete - Static variable in interface net.jqhome.jwps.JWPConstants
 
ConfirmNoDeletes - Static variable in interface net.jqhome.jwps.JWPConstants
 
containsEA(String) - Method in class net.jqhome.jwps.ea.EAHashtable
A test if a specific EA is contained in this hashtable.
convertY() - Method in class net.jqhome.jwps.data.OS2Point
Converts this point's y-coordinate to the new one.
CopyAllowed - Static variable in interface net.jqhome.jwps.JWPConstants
Property key for allowing copying of the object
copyObject(int) - Method in class net.jqhome.jwps.__JWPObject
Creates a copy of this object in the given folder.
copyObject(int, int) - Static method in class net.jqhome.jwps.JWPUtil
 
copyObject(JWPFolder) - Method in class net.jqhome.jwps.JWPObject
Creates a copy of this object and returns an instance of the new object
copyObject(String, String) - Static method in class net.jqhome.jwps.JWPUtil
Copies a WPS object to a new location.
createAnother(JWPFolder, String) - Method in class net.jqhome.jwps.JWPObject
 
createAnother(JWPFolder, String, String) - Method in class net.jqhome.jwps.JWPObject
Creates another of this object in the target folder with the given title and setup string.
createAnother(JWPFolder, String, String, int) - Method in class net.jqhome.jwps.JWPObject
 
createAnother(String, String, String) - Method in class net.jqhome.jwps.__JWPObject
Creates another of this object in the target folder with the given title.
createAnother(String, String, String, String) - Method in class net.jqhome.jwps.__JWPObject
Creates another of this object in the target folder with the given title and setup string.
createAnother(String, String, String, String, int) - Method in class net.jqhome.jwps.__JWPObject
Creates another one of these objects in the given folder, with the given title and setup string.
createFailIfExists - Static variable in interface net.jqhome.jwps.JWPConstants
For object creation, fail to create a new object if one with the same name as the source exists
createFromTemplate(int, boolean) - Method in class net.jqhome.jwps.__JWPObject
Creates a new instance of this object from the registered template.
createFromTemplate(JWPFolder, boolean) - Method in class net.jqhome.jwps.JWPObject
Creates a new object of this type from the system template for this.
createNewEA(PendingDOMEA) - Static method in class net.jqhome.jwps.ea.EAFactory
Wrapper method.
createNewEA(RawEA) - Static method in class net.jqhome.jwps.ea.EAFactory
Wrapper method.
createNewObject(Identifier) - Method in class net.jqhome.jwps.JWPObject
This is a utility method that will create a new instance of the current class with the given id.
createNewObject(int) - Method in class net.jqhome.jwps.JWPObject
 
createObject(String, String, String, String, int) - Static method in class net.jqhome.jwps.JWPUtil
Creates a workplace shell object of the specified class.
createReplaceIfExists - Static variable in interface net.jqhome.jwps.JWPConstants
For object creation, replace any object with the same name as the source
createShadow(int, int) - Static method in class net.jqhome.jwps.JWPUtil
Creates a shadow of the given object in the target folder.
createShadowObject(int) - Method in class net.jqhome.jwps.__JWPObject
Creates a shadow of this object in the given folder.
createShadowObject(JWPFolder) - Method in class net.jqhome.jwps.JWPObject
 
createUpdateIfExists - Static variable in interface net.jqhome.jwps.JWPConstants
For object creation, update any object with the same name as the source
CRITERIA_AND - Static variable in interface net.jqhome.jwps.data.WPSConstants
 
CRITERIA_OR - Static variable in interface net.jqhome.jwps.data.WPSConstants
 
CTXT_ACCESSNEW - Static variable in interface net.jqhome.jwps.data.WPSConstants
 
CTXT_ARRANGE - Static variable in interface net.jqhome.jwps.data.WPSConstants
 
CTXT_ARRANGEBOTTOM - Static variable in interface net.jqhome.jwps.data.WPSConstants
 
CTXT_ARRANGELEFT - Static variable in interface net.jqhome.jwps.data.WPSConstants
 
CTXT_ARRANGERIGHT - Static variable in interface net.jqhome.jwps.data.WPSConstants
 
CTXT_ARRANGETOP - Static variable in interface net.jqhome.jwps.data.WPSConstants
 
CTXT_ASSIGN - Static variable in interface net.jqhome.jwps.data.WPSConstants
 
CTXT_CHANGETODETAILS - Static variable in interface net.jqhome.jwps.data.WPSConstants
 
CTXT_CHANGETOICON - Static variable in interface net.jqhome.jwps.data.WPSConstants
 
CTXT_CHANGETOTREE - Static variable in interface net.jqhome.jwps.data.WPSConstants
 
CTXT_CHECKDISK - Static variable in interface net.jqhome.jwps.data.WPSConstants
 
CTXT_CLOSE - Static variable in interface net.jqhome.jwps.data.WPSConstants
 
CTXT_COPY - Static variable in interface net.jqhome.jwps.data.WPSConstants
 
CTXT_COPYDISK - Static variable in interface net.jqhome.jwps.data.WPSConstants
 
CTXT_COPYORIGINAL - Static variable in interface net.jqhome.jwps.data.WPSConstants
 
CTXT_CRANOTHER - Static variable in interface net.jqhome.jwps.data.WPSConstants
 
CTXT_CREATEPARTITION - Static variable in interface net.jqhome.jwps.data.WPSConstants
 
CTXT_DATETIME - Static variable in interface net.jqhome.jwps.data.WPSConstants
 
CTXT_DELETE - Static variable in interface net.jqhome.jwps.data.WPSConstants
 
CTXT_DELETEORIGINAL - Static variable in interface net.jqhome.jwps.data.WPSConstants
 
CTXT_DESELECTALL - Static variable in interface net.jqhome.jwps.data.WPSConstants
 
CTXT_DETAILS - Static variable in interface net.jqhome.jwps.data.WPSConstants
 
CTXT_EJECTDISK - Static variable in interface net.jqhome.jwps.data.WPSConstants
 
CTXT_FIND - Static variable in interface net.jqhome.jwps.data.WPSConstants
 
CTXT_FORMATDISK - Static variable in interface net.jqhome.jwps.data.WPSConstants
 
CTXT_HELP - Static variable in interface net.jqhome.jwps.data.WPSConstants
 
CTXT_ICON - Static variable in interface net.jqhome.jwps.data.WPSConstants
 
CTXT_LINK - Static variable in interface net.jqhome.jwps.data.WPSConstants
 
CTXT_LOCATEORIGINAL - Static variable in interface net.jqhome.jwps.data.WPSConstants
 
CTXT_LOCKDISK - Static variable in interface net.jqhome.jwps.data.WPSConstants
 
CTXT_LOCKEDINPLACE - Static variable in interface net.jqhome.jwps.data.WPSConstants
 
CTXT_LOCKEDINPLACENO - Static variable in interface net.jqhome.jwps.data.WPSConstants
 
CTXT_LOCKEDINPLACEYES - Static variable in interface net.jqhome.jwps.data.WPSConstants
 
CTXT_LOCKUP - Static variable in interface net.jqhome.jwps.data.WPSConstants
 
CTXT_LOGIN - Static variable in interface net.jqhome.jwps.data.WPSConstants
 
CTXT_LOGOFF - Static variable in interface net.jqhome.jwps.data.WPSConstants
 
CTXT_LOGOUT - Static variable in interface net.jqhome.jwps.data.WPSConstants
 
CTXT_MAXIMIZE - Static variable in interface net.jqhome.jwps.data.WPSConstants
 
CTXT_MOVE - Static variable in interface net.jqhome.jwps.data.WPSConstants
 
CTXT_NEW - Static variable in interface net.jqhome.jwps.data.WPSConstants
 
CTXT_NOOBJECTS - Static variable in interface net.jqhome.jwps.data.WPSConstants
 
CTXT_OPEN - Static variable in interface net.jqhome.jwps.data.WPSConstants
 
CTXT_OPENPARENT - Static variable in interface net.jqhome.jwps.data.WPSConstants
 
CTXT_ORIGINAL - Static variable in interface net.jqhome.jwps.data.WPSConstants
 
CTXT_PALETTE - Static variable in interface net.jqhome.jwps.data.WPSConstants
 
CTXT_PASTE - Static variable in interface net.jqhome.jwps.data.WPSConstants
 
CTXT_PERIMETER - Static variable in interface net.jqhome.jwps.data.WPSConstants
 
CTXT_PICKUP - Static variable in interface net.jqhome.jwps.data.WPSConstants
 
CTXT_PRINT - Static variable in interface net.jqhome.jwps.data.WPSConstants
 
CTXT_PRODINFO - Static variable in interface net.jqhome.jwps.data.WPSConstants
 
CTXT_PROGRAM - Static variable in interface net.jqhome.jwps.data.WPSConstants
 
CTXT_PROPERTIES - Static variable in interface net.jqhome.jwps.data.WPSConstants
 
CTXT_PUTDOWN - Static variable in interface net.jqhome.jwps.data.WPSConstants
 
CTXT_PUTDOWN_CANCEL - Static variable in interface net.jqhome.jwps.data.WPSConstants
 
CTXT_REFRESH - Static variable in interface net.jqhome.jwps.data.WPSConstants
 
CTXT_RESTORE - Static variable in interface net.jqhome.jwps.data.WPSConstants
 
CTXT_SELECT - Static variable in interface net.jqhome.jwps.data.WPSConstants
 
CTXT_SELECTALL - Static variable in interface net.jqhome.jwps.data.WPSConstants
 
CTXT_SELECTEDHORZ - Static variable in interface net.jqhome.jwps.data.WPSConstants
 
CTXT_SELECTEDVERT - Static variable in interface net.jqhome.jwps.data.WPSConstants
 
CTXT_SETTINGS - Static variable in interface net.jqhome.jwps.data.WPSConstants
 
CTXT_SETUP - Static variable in interface net.jqhome.jwps.data.WPSConstants
 
CTXT_SHADOW - Static variable in interface net.jqhome.jwps.data.WPSConstants
 
CTXT_SHUTDOWN - Static variable in interface net.jqhome.jwps.data.WPSConstants
 
CTXT_SORT - Static variable in interface net.jqhome.jwps.data.WPSConstants
 
CTXT_STANDARD - Static variable in interface net.jqhome.jwps.data.WPSConstants
 
CTXT_SWITCHTO - Static variable in interface net.jqhome.jwps.data.WPSConstants
 
CTXT_TREE - Static variable in interface net.jqhome.jwps.data.WPSConstants
 
CTXT_UNASSIGN - Static variable in interface net.jqhome.jwps.data.WPSConstants
 
CTXT_UNDOARRANGE - Static variable in interface net.jqhome.jwps.data.WPSConstants
 
CTXT_UNDOSORT - Static variable in interface net.jqhome.jwps.data.WPSConstants
 
CTXT_UNLOCKDISK - Static variable in interface net.jqhome.jwps.data.WPSConstants
 
CTXT_VIEW - Static variable in interface net.jqhome.jwps.data.WPSConstants
 
CTXT_WINDOW - Static variable in interface net.jqhome.jwps.data.WPSConstants
 
CTXT_WINDOWLIST - Static variable in interface net.jqhome.jwps.data.WPSConstants
 
CustomIcon - Static variable in interface net.jqhome.jwps.JWPConstants
Property key for
CV_DETAIL - Static variable in interface net.jqhome.jwps.data.WPSFileSystemConstants
detail view
CV_EXACTLENGTH - Static variable in interface net.jqhome.jwps.data.WPSFileSystemConstants
Exact match for SearchString
CV_FLOW - Static variable in interface net.jqhome.jwps.data.WPSFileSystemConstants
flow items
CV_GRID - Static variable in interface net.jqhome.jwps.data.WPSFileSystemConstants
gridded icon view
CV_ICON - Static variable in interface net.jqhome.jwps.data.WPSFileSystemConstants
icon aka contents view
CV_MINI - Static variable in interface net.jqhome.jwps.data.WPSFileSystemConstants
use mini icon
CV_NAME - Static variable in interface net.jqhome.jwps.data.WPSFileSystemConstants
name view
CV_TEXT - Static variable in interface net.jqhome.jwps.data.WPSFileSystemConstants
text view
CV_TREE - Static variable in interface net.jqhome.jwps.data.WPSFileSystemConstants
tree view

D

DEFAULTBUTTON - Static variable in interface net.jqhome.jwps.data.WPSConstants
 
defaultCodepage - Static variable in interface net.jqhome.jwps.JWPConstants
Value that represents the default code page (character set encoding, as Java terms it)
DefaultView - Static variable in interface net.jqhome.jwps.JWPConstants
Property key for setting the default view
delete() - Method in class net.jqhome.jwps.__JWPObject
Delete with no confirmation.
delete() - Method in class net.jqhome.jwps.JWPObject
Deletes this object but with no confirmation.
delete(int) - Method in class net.jqhome.jwps.__JWPObject
Deletes this object.
delete(int) - Method in class net.jqhome.jwps.JWPObject
Deletes the object with the given confirmations.
DeleteAllowed - Static variable in interface net.jqhome.jwps.JWPConstants
Property key for allowing the object to be deleted
deleteApplication(String) - Method in class net.jqhome.jwps.util.IniUtil
Deletes an application and all its keys.
deleteEAs(File) - Static method in class net.jqhome.jwps.util.EAUtil
Deletes the EAs of the dataFile.
deleteKey(String, String) - Method in class net.jqhome.jwps.util.IniUtil
Deletes a key from an application.
deregisterObjectClass(String) - Static method in class net.jqhome.jwps.JWPUtil
 
deserialize(File) - Static method in class net.jqhome.jwps.util.XMLDocumentFactory
Convenience method for deserializing an XML file.
deserialize(Reader) - Static method in class net.jqhome.jwps.util.XMLDocumentFactory
Convenience method for deserializing from a reader (such as a file or java.io.StringReader.
DESKTOP - Static variable in interface net.jqhome.jwps.JWPConstants
For objects whose settings that refer to the desktop
destroyObject(int) - Static method in class net.jqhome.jwps.JWPUtil
Deletes a WPS object.
DetailsViewProperties - class net.jqhome.jwps.views.DetailsViewProperties.
 
DetailsViewProperties(JWPFolder) - Constructor for class net.jqhome.jwps.views.DetailsViewProperties
 
DISCARD_RENAMEFILESWITHEXT - Static variable in interface net.jqhome.jwps.data.WPSFileSystemConstants
 
doesObjectExist(String) - Static method in class net.jqhome.jwps.JWPUtil
 
doIt(File, File) - Method in class net.jqhome.jwps.tools.SimpleHeaderParser
 
DragAllowed - Static variable in interface net.jqhome.jwps.JWPConstants
Property key for allowing the object to be dragged
DropAllowed - Static variable in interface net.jqhome.jwps.JWPConstants
Property key for allowing the object to be dropped on other objects
DropOnAllowed - Static variable in interface net.jqhome.jwps.JWPConstants
Property key for allowing the object to be a drop target for other objects

E

EA_CODEPAGE_INDEX - Static variable in class net.jqhome.jwps.ea.EAVector
location of codepage for multi- and single-valued type
EA_COUNT_INDEX - Static variable in class net.jqhome.jwps.ea.EAVector
location of entry count for multi- and single-valued type
EA_NAME_ASSOCIATION_TABLE - Static variable in class net.jqhome.jwps.ea.AbstractEA
The name of the standard association table EA.
EA_NAME_CODEPAGE - Static variable in class net.jqhome.jwps.ea.AbstractEA
The name of the standard codepage EA
EA_NAME_COMMENTS - Static variable in class net.jqhome.jwps.ea.AbstractEA
The name of the standard comments EA.
EA_NAME_HISTORY - Static variable in class net.jqhome.jwps.ea.AbstractEA
The name of the standard history EA.
EA_NAME_ICON - Static variable in class net.jqhome.jwps.ea.AbstractEA
The name of the standard icon EA.
EA_NAME_ICON1 - Static variable in class net.jqhome.jwps.ea.AbstractEA
The name of the standard animation icon EA.
EA_NAME_KEYPHRASES - Static variable in class net.jqhome.jwps.ea.AbstractEA
The name of the standard keyphrases EA.
EA_NAME_LONGNAME - Static variable in class net.jqhome.jwps.ea.AbstractEA
The name of the standard longname EA.
EA_NAME_SUBJECT - Static variable in class net.jqhome.jwps.ea.AbstractEA
The name of the standard subject EA.
EA_NAME_TYPE - Static variable in class net.jqhome.jwps.ea.AbstractEA
The name of the standard type.
EA_NAME_VERSION - Static variable in class net.jqhome.jwps.ea.AbstractEA
The name of the standard version.
EA_TEST_BIG_EA - Static variable in class net.jqhome.jwps.test.JWPRootTest
 
EA_TEST_EA_COUNT_KEY - Static variable in class net.jqhome.jwps.test.JWPRootTest
 
EA_TEST_FILE_KEY - Static variable in class net.jqhome.jwps.test.JWPRootTest
 
EA_TEST_PRINT_EASIZES - Static variable in class net.jqhome.jwps.test.JWPRootTest
 
EA_TYPE_INDEX - Static variable in class net.jqhome.jwps.ea.EAVector
location of type for whole thing
EA_XML_OUTPUT_FILE - Static variable in class net.jqhome.jwps.test.JWPRootTest
 
EAFactory - class net.jqhome.jwps.ea.EAFactory.
This is the factory you should use to create EAs.
EAFactory() - Constructor for class net.jqhome.jwps.ea.EAFactory
 
EAHashtable - class net.jqhome.jwps.ea.EAHashtable.
A slightly modified hashtable to keep track of EAs.
EAHashtable() - Constructor for class net.jqhome.jwps.ea.EAHashtable
Default constructor.
EAScanner - class net.jqhome.jwps.ea.EAScanner.
This scans an EA List.
EAScanner(Document) - Constructor for class net.jqhome.jwps.ea.EAScanner
Create new EAScanner with org.w3c.dom.Document.
EAT_ASCII - Static variable in interface net.jqhome.jwps.data.WPSConstants
 
EAT_ASN1 - Static variable in interface net.jqhome.jwps.data.WPSConstants
 
EAT_BINARY - Static variable in interface net.jqhome.jwps.data.WPSConstants
 
EAT_BITMAP - Static variable in interface net.jqhome.jwps.data.WPSConstants
 
EAT_EA - Static variable in interface net.jqhome.jwps.data.WPSConstants
 
EAT_ICON - Static variable in interface net.jqhome.jwps.data.WPSConstants
 
EAT_METAFILE - Static variable in interface net.jqhome.jwps.data.WPSConstants
 
EAT_MVMT - Static variable in interface net.jqhome.jwps.data.WPSConstants
 
EAT_MVST - Static variable in interface net.jqhome.jwps.data.WPSConstants
 
EAUtil - class net.jqhome.jwps.util.EAUtil.
This utility will allow you to carry out various operations on OS/2 EAs (extended attributes) from the command line.
EAUtil() - Constructor for class net.jqhome.jwps.util.EAUtil
 
EAVector - class net.jqhome.jwps.ea.EAVector.
 
EAVector() - Constructor for class net.jqhome.jwps.ea.EAVector
Default constructor
EAVector(RawEA) - Constructor for class net.jqhome.jwps.ea.EAVector
Constructor called by the EAFactory
EAVector(String, int, boolean) - Constructor for class net.jqhome.jwps.ea.EAVector
 
enumClasses() - Static method in class net.jqhome.jwps.JWPUtil
 
enumerate() - Method in class net.jqhome.jwps.fs.__JWPFolder
 
enumerateObjectClasses() - Static method in class net.jqhome.jwps.JWPUtil
Enumerate the registered WPS classes and their modules.
equals(Object) - Method in class net.jqhome.jwps.data.WindowPosition
 
equals(Object) - Method in class net.jqhome.jwps.data.ProgramDetails
 
equals(Object) - Method in class net.jqhome.jwps.data.OS2ResourceIcon
 
equals(Object) - Method in class net.jqhome.jwps.data.OS2FontReference
 
equals(Object) - Method in class net.jqhome.jwps.data.OS2FileIcon
This will do case insensitive comparisons since OS2 has a case preserving but insensitive file system.
equals(Object) - Method in class net.jqhome.jwps.data.OS2Color
 
equals(Object) - Method in class net.jqhome.jwps.data.OS2BAIcon
 
equals(Object) - Method in class net.jqhome.jwps.data.ImageBackground
 
equals(Object) - Method in class net.jqhome.jwps.data.ColorBackground
 
equals(Object) - Method in class net.jqhome.jwps.ea.StringEA
returns true if and only if each part of this matches exactly to the argument.
equals(Object) - Method in class net.jqhome.jwps.ea.EAVector
Checks for equality of every EA.
equals(Object) - Method in class net.jqhome.jwps.ea.EAHashtable
Tests for equality between this object and the object passed.
equals(Object) - Method in class net.jqhome.jwps.ea.ByteArrayEA
 
execute(JWPBArguments) - Method in class net.jqhome.jwps.service.JWPBridgeImpl
 
execute(JWPBArguments) - Method in interface net.jqhome.jwps.service.JWPBridge
 

F

FAILED - Variable in class net.jqhome.jwps.test.JWPRootTest
 
failure() - Method in class net.jqhome.jwps.test.JWPRootTest
 
failure(String) - Method in class net.jqhome.jwps.test.JWPRootTest
 
failure(Throwable) - Method in class net.jqhome.jwps.test.JWPRootTest
 
FALSE - Static variable in interface net.jqhome.jwps.JWPConstants
An integer constant representing false which is used in setting various properties
FILE_ARCHIVED - Static variable in interface net.jqhome.jwps.data.WPSConstants
 
FILE_DIRECTORY - Static variable in interface net.jqhome.jwps.data.WPSConstants
 
FILE_HIDDEN - Static variable in interface net.jqhome.jwps.data.WPSConstants
 
FILE_NORMAL - Static variable in interface net.jqhome.jwps.data.WPSConstants
 
FILE_READONLY - Static variable in interface net.jqhome.jwps.data.WPSConstants
 
FILE_SYSTEM - Static variable in interface net.jqhome.jwps.data.WPSConstants
 
FileEAs - class net.jqhome.jwps.ea.FileEAs.
This class represents the extended attributes (EAs) on a file running under OS/2 2.0 or above.

FileEAs(File) - Constructor for class net.jqhome.jwps.ea.FileEAs
Constructor for this class.
FileEAs(String) - Constructor for class net.jqhome.jwps.ea.FileEAs
Constructor for this class.
FileEATest - class net.jqhome.jwps.test.FileEATest.
 
FileEATest(String) - Constructor for class net.jqhome.jwps.test.FileEATest
 
fileToBytes(File) - Method in class net.jqhome.jwps.ea.AbstractEA
Reads in the value of a file and sets the value from that.
FOI_ASYNCREFRESHONOPEN - Static variable in interface net.jqhome.jwps.data.WPSFileSystemConstants
 
FOI_CHANGEFONT - Static variable in interface net.jqhome.jwps.data.WPSFileSystemConstants
 
FOI_CHANGEICONBGNDCOLOR - Static variable in interface net.jqhome.jwps.data.WPSFileSystemConstants
 
FOI_CHANGEICONTEXTCOLOR - Static variable in interface net.jqhome.jwps.data.WPSFileSystemConstants
 
FOI_CHANGESHADOWTEXTCOLOR - Static variable in interface net.jqhome.jwps.data.WPSFileSystemConstants
 
FOI_CNRBKGNDOLDFORMAT - Static variable in interface net.jqhome.jwps.data.WPSFileSystemConstants
 
FOI_DELETEINPROGRESS - Static variable in interface net.jqhome.jwps.data.WPSFileSystemConstants
 
FOI_FIRSTPOPULATE - Static variable in interface net.jqhome.jwps.data.WPSFileSystemConstants
 
FOI_NOREFRESHVIEWS - Static variable in interface net.jqhome.jwps.data.WPSFileSystemConstants
 
FOI_POPULATEDWITHALL - Static variable in interface net.jqhome.jwps.data.WPSFileSystemConstants
 
FOI_POPULATEDWITHFOLDERS - Static variable in interface net.jqhome.jwps.data.WPSFileSystemConstants
 
FOI_POPULATEINPROGRESS - Static variable in interface net.jqhome.jwps.data.WPSFileSystemConstants
 
FOI_REFRESHINPROGRESS - Static variable in interface net.jqhome.jwps.data.WPSFileSystemConstants
 
FOI_TREEPOPULATED - Static variable in interface net.jqhome.jwps.data.WPSFileSystemConstants
 
FOI_WAMCRINPROGRESS - Static variable in interface net.jqhome.jwps.data.WPSFileSystemConstants
 
FOI_WAMINIMIZED - Static variable in interface net.jqhome.jwps.data.WPSFileSystemConstants
 
FOI_WASTARTONRESTORE - Static variable in interface net.jqhome.jwps.data.WPSFileSystemConstants
 
FOI_WORKAREA - Static variable in interface net.jqhome.jwps.data.WPSFileSystemConstants
 
FolderBackgroundInterface - interface net.jqhome.jwps.data.FolderBackgroundInterface.
 
FolderViewProperties - class net.jqhome.jwps.views.FolderViewProperties.
This is the top-level class for views of a folder.
FolderViewProperties(JWPFolder) - Constructor for class net.jqhome.jwps.views.FolderViewProperties
 
formatEAStatRecord(ListEAs.EAStatRecord) - Method in class net.jqhome.jwps.util.ListEAs.EAStatEntry
 
formatEAStatRecord(String) - Method in class net.jqhome.jwps.util.ListEAs.EAStatEntry
 
formatEAStatRecord2(ListEAs.EAStatRecord) - Method in class net.jqhome.jwps.util.ListEAs.EAStatEntry
 
formatHandle(int) - Method in class net.jqhome.jwps.test.JWPRootTest
formats a handle also in hex.
formatStats() - Method in class net.jqhome.jwps.util.ListEAs
 
fromRawEA(RawEA) - Method in class net.jqhome.jwps.ea.StringEA
Sets the values of this from a RawEA, over-writing any values previously.
fromRawEA(RawEA) - Method in class net.jqhome.jwps.ea.MVMTEA
Converts this into a wrappered byte array.
fromRawEA(RawEA) - Method in class net.jqhome.jwps.ea.ByteArrayEA
 
fromRawEA(RawEA) - Method in class net.jqhome.jwps.ea.BadEA
 
fromRawEA(RawEA) - Method in class net.jqhome.jwps.ea.AbstractEA
The byte stream that the C API returns is only slightly parsed before being put into a raw EA object.

G

get(String) - Method in class net.jqhome.jwps.ea.EAHashtable
Returns the EA corresponding to the uppercase name.
getActiveDesktopPathname() - Static method in class net.jqhome.jwps.JWPUtil
Returns the fully qualified pathname to the currently active desktop.
getAFontRef(OS2FontReference) - Method in class net.jqhome.jwps.test.JWP__FolderTest
 
getAllEAs() - Method in class net.jqhome.jwps.ea.FileEAs
 
getAllEAs() - Method in class net.jqhome.jwps.fs.__JWPFileSystem
Gets all the EAs attached to a file.
getAllEAs() - Method in class net.jqhome.jwps.fs.JWPFileSystem
Gets all the EAs for this object.
getAllEntryType() - Method in class net.jqhome.jwps.ea.MVSTEA
The type of every entry in this EA.
getANewColor(OS2Color) - Method in class net.jqhome.jwps.test.JWP__FolderTest
This utility will hand back a different color than the one given
getApplications() - Method in class net.jqhome.jwps.util.IniUtil
Returns a vector containing the names of the applications, if any, in this ini file.
getAssociationFilter() - Method in class net.jqhome.jwps.abs.__JWPProgram
 
getAssociationFilter() - Method in class net.jqhome.jwps.fs.__JWPProgramFile
 
getAssociationTypes() - Method in class net.jqhome.jwps.abs.__JWPProgram
 
getAssociationTypes() - Method in class net.jqhome.jwps.fs.__JWPProgramFile
 
getAttributes() - Method in class net.jqhome.jwps.fs.__JWPFileSystem
Gets the attributes for this object.
getBackground() - Method in class net.jqhome.jwps.fs.__JWPFolder
 
getBadFileName() - Method in class net.jqhome.jwps.test.JWPRootTest
returns a bona fide illegal full file name
getBadID() - Method in class net.jqhome.jwps.test.JWPRootTest
Gives a bona fide illegal WPS id
getBitmapTemplateHandle() - Method in class net.jqhome.jwps.test.JWPRootTest
Some head scratching to track down the most likely location of the template folder and the bitmap template in it.
getButtonAppearance() - Method in class net.jqhome.jwps.__JWPObject
Gets the appearance of the object's frame control button.
getByteArray(String, String) - Method in class net.jqhome.jwps.util.IniUtil
Retrieves the binary value of a key as a byte array.
getByteArrayValue() - Method in class net.jqhome.jwps.ea.PendingDOMEA
 
getByteCount() - Method in class net.jqhome.jwps.util.ListEAs.EAStatEntry
 
getBytes() - Method in class net.jqhome.jwps.data.OS2IconMetaClass
 
getBytes() - Method in class net.jqhome.jwps.data.OS2FileIcon
 
getBytes() - Method in class net.jqhome.jwps.data.OS2BAIcon
 
getBytes() - Method in class net.jqhome.jwps.ea.RawEA
Gets the byte array for this object
getCodepage() - Method in class net.jqhome.jwps.ea.EAVector
The codepage (called encoding or character set) used by this EA.
getColor() - Method in class net.jqhome.jwps.data.ColorBackground
 
getConcurrentView() - Method in class net.jqhome.jwps.__JWPObject
Gets the concurrent view for the object.
getConfirmationBit(int) - Method in class net.jqhome.jwps.__JWPObject
 
getConfirmations() - Method in class net.jqhome.jwps.__JWPObject
Gets the confirmations for the object
getCount() - Method in class net.jqhome.jwps.util.ListEAs.EAStatRecord
 
getCounter() - Method in class net.jqhome.jwps.util.ListEAs.EAStatEntry
 
getCreationDate() - Method in class net.jqhome.jwps.fs.__JWPFileSystem
Returns the creation date of this object as a Java calendar object.
getCustomIni() - Method in class net.jqhome.jwps.test.IniUtilTest
 
getDefaultView() - Method in class net.jqhome.jwps.__JWPObject
Gets the default view for this object.
getDesktop() - Method in class net.jqhome.jwps.test.JWPRoot__ObjectTest
 
getDesktop() - Method in class net.jqhome.jwps.test.JWPRootObjectTest
 
getDetailsClassname() - Method in class net.jqhome.jwps.views.DetailsViewProperties
 
getEA(AbstractEA) - Method in class net.jqhome.jwps.ea.FileEAs
Convenience for getting an EA.
getEA(byte[], int) - Method in class net.jqhome.jwps.ea.MVMTEA
Part of the mechanism for decoding raw EAs.
getEA(String) - Method in class net.jqhome.jwps.ea.FileEAs
 
getEA(String) - Method in class net.jqhome.jwps.ea.EAHashtable
Returns the EA corresponding to the uppercase name.
getEA(String) - Method in class net.jqhome.jwps.fs.__JWPFileSystem
Gets an EA by name.
getEAAt(int) - Method in class net.jqhome.jwps.ea.EAVector
Returns the EA at the given index.
getEACodepage(byte[]) - Method in class net.jqhome.jwps.ea.EAVector
Parses the raw bytes to find what the codepage is for this EA.
getEACount(byte[]) - Method in class net.jqhome.jwps.ea.EAVector
Parses the raw bytes to find how many elements this EA should contain.
getEAListDoc() - Method in class net.jqhome.jwps.test.FileEATest
 
getEAListNode() - Method in class net.jqhome.jwps.test.FileEATest
 
getEASize() - Method in class net.jqhome.jwps.ea.FileEAs
Returns the amount of space taken up on disk by the EAs.
getEASize() - Method in class net.jqhome.jwps.fs.__JWPFileSystem
This will calculate the size of all the EAs attached to a file.
getEAType(byte[]) - Method in class net.jqhome.jwps.ea.EAVector
Parses the raw bytes to determines the numeric type of this EA
getEAType(String) - Static method in class net.jqhome.jwps.ea.EAFactory
Returns the EA type from a string, e.g.
getEncodingType() - Method in class net.jqhome.jwps.ea.PendingDOMEA
 
getEntry(String) - Method in class net.jqhome.jwps.util.ListEAs.StatsHT
 
getEntryType(byte[], int) - Method in class net.jqhome.jwps.ea.MVMTEA
This returns the numeric type of the entry for the MVMT EA.
getEnvironmentStrings() - Method in class net.jqhome.jwps.data.ProgramDetails
 
getExecutable() - Method in class net.jqhome.jwps.data.ProgramDetails
 
getFactory() - Static method in class net.jqhome.jwps.ea.EAFactory
Gets the factory to use.
getFile() - Method in class net.jqhome.jwps.Identifier
Returns the file used to create this object, if any.
getFile() - Method in class net.jqhome.jwps.data.OS2FileIcon
 
getFileEAs() - Method in class net.jqhome.jwps.fs.__JWPFileSystem
Gets the EA utility object.
getFileEAs() - Method in class net.jqhome.jwps.fs.JWPFileSystem
EA support for this file system object.
getFileIcon() - Method in class net.jqhome.jwps.fs.JWPIcon
 
getFileName() - Method in class net.jqhome.jwps.data.OS2FileIcon
 
getFileName() - Method in class net.jqhome.jwps.data.ImageBackground
 
getFileName() - Method in class net.jqhome.jwps.ea.FileEAs
Retrieves the file name for this class.
getFolder(String) - Method in class net.jqhome.jwps.service.RWSTest
 
getFolderAttributes(int) - Method in class net.jqhome.jwps.fs.__JWPFolder
 
getFolderFlags() - Method in class net.jqhome.jwps.fs.__JWPFolder
 
getFolderFont(int) - Method in class net.jqhome.jwps.fs.__JWPFolder
 
getFont() - Method in class net.jqhome.jwps.views.FolderViewProperties
 
getFontName() - Method in class net.jqhome.jwps.data.OS2FontReference
 
getFS() - Method in class net.jqhome.jwps.fs.JWPFileSystem
 
getFullPath() - Method in class net.jqhome.jwps.__JWPObject
Returns the fully qualified path of this object.
getFullPath() - Method in class net.jqhome.jwps.fs.__JWPFileSystem
The fully qualified path to this object.
getFullPath() - Method in class net.jqhome.jwps.fs.JWPFileSystem
 
getHandle() - Method in class net.jqhome.jwps.__JWPObject
Returns the handle to this object.
getHandle() - Method in class net.jqhome.jwps.JWPObject
 
getHandle() - Method in class net.jqhome.jwps.Identifier
Returns the handle for this object, resolving it against the ID or file as needed.
getHT() - Method in class net.jqhome.jwps.ea.EAHashtable
Gets the hashtable managed by this class.
getIcon() - Method in class net.jqhome.jwps.__JWPObject
Gets the icon for this object.
getIcon() - Method in class net.jqhome.jwps.JWPObject
 
getIcon(String, boolean) - Static method in class net.jqhome.jwps.JWPUtil
Gets the icon associated with a file.
getIconFileName() - Method in class net.jqhome.jwps.data.ProgramDetails
 
getIconTextBackgroundColor() - Method in class net.jqhome.jwps.fs.__JWPFolder
 
getIconTextColor(int) - Method in class net.jqhome.jwps.fs.__JWPFolder
 
getIconTextVisiblity(int) - Method in class net.jqhome.jwps.fs.__JWPFolder
 
getID() - Method in class net.jqhome.jwps.Identifier
Returns the ID or the path for this object.
getIdentifier() - Method in class net.jqhome.jwps.JWPObject
 
getIDString() - Method in class net.jqhome.jwps.Identifier
Returns the ID used to create this object, if any.
getInsertBehindWindowHandle() - Method in class net.jqhome.jwps.data.WindowPosition
 
getJavaFile() - Method in class net.jqhome.jwps.fs.__JWPFileSystem
The java file object corresponding to this object.
getJavaFile() - Method in class net.jqhome.jwps.fs.JWPFileSystem
 
getJPWDF() - Method in class net.jqhome.jwps.fs.JWPDataFile
 
getJWP() - Method in class net.jqhome.jwps.JWPObject
 
getJWP() - Method in class net.jqhome.jwps.fs.JWPFolder
 
getJWP() - Method in class net.jqhome.jwps.fs.JWPFileSystem
 
getJWP() - Method in class net.jqhome.jwps.views.FolderViewProperties
Convenience method to get to the native calls.
getJWPF() - Method in class net.jqhome.jwps.fs.JWPFolder
 
getJWPFolder() - Method in class net.jqhome.jwps.views.FolderViewProperties
 
getJWPObject() - Method in class net.jqhome.jwps.views.SettingsViewProperties
 
getJWPObject() - Method in class net.jqhome.jwps.views.HelpViewProperties
 
getJWPScratchDir() - Method in class net.jqhome.jwps.test.JWPRootObjectTest
 
getJWPScratchSubDir() - Method in class net.jqhome.jwps.test.JWPRootObjectTest
 
getKey() - Method in class net.jqhome.jwps.util.ListEAs.EAStatRecord
 
getKeys(String) - Method in class net.jqhome.jwps.util.IniUtil
This returns a list of all the apps if the app is null or the keys if it is not.
getLaunchpad() - Method in class net.jqhome.jwps.test.JWPRoot__ObjectTest
 
getMenubarType(int) - Method in class net.jqhome.jwps.test.JWP__FolderTest
 
getMenubarVisibility() - Method in class net.jqhome.jwps.fs.__JWPFolder
 
getMinWindow() - Method in class net.jqhome.jwps.__JWPObject
Gets the minimzed window behavior for the object
getMode() - Method in class net.jqhome.jwps.data.ImageBackground
 
getModule() - Method in class net.jqhome.jwps.data.ModuleResource
 
getModuleHandle() - Method in class net.jqhome.jwps.data.OS2ResourceIcon
 
getMVEA2(byte[], int) - Method in class net.jqhome.jwps.ea.MVMTEA
This will locate the next multi-valued EA.
getMVMTCount(byte[], int) - Method in class net.jqhome.jwps.ea.MVMTEA
This returns the number of entries this MVMT thinks it has.
getName() - Method in class net.jqhome.jwps.ea.RawEA
Returns the name of this EA,
getName() - Method in class net.jqhome.jwps.ea.PendingDOMEA
 
getName() - Method in class net.jqhome.jwps.ea.AbstractEA
The name of the EA.
getName() - Method in class net.jqhome.jwps.util.ListEAs.EAStatEntry
 
getNewAppName() - Method in class net.jqhome.jwps.test.IniUtilTest
 
getNewKeyName() - Method in class net.jqhome.jwps.test.IniUtilTest
 
getNowhere() - Method in class net.jqhome.jwps.test.JWPRoot__ObjectTest
 
getNowhere() - Method in class net.jqhome.jwps.test.JWPRootObjectTest
 
getNumberFormat() - Method in class net.jqhome.jwps.util.ListEAs
 
getObjectHandle(String) - Static method in class net.jqhome.jwps.JWPUtil
Gets the handle of an object (a unique integer that is valid across sessions) from the identifier for an object.
getObjectHandles() - Method in class net.jqhome.jwps.fs.__JWPFolder
 
getObjectID() - Method in class net.jqhome.jwps.__JWPObject
 
getObjectName(int) - Static method in class net.jqhome.jwps.JWPUtil
The inverse function of getObjectHandle.
getOptions() - Method in class net.jqhome.jwps.data.WindowPosition
 
getOriginX() - Method in class net.jqhome.jwps.data.WindowPosition
 
getOriginY() - Method in class net.jqhome.jwps.data.WindowPosition
 
getParameters() - Method in class net.jqhome.jwps.data.ProgramDetails
 
getPEAAt(int) - Method in class net.jqhome.jwps.ea.PendingDOMEA
 
getPF() - Method in class net.jqhome.jwps.abs.__JWPProgram
 
getPF() - Method in class net.jqhome.jwps.test.JWP__ProgramFileTest
 
getPointSize() - Method in class net.jqhome.jwps.data.OS2FontReference
 
getProgramCategory() - Method in class net.jqhome.jwps.data.ProgramDetails
 
getProgramDetails() - Method in class net.jqhome.jwps.abs.__JWPProgram
 
getProgramDetails() - Method in class net.jqhome.jwps.fs.__JWPProgramFile
 
getProperty(int) - Method in class net.jqhome.jwps.JWPObject
 
getPropertyBoolean(int) - Method in class net.jqhome.jwps.JWPObject
 
getPropertyInt(int) - Method in class net.jqhome.jwps.JWPObject
Gets an integer property, given the key.
getPropertyString(int) - Method in class net.jqhome.jwps.JWPObject
 
getPS() - Method in class net.jqhome.jwps.util.ListEAs
 
getRandom() - Method in class net.jqhome.jwps.test.JWPRootTest
 
getRandomBlock(int) - Method in class net.jqhome.jwps.test.JWPRootTest
 
getRandomString(int) - Method in class net.jqhome.jwps.test.JWPRootTest
 
getRawEASize() - Method in class net.jqhome.jwps.ea.StringEA
 
getRawEASize() - Method in class net.jqhome.jwps.ea.MVMTEA
Returns the size of all the wrappered EAs.
getRawEASize() - Method in class net.jqhome.jwps.ea.ByteArrayEA
 
getRawEASize() - Method in class net.jqhome.jwps.ea.BadEA
 
getRawEASize() - Method in class net.jqhome.jwps.ea.AbstractEA
This returns the size of the raw EA item.
getResource() - Method in class net.jqhome.jwps.data.ModuleResource
 
getResourceID() - Method in class net.jqhome.jwps.data.OS2ResourceIcon
 
getRGB() - Method in class net.jqhome.jwps.data.ColorBackground
 
getScalingFactor() - Method in class net.jqhome.jwps.data.ImageBackground
 
getScratchDir() - Method in class net.jqhome.jwps.test.JWPRoot__ObjectTest
 
getScratchSubDir() - Method in class net.jqhome.jwps.test.JWPRootTest
This returns and creates the scratch sub directory for various operations.
getSD() - Method in class net.jqhome.jwps.test.JWPRootTest
 
getSDH() - Method in class net.jqhome.jwps.test.JWPRootTest
 
getShadowTextColor() - Method in class net.jqhome.jwps.views.FolderViewProperties
 
getShadowTextColor(int) - Method in class net.jqhome.jwps.fs.__JWPFolder
 
getSSD() - Method in class net.jqhome.jwps.test.JWPRootTest
Just gets the name of the scratch subdirectory
getSSDH() - Method in class net.jqhome.jwps.test.JWPRootTest
 
getStartupDirectory() - Method in class net.jqhome.jwps.data.ProgramDetails
 
getStatRecord(int) - Method in class net.jqhome.jwps.util.ListEAs.EAStatEntry
 
getStatRecord(String) - Method in class net.jqhome.jwps.util.ListEAs.EAStatEntry
 
getStatsHT() - Method in class net.jqhome.jwps.util.ListEAs
 
getSTEntryLength(byte[], int) - Method in class net.jqhome.jwps.ea.MVMTEA
Gets the length of the next simple EA.
getString(String, String) - Method in class net.jqhome.jwps.util.IniUtil
Gets the value fo a string for a given application and key.
getString(String, String, String) - Method in class net.jqhome.jwps.util.IniUtil
This gets the string value for a given application and key.
getStringEAAt(int) - Method in class net.jqhome.jwps.ea.StringMVMT
Gets the StringEA at the given index.
getStringValue() - Method in class net.jqhome.jwps.ea.PendingDOMEA
 
getStyle() - Method in class net.jqhome.jwps.__JWPObject
Gets all the style bits for the object.
getStyleBit(int) - Method in class net.jqhome.jwps.__JWPObject
Gets a single bit, corresponding to a property for this object.
getSVEA2(byte[], int) - Method in class net.jqhome.jwps.ea.MVMTEA
Locates the next simple EA (string or binary).
getSysEd() - Method in class net.jqhome.jwps.test.JWPRoot__ObjectTest
 
getSysEd() - Method in class net.jqhome.jwps.test.JWPRootObjectTest
 
getSystemIniFileName() - Static method in class net.jqhome.jwps.util.IniUtil
This will return the full name of the system ini file.
getTempFileName() - Method in class net.jqhome.jwps.test.JWPRootTest
Returns a guaranted new valid file in the parent of the scratch directory.
getTestFile() - Method in class net.jqhome.jwps.test.JWPRoot__ObjectTest
 
getTestFile() - Method in class net.jqhome.jwps.test.JWPRootObjectTest
 
getTestIconFile() - Method in class net.jqhome.jwps.test.JWPRootTest
 
getTF() - Method in class net.jqhome.jwps.test.JWPRootTest
 
getTFH() - Method in class net.jqhome.jwps.test.JWPRootTest
 
getTitle() - Method in class net.jqhome.jwps.__JWPObject
Gets the title for this object.
getTitle() - Method in class net.jqhome.jwps.JWPObject
 
getTitle() - Method in class net.jqhome.jwps.data.ProgramDetails
 
getToolkit() - Static method in class net.jqhome.jwps.data.OS2Point
 
getTotalBytes() - Method in class net.jqhome.jwps.util.ListEAs.EAStatRecord
 
getTotalEABytes() - Method in class net.jqhome.jwps.util.ListEAs
 
getType() - Method in class net.jqhome.jwps.ea.RawEA
Returns the numeric type of this EA.
getType() - Method in class net.jqhome.jwps.ea.PendingDOMEA
 
getType() - Method in class net.jqhome.jwps.ea.AbstractEA
Gets the numeric type of the EA.
getType() - Method in class net.jqhome.jwps.fs.__JWPFileSystem
 
getTypeString() - Method in class net.jqhome.jwps.util.ListEAs.EAStatRecord
 
getTypeString(int) - Static method in class net.jqhome.jwps.ea.EAFactory
Converts the numeric type to a string.
getTypeString(int) - Static method in class net.jqhome.jwps.util.ListEAs
 
getTypeVector() - Method in class net.jqhome.jwps.fs.__JWPFileSystem
A convenience method.
getUserIniFileName() - Static method in class net.jqhome.jwps.util.IniUtil
This will return the full name of the user ini file.
getV() - Method in class net.jqhome.jwps.ea.PendingDOMEA
 
getValue() - Method in class net.jqhome.jwps.ea.StringEA
Returns the value for this EA.
getValue() - Method in class net.jqhome.jwps.ea.ByteArrayEA
 
getValueID() - Method in class net.jqhome.jwps.views.SettingsViewProperties
 
getVector() - Method in class net.jqhome.jwps.ea.EAVector
Gets the vector managed by this class, which contains the actual EAs.
getViewID() - Method in interface net.jqhome.jwps.views.ViewPropertiesInterface
Every OS/2 view has an integer associated with it.
getViewID() - Method in class net.jqhome.jwps.views.TreeViewProperties
 
getViewID() - Method in class net.jqhome.jwps.views.SettingsViewProperties
 
getViewID() - Method in class net.jqhome.jwps.views.IconViewProperties
 
getViewID() - Method in class net.jqhome.jwps.views.HelpViewProperties
 
getViewID() - Method in class net.jqhome.jwps.views.DetailsViewProperties
 
getVisibility() - Method in class net.jqhome.jwps.data.ProgramDetails
 
getWindowHandle() - Method in class net.jqhome.jwps.data.WindowPosition
 
getWindowHeight() - Method in class net.jqhome.jwps.data.WindowPosition
 
getWindowPosition() - Method in class net.jqhome.jwps.data.ProgramDetails
 
getWindowWidth() - Method in class net.jqhome.jwps.data.WindowPosition
 
getWPClassName() - Method in class net.jqhome.jwps.JWPObject
The WPS requires that the name of the class be supplied when creating instances.
getWPClassName() - Method in class net.jqhome.jwps.abs.__JWPLaunchpad
 
getWPClassName() - Method in class net.jqhome.jwps.abs.JWPProgram
 
getWPClassName() - Method in class net.jqhome.jwps.abs.JWPAbstract
 
getWPClassName() - Method in class net.jqhome.jwps.fs.JWPProgramFile
 
getWPClassName() - Method in class net.jqhome.jwps.fs.JWPImageFile
 
getWPClassName() - Method in class net.jqhome.jwps.fs.JWPFolder
 
getWPClassName() - Method in class net.jqhome.jwps.fs.JWPDesktop
 
getWPClassName() - Method in class net.jqhome.jwps.fs.JWPDataFile
 
getWPClassName() - Method in class net.jqhome.jwps.fs.JWPBitmap
 
getWPClassName() - Method in class net.jqhome.jwps.trns.JWPTransient
 
getXMLSerializer(Writer) - Static method in class net.jqhome.jwps.util.XMLDocumentFactory
This will return a serizalizer for a given writer.
getXP() - Static method in class net.jqhome.jwps.test.JWPRootTest
 

H

handleException(Throwable) - Method in class net.jqhome.jwps.test.JWPRootTest
 
handleException(Throwable, boolean) - Method in class net.jqhome.jwps.test.JWPRootTest
Centralized exception management.
HeaderParser - class net.jqhome.jwps.tools.HeaderParser.
Stoopid driver to take a directory of header files (ending in .h) and snoop out all the constants in them, writing them to like-named files.
HeaderParser() - Constructor for class net.jqhome.jwps.tools.HeaderParser
Creates a new instance of HeaderParser
HelpLibrary - Static variable in interface net.jqhome.jwps.JWPConstants
Property key for setting the help library
HelpPanel - Static variable in interface net.jqhome.jwps.JWPConstants
Property key for setting the help panel
HelpViewProperties - class net.jqhome.jwps.views.HelpViewProperties.
 
HelpViewProperties(JWPObject) - Constructor for class net.jqhome.jwps.views.HelpViewProperties
 
HIDDENMINWINDOW_DEFAULT - Static variable in interface net.jqhome.jwps.data.WPSConstants
 
HIDE - Static variable in interface net.jqhome.jwps.JWPConstants
For objects whose settings that refer to hiding
hide() - Method in class net.jqhome.jwps.__JWPObject
Minimizes the object.
hide() - Method in class net.jqhome.jwps.JWPObject
 
HIDEBUTTON - Static variable in interface net.jqhome.jwps.data.WPSConstants
 
HistoryEA - class net.jqhome.jwps.ea.standard.HistoryEA.
This EA is for managing a history or list of things done to/with the file.
HistoryEA() - Constructor for class net.jqhome.jwps.ea.standard.HistoryEA
 
HistoryEA(RawEA) - Constructor for class net.jqhome.jwps.ea.standard.HistoryEA
 

I

ICON_TEST_FILE_KEY - Static variable in class net.jqhome.jwps.test.JWPRootTest
 
ICON_TEXT_VISIBLE - Static variable in interface net.jqhome.jwps.data.WPSFileSystemConstants
 
IconEA - class net.jqhome.jwps.ea.standard.IconEA.
Setting this determines the icon that the WPS displays.
IconEA() - Constructor for class net.jqhome.jwps.ea.standard.IconEA
 
IconEA(RawEA) - Constructor for class net.jqhome.jwps.ea.standard.IconEA
 
IconFile - Static variable in interface net.jqhome.jwps.JWPConstants
Property key for setting the icon of this object from a file
IconPosition - Static variable in interface net.jqhome.jwps.JWPConstants
Property key for setting the initial position of the objects icon in an icon view
iconReport(OS2Icon) - Method in class net.jqhome.jwps.test.JWPRootTest
Centralized place to print out a report on an icon.
IconViewProperties - class net.jqhome.jwps.views.IconViewProperties.
 
IconViewProperties(JWPFolder) - Constructor for class net.jqhome.jwps.views.IconViewProperties
 
idClock - Static variable in interface net.jqhome.jwps.JWPConstants
Object ID for the system clock
idColorPalette - Static variable in interface net.jqhome.jwps.JWPConstants
Object ID for the colar palette
idCommandPrompts - Static variable in interface net.jqhome.jwps.JWPConstants
Object ID for the command prompts folder
idCommandReference - Static variable in interface net.jqhome.jwps.JWPConstants
Object ID for the command reference
idCountry - Static variable in interface net.jqhome.jwps.JWPConstants
Object ID for the country
idDesktop - Static variable in interface net.jqhome.jwps.JWPConstants
Object ID for the desktop
idDrives - Static variable in interface net.jqhome.jwps.JWPConstants
Object ID for drives object
Identifier - class net.jqhome.jwps.Identifier.
The WPS allows for three different ways to describe any object.
Identifier(File) - Constructor for class net.jqhome.jwps.Identifier
 
Identifier(int) - Constructor for class net.jqhome.jwps.Identifier
Constructor that accepts the integer handle for an object.
Identifier(String) - Constructor for class net.jqhome.jwps.Identifier
Creates a new instance of an Identifier.
idFontPalette - Static variable in interface net.jqhome.jwps.JWPConstants
Object ID for the font palette
idGames - Static variable in interface net.jqhome.jwps.JWPConstants
Object ID for the games folder
idGlossary - Static variable in interface net.jqhome.jwps.JWPConstants
Object ID for the glossary
idInformationFolder - Static variable in interface net.jqhome.jwps.JWPConstants
Object ID for the information folder
IDKEY_CNRBACKGROUND - Static variable in interface net.jqhome.jwps.data.WPSFileSystemConstants
 
IDKEY_FDRBACKGROUND - Static variable in interface net.jqhome.jwps.data.WPSFileSystemConstants
 
IDKEY_FDRBKGNDIMAGEFILE - Static variable in interface net.jqhome.jwps.data.WPSFileSystemConstants
 
IDKEY_FDRCNRBACKGROUND - Static variable in interface net.jqhome.jwps.data.WPSFileSystemConstants
 
IDKEY_FDRCONTENTATTR - Static variable in interface net.jqhome.jwps.data.WPSFileSystemConstants
 
IDKEY_FDRCVIFONT - Static variable in interface net.jqhome.jwps.data.WPSFileSystemConstants
 
IDKEY_FDRCVLFONT - Static variable in interface net.jqhome.jwps.data.WPSFileSystemConstants
 
IDKEY_FDRCVNFONT - Static variable in interface net.jqhome.jwps.data.WPSFileSystemConstants
 
IDKEY_FDRDETAILSATTR - Static variable in interface net.jqhome.jwps.data.WPSFileSystemConstants
 
IDKEY_FDRDETAILSCLASS - Static variable in interface net.jqhome.jwps.data.WPSFileSystemConstants
 
IDKEY_FDRDVFONT - Static variable in interface net.jqhome.jwps.data.WPSFileSystemConstants
 
IDKEY_FDRFSYSSEARCHINFO - Static variable in interface net.jqhome.jwps.data.WPSFileSystemConstants
 
IDKEY_FDRGRIDINFO - Static variable in interface net.jqhome.jwps.data.WPSFileSystemConstants
 
IDKEY_FDRICONPOS - Static variable in interface net.jqhome.jwps.data.WPSFileSystemConstants
 
IDKEY_FDRICONVIEWPOS - Static variable in interface net.jqhome.jwps.data.WPSFileSystemConstants
 
IDKEY_FDRINCCLASS - Static variable in interface net.jqhome.jwps.data.WPSFileSystemConstants
 
IDKEY_FDRINCCRITERIA - Static variable in interface net.jqhome.jwps.data.WPSFileSystemConstants
 
IDKEY_FDRINCNAME - Static variable in interface net.jqhome.jwps.data.WPSFileSystemConstants
 
IDKEY_FDRINVISCOLUMNS - Static variable in interface net.jqhome.jwps.data.WPSFileSystemConstants
 
IDKEY_FDRLONGARRAY - Static variable in interface net.jqhome.jwps.data.WPSFileSystemConstants
 
IDKEY_FDRODMENUBARON - Static variable in interface net.jqhome.jwps.data.WPSFileSystemConstants
 
IDKEY_FDRSELFCLOSE - Static variable in interface net.jqhome.jwps.data.WPSFileSystemConstants
 
IDKEY_FDRSNEAKYCOUNT - Static variable in interface net.jqhome.jwps.data.WPSFileSystemConstants
 
IDKEY_FDRSORTATTRIBS - Static variable in interface net.jqhome.jwps.data.WPSFileSystemConstants
 
IDKEY_FDRSORTCLASS - Static variable in interface net.jqhome.jwps.data.WPSFileSystemConstants
 
IDKEY_FDRSORTINFO - Static variable in interface net.jqhome.jwps.data.WPSFileSystemConstants
 
IDKEY_FDRSTRARRAY - Static variable in interface net.jqhome.jwps.data.WPSFileSystemConstants
 
IDKEY_FDRTREEATTR - Static variable in interface net.jqhome.jwps.data.WPSFileSystemConstants
 
IDKEY_FDRTREEVIEWCONTENTS - Static variable in interface net.jqhome.jwps.data.WPSFileSystemConstants
 
IDKEY_FDRTVLFONT - Static variable in interface net.jqhome.jwps.data.WPSFileSystemConstants
 
IDKEY_FDRTVNFONT - Static variable in interface net.jqhome.jwps.data.WPSFileSystemConstants
 
IDKEY_FILTERCONTENT - Static variable in interface net.jqhome.jwps.data.WPSFileSystemConstants
 
idKeyboard - Static variable in interface net.jqhome.jwps.JWPConstants
Object ID for the keyboard
idLaunchpad - Static variable in interface net.jqhome.jwps.JWPConstants
Object ID for the launchpad
idMasterHelpIndex - Static variable in interface net.jqhome.jwps.JWPConstants
Object ID for the master help index
idMinimizedWindowViewer - Static variable in interface net.jqhome.jwps.JWPConstants
Object ID for minimized window viewer
idMouse - Static variable in interface net.jqhome.jwps.JWPConstants
Object ID for the mouse
idNetworkFolder - Static variable in interface net.jqhome.jwps.JWPConstants
Object ID for network folder
idNowhere - Static variable in interface net.jqhome.jwps.JWPConstants
Object ID for nowhere
idOS2System - Static variable in interface net.jqhome.jwps.JWPConstants
Object ID for the OS/2 system folder
idProductivityFolder - Static variable in interface net.jqhome.jwps.JWPConstants
Object ID for the productivity folder
idSchemePalette - Static variable in interface net.jqhome.jwps.JWPConstants
Object ID for the scheme palette
idShredder - Static variable in interface net.jqhome.jwps.JWPConstants
Object ID for the shredder
idSound - Static variable in interface net.jqhome.jwps.JWPConstants
Object ID for sound object
idStartupFolder - Static variable in interface net.jqhome.jwps.JWPConstants
Object ID for the startup folder
idSystem - Static variable in interface net.jqhome.jwps.JWPConstants
Object ID for system folder
idSystemEditor - Static variable in interface net.jqhome.jwps.JWPConstants
Object ID for system editor (usually e.exe)
idSystemSetup - Static variable in interface net.jqhome.jwps.JWPConstants
Object ID for the system setup object
idTemplates - Static variable in interface net.jqhome.jwps.JWPConstants
Object ID for templates folder
idToPath(String) - Static method in class net.jqhome.jwps.JWPUtil
A convenience.
idTutorial - Static variable in interface net.jqhome.jwps.JWPConstants
Object ID for the tutorial
ImageBackground - class net.jqhome.jwps.data.ImageBackground.
 
ImageBackground(String, int, int) - Constructor for class net.jqhome.jwps.data.ImageBackground
Creates a new instance of ImageBackground
importEADocument(InputSource) - Static method in class net.jqhome.jwps.util.XMLDocumentFactory
This is the main workhorse for deserialization.
IniUtil - class net.jqhome.jwps.util.IniUtil.
A class that allows the user to create and manipulate OS/2 ini (alias profile) files.
IniUtil(File) - Constructor for class net.jqhome.jwps.util.IniUtil
Constructor when a java file object is supplied.
IniUtil(int) - Constructor for class net.jqhome.jwps.util.IniUtil
Constructor to use when you want to use one of the standard system initialization files.
IniUtil(String) - Constructor for class net.jqhome.jwps.util.IniUtil
Constructor when the path is supplied.
IniUtilTest - class net.jqhome.jwps.test.IniUtilTest.
This is the tests for the ini util object.
IniUtilTest(String) - Constructor for class net.jqhome.jwps.test.IniUtilTest
 
isBinary() - Method in class net.jqhome.jwps.ea.PendingDOMEA
 
isCritical() - Method in class net.jqhome.jwps.ea.RawEA
Returns if this is marked as critical
isCritical() - Method in class net.jqhome.jwps.ea.PendingDOMEA
 
isCritical() - Method in class net.jqhome.jwps.ea.AbstractEA
Returns if this EA is marked as critical.
isCritical() - Method in class net.jqhome.jwps.ea.standard.VersionEA
 
isCritical() - Method in class net.jqhome.jwps.ea.standard.TypeEA
 
isCritical() - Method in class net.jqhome.jwps.ea.standard.SubjectEA
 
isCritical() - Method in class net.jqhome.jwps.ea.standard.OpenedFolderIconEA
 
isCritical() - Method in class net.jqhome.jwps.ea.standard.LongnameEA
 
isCritical() - Method in class net.jqhome.jwps.ea.standard.KeyphrasesEA
 
isCritical() - Method in class net.jqhome.jwps.ea.standard.IconEA
 
isCritical() - Method in class net.jqhome.jwps.ea.standard.HistoryEA
 
isCritical() - Method in class net.jqhome.jwps.ea.standard.CommentsEA
 
isDefaultCodepage() - Method in class net.jqhome.jwps.ea.EAVector
Checks if the codepage is set to the platform default.
isDetailsColumnVisible(int) - Method in class net.jqhome.jwps.fs.__JWPFolder
 
isEmpty() - Method in class net.jqhome.jwps.ea.EAHashtable
A test if this hashtable contains any elements.
isFlowed() - Method in class net.jqhome.jwps.views.IconViewProperties
 
isHideIcons() - Method in class net.jqhome.jwps.views.TreeViewProperties
 
isHideIcons() - Method in class net.jqhome.jwps.views.IconViewProperties
 
isMiniIcon() - Method in class net.jqhome.jwps.views.FolderViewProperties
 
isObjectLocked() - Method in class net.jqhome.jwps.__JWPObject
 
isPrintEASize() - Method in class net.jqhome.jwps.test.FileEATest
Returns whether or not printing of EAs is enabled.
isSOMDDReady() - Static method in class net.jqhome.jwps.JWPUtil
Tests if the SOM daemon is ready.
isSortAttributeAvailable(int) - Method in class net.jqhome.jwps.fs.__JWPFolder
 
IsTemplate - Static variable in interface net.jqhome.jwps.JWPConstants
Property key for setting the object to be a template
isUserDefined() - Method in class net.jqhome.jwps.ea.AbstractEA
Returns if this EA is in the user-defined range.
IsVisible - Static variable in interface net.jqhome.jwps.JWPConstants
Property key for allowing the object to be visible to the user
isWarnBeforeStart() - Method in class net.jqhome.jwps.fs.__JWPProgramFile
 
isWPDServerReady() - Static method in class net.jqhome.jwps.JWPUtil
Checks if the workplace DSON server is ready.
iterator() - Method in class net.jqhome.jwps.util.ListEAs.EAStatEntry
 

J

JWP__FileSystemTest - class net.jqhome.jwps.test.JWP__FileSystemTest.
 
JWP__FileSystemTest(String) - Constructor for class net.jqhome.jwps.test.JWP__FileSystemTest
Creates a new instance of JWPFileSystemTest
JWP__FolderTest - class net.jqhome.jwps.test.JWP__FolderTest.
 
JWP__FolderTest(String) - Constructor for class net.jqhome.jwps.test.JWP__FolderTest
Creates a new instance of JWPFolderTest
JWP__ObjectTest - class net.jqhome.jwps.test.JWP__ObjectTest.
 
JWP__ObjectTest(String) - Constructor for class net.jqhome.jwps.test.JWP__ObjectTest
 
JWP__ProgramFileTest - class net.jqhome.jwps.test.JWP__ProgramFileTest.
 
JWP__ProgramFileTest(String) - Constructor for class net.jqhome.jwps.test.JWP__ProgramFileTest
Creates a new instance of JWPFolderTest
JWPAbstract - class net.jqhome.jwps.abs.JWPAbstract.
 
JWPAbstract(Identifier) - Constructor for class net.jqhome.jwps.abs.JWPAbstract
Creates a new instance of JWPAbstract
JWPAbstract(int) - Constructor for class net.jqhome.jwps.abs.JWPAbstract
 
JWPAbstract(String) - Constructor for class net.jqhome.jwps.abs.JWPAbstract
 
JWPBArguments - class net.jqhome.jwps.service.JWPBArguments.
 
JWPBArguments() - Constructor for class net.jqhome.jwps.service.JWPBArguments
Creates a new instance of JWPBArguments
JWPBitmap - class net.jqhome.jwps.fs.JWPBitmap.
 
JWPBitmap(File) - Constructor for class net.jqhome.jwps.fs.JWPBitmap
 
JWPBitmap(Identifier) - Constructor for class net.jqhome.jwps.fs.JWPBitmap
Creates a new instance of JWPBitmap
JWPBitmap(int) - Constructor for class net.jqhome.jwps.fs.JWPBitmap
 
JWPBitmap(String) - Constructor for class net.jqhome.jwps.fs.JWPBitmap
 
JWPBridge - interface net.jqhome.jwps.service.JWPBridge.
 
JWPBridgeFactory - class net.jqhome.jwps.service.JWPBridgeFactory.
 
JWPBridgeFactory() - Constructor for class net.jqhome.jwps.service.JWPBridgeFactory
Creates a new instance of JWPSBridgeFactory
JWPBridgeImpl - class net.jqhome.jwps.service.JWPBridgeImpl.
 
JWPBridgeImpl() - Constructor for class net.jqhome.jwps.service.JWPBridgeImpl
Creates a new instance of JWPBridgeImpl
JWPConstants - interface net.jqhome.jwps.JWPConstants.
An interface to organize various constants.
JWPDataFile - class net.jqhome.jwps.fs.JWPDataFile.
 
JWPDataFile(File) - Constructor for class net.jqhome.jwps.fs.JWPDataFile
 
JWPDataFile(Identifier) - Constructor for class net.jqhome.jwps.fs.JWPDataFile
Creates a new instance of JWPDataFile
JWPDataFile(int) - Constructor for class net.jqhome.jwps.fs.JWPDataFile
 
JWPDataFile(String) - Constructor for class net.jqhome.jwps.fs.JWPDataFile
 
JWPDesktop - class net.jqhome.jwps.fs.JWPDesktop.
 
JWPDesktop(File) - Constructor for class net.jqhome.jwps.fs.JWPDesktop
 
JWPDesktop(Identifier) - Constructor for class net.jqhome.jwps.fs.JWPDesktop
Creates a new instance of JWPDesktop
JWPDesktop(int) - Constructor for class net.jqhome.jwps.fs.JWPDesktop
 
JWPDesktop(String) - Constructor for class net.jqhome.jwps.fs.JWPDesktop
 
JWPDrives - class net.jqhome.jwps.fs.JWPDrives.
 
JWPDrives(Identifier) - Constructor for class net.jqhome.jwps.fs.JWPDrives
Creates a new instance of JWPDrives
JWPException - exception net.jqhome.jwps.JWPException.
This is the root class for all exceptions thrown in the JWP.
JWPException() - Constructor for class net.jqhome.jwps.JWPException
Creates a new instance of JWPException
JWPException(String) - Constructor for class net.jqhome.jwps.JWPException
Creates a new JWPException
JWPException(String, Throwable) - Constructor for class net.jqhome.jwps.JWPException
Creates a new JWPException
JWPFileSystem - class net.jqhome.jwps.fs.JWPFileSystem.
 
JWPFileSystem(File) - Constructor for class net.jqhome.jwps.fs.JWPFileSystem
 
JWPFileSystem(Identifier) - Constructor for class net.jqhome.jwps.fs.JWPFileSystem
Creates a new instance of JWPFileSystem
JWPFileSystem(int) - Constructor for class net.jqhome.jwps.fs.JWPFileSystem
 
JWPFileSystem(String) - Constructor for class net.jqhome.jwps.fs.JWPFileSystem
 
JWPFolder - class net.jqhome.jwps.fs.JWPFolder.
 
JWPFolder(File) - Constructor for class net.jqhome.jwps.fs.JWPFolder
 
JWPFolder(Identifier) - Constructor for class net.jqhome.jwps.fs.JWPFolder
Creates a new instance of JWPFolder
JWPFolder(int) - Constructor for class net.jqhome.jwps.fs.JWPFolder
 
JWPFolder(String) - Constructor for class net.jqhome.jwps.fs.JWPFolder
 
JWPIcon - class net.jqhome.jwps.fs.JWPIcon.
 
JWPIcon(File) - Constructor for class net.jqhome.jwps.fs.JWPIcon
 
JWPIcon(Identifier) - Constructor for class net.jqhome.jwps.fs.JWPIcon
Creates a new instance of JWPIcon
JWPIcon(OS2FileIcon) - Constructor for class net.jqhome.jwps.fs.JWPIcon
 
JWPIcon(String) - Constructor for class net.jqhome.jwps.fs.JWPIcon
 
JWPImageFile - class net.jqhome.jwps.fs.JWPImageFile.
 
JWPImageFile(File) - Constructor for class net.jqhome.jwps.fs.JWPImageFile
 
JWPImageFile(Identifier) - Constructor for class net.jqhome.jwps.fs.JWPImageFile
Creates a new instance of JWPImageFile
JWPImageFile(int) - Constructor for class net.jqhome.jwps.fs.JWPImageFile
 
JWPImageFile(String) - Constructor for class net.jqhome.jwps.fs.JWPImageFile
 
JWPJob - class net.jqhome.jwps.trns.JWPJob.
 
JWPJob(Identifier) - Constructor for class net.jqhome.jwps.trns.JWPJob
Creates a new instance of JWPJob
JWPLoader - class net.jqhome.jwps.JWPLoader.
This class just has the static loader in it.
JWPLoader() - Constructor for class net.jqhome.jwps.JWPLoader
 
JWPObject - class net.jqhome.jwps.JWPObject.
The root object for jWPS's Workplace Shell access.
JWPObject(Identifier) - Constructor for class net.jqhome.jwps.JWPObject
Creates a new instance of JWPObject
JWPObject(int) - Constructor for class net.jqhome.jwps.JWPObject
 
JWPObject(String) - Constructor for class net.jqhome.jwps.JWPObject
 
JWPObjectTest - class net.jqhome.jwps.test.JWPObjectTest.
 
JWPObjectTest(String) - Constructor for class net.jqhome.jwps.test.JWPObjectTest
 
JWPPrinter - class net.jqhome.jwps.abs.JWPPrinter.
 
JWPPrinter(Identifier) - Constructor for class net.jqhome.jwps.abs.JWPPrinter
Creates a new instance of JWPPrinter
JWPPrinterDriver - class net.jqhome.jwps.trns.JWPPrinterDriver.
 
JWPPrinterDriver(Identifier) - Constructor for class net.jqhome.jwps.trns.JWPPrinterDriver
Creates a new instance of JWPPrinterDriver
JWPPrinterPort - class net.jqhome.jwps.trns.JWPPrinterPort.
 
JWPPrinterPort(Identifier) - Constructor for class net.jqhome.jwps.trns.JWPPrinterPort
Creates a new instance of JWPPrinterPort
JWPProgram - class net.jqhome.jwps.abs.JWPProgram.
 
JWPProgram(Identifier) - Constructor for class net.jqhome.jwps.abs.JWPProgram
Creates a new instance of JWPProgram
JWPProgramFile - class net.jqhome.jwps.fs.JWPProgramFile.
 
JWPProgramFile(Identifier) - Constructor for class net.jqhome.jwps.fs.JWPProgramFile
Creates a new instance of JWPProgramFile
JWPQueueDriver - class net.jqhome.jwps.trns.JWPQueueDriver.
 
JWPQueueDriver(Identifier) - Constructor for class net.jqhome.jwps.trns.JWPQueueDriver
Creates a new instance of JWPQueueDriver
JWPRoot__ObjectTest - class net.jqhome.jwps.test.JWPRoot__ObjectTest.
This just has a bunch of utilities in it that all the subclasses need.
JWPRoot__ObjectTest(String) - Constructor for class net.jqhome.jwps.test.JWPRoot__ObjectTest
Creates a new instance of JWPRootObjectTest
JWPRootFolder - class net.jqhome.jwps.fs.JWPRootFolder.
 
JWPRootFolder(Identifier) - Constructor for class net.jqhome.jwps.fs.JWPRootFolder
Creates a new instance of JWPRootFolder
JWPRootObjectTest - class net.jqhome.jwps.test.JWPRootObjectTest.
hs just has a bunch of utilities in it that all the subclasses need.
JWPRootObjectTest(String) - Constructor for class net.jqhome.jwps.test.JWPRootObjectTest
Creates a new instance of JWPRootObjectTest
JWPRootTest - class net.jqhome.jwps.test.JWPRootTest.
 
JWPRootTest(String) - Constructor for class net.jqhome.jwps.test.JWPRootTest
Creates a new instance of JWPRootTest
JWPStartup - class net.jqhome.jwps.fs.JWPStartup.
 
JWPStartup(Identifier) - Constructor for class net.jqhome.jwps.fs.JWPStartup
Creates a new instance of JWPStartup
JWPTemplates - class net.jqhome.jwps.fs.JWPTemplates.
 
JWPTemplates(Identifier) - Constructor for class net.jqhome.jwps.fs.JWPTemplates
Creates a new instance of JWPTemplates
JWPTestSuite - class net.jqhome.jwps.test.JWPTestSuite.
 
JWPTestSuite(String) - Constructor for class net.jqhome.jwps.test.JWPTestSuite
 
JWPTransient - class net.jqhome.jwps.trns.JWPTransient.
 
JWPTransient(Identifier) - Constructor for class net.jqhome.jwps.trns.JWPTransient
Creates a new instance of JWPTransient
JWPUtil - class net.jqhome.jwps.JWPUtil.
This is a set of utilities for working with OS/2's Workplace Shell and Presentation Manager.
JWPUtil() - Constructor for class net.jqhome.jwps.JWPUtil
Creates a new instance of JWPUtil
JWPUtilTest - class net.jqhome.jwps.test.JWPUtilTest.
 
JWPUtilTest(String) - Constructor for class net.jqhome.jwps.test.JWPUtilTest
Creates a new instance of JWPUtilTest

K

KEEP_RENAMEFILESWITHEXT - Static variable in interface net.jqhome.jwps.data.WPSFileSystemConstants
 
keyName - Static variable in class net.jqhome.jwps.test.IniUtilTest
 
KeyphrasesEA - class net.jqhome.jwps.ea.standard.KeyphrasesEA.
A list of words or phrases that clarify the purpose or concept of this object.
KeyphrasesEA() - Constructor for class net.jqhome.jwps.ea.standard.KeyphrasesEA
 
KeyphrasesEA(RawEA) - Constructor for class net.jqhome.jwps.ea.standard.KeyphrasesEA
 
keys() - Method in class net.jqhome.jwps.ea.EAHashtable
An enumeration of the keys in this hashtable.

L

listAllEAs() - Method in class net.jqhome.jwps.fs.JWPFileSystem
Returns a list of all the names of every EA attached to this object.
listEANames() - Method in class net.jqhome.jwps.ea.FileEAs
Lists all of the EA names associated with this file.
listEANames() - Method in class net.jqhome.jwps.fs.__JWPFileSystem
Returns a list of the names of the EAs associated with this file.
ListEAs - class net.jqhome.jwps.util.ListEAs.
A simple program to run through and list all the EAs in a directory.
ListEAs.EAStatEntry - class net.jqhome.jwps.util.ListEAs.EAStatEntry.
 
ListEAs.EAStatEntry(String) - Constructor for class net.jqhome.jwps.util.ListEAs.EAStatEntry
 
ListEAs.EAStatRecord - class net.jqhome.jwps.util.ListEAs.EAStatRecord.
 
ListEAs.EAStatRecord(int) - Constructor for class net.jqhome.jwps.util.ListEAs.EAStatRecord
 
ListEAs.EAStatRecord(String) - Constructor for class net.jqhome.jwps.util.ListEAs.EAStatRecord
 
ListEAs.StatsHT - class net.jqhome.jwps.util.ListEAs.StatsHT.
 
ListEAs.StatsHT() - Constructor for class net.jqhome.jwps.util.ListEAs.StatsHT
 
ListEAs() - Constructor for class net.jqhome.jwps.util.ListEAs
 
listEAs(String[]) - Method in class net.jqhome.jwps.util.ListEAs
 
listProperties(__JWPObject) - Method in class net.jqhome.jwps.test.JWP__ObjectTest
 
LockedInPlace - Static variable in interface net.jqhome.jwps.JWPConstants
Property key for locking the object in place in icon views
lockObject() - Method in class net.jqhome.jwps.__JWPObject
 
lockupSystem() - Static method in class net.jqhome.jwps.JWPUtil
Locks up the system.
LongnameEA - class net.jqhome.jwps.ea.standard.LongnameEA.
This is supplied by the system as a standard EA but is supposed to be managed by the user.
LongnameEA() - Constructor for class net.jqhome.jwps.ea.standard.LongnameEA
 
LongnameEA(RawEA) - Constructor for class net.jqhome.jwps.ea.standard.LongnameEA
 
LongnameEA(String) - Constructor for class net.jqhome.jwps.ea.standard.LongnameEA
 

M

main(String[]) - Static method in class net.jqhome.jwps.__JWPObject
Quickie debug method.
main(String[]) - Static method in class net.jqhome.jwps.JWPUtil
 
main(String[]) - Static method in class net.jqhome.jwps.fs.__JWPFolder
 
main(String[]) - Static method in class net.jqhome.jwps.service.RWSTest
 
main(String[]) - Static method in class net.jqhome.jwps.test.JWPTestSuite
 
main(String[]) - Static method in class net.jqhome.jwps.tools.Util
 
main(String[]) - Static method in class net.jqhome.jwps.tools.SimpleHeaderParser
 
main(String[]) - Static method in class net.jqhome.jwps.tools.HeaderParser
 
main(String[]) - Static method in class net.jqhome.jwps.util.XMLDocumentFactory
Debug main method.
main(String[]) - Static method in class net.jqhome.jwps.util.ListEAs
 
main(String[]) - Static method in class net.jqhome.jwps.util.EAUtil
 
MAX_ASSOC_ITEMS - Static variable in interface net.jqhome.jwps.data.WPSFileSystemConstants
 
MAX_EA_SIZE - Static variable in class net.jqhome.jwps.ea.FileEAs
The maximum size of an EA, 64kbytes.
MAXSZHFS - Static variable in interface net.jqhome.jwps.data.WPSConstants
 
MENU_EDITPULLDOWN - Static variable in interface net.jqhome.jwps.data.WPSConstants
 
MENU_FOLDERPULLDOWN - Static variable in interface net.jqhome.jwps.data.WPSConstants
 
MENU_HELPPULLDOWN - Static variable in interface net.jqhome.jwps.data.WPSConstants
 
MENU_NODISPLAY - Static variable in interface net.jqhome.jwps.data.WPSConstants
 
MENU_OBJECTPOPUP - Static variable in interface net.jqhome.jwps.data.WPSConstants
 
MENU_OPENVIEWPOPUP - Static variable in interface net.jqhome.jwps.data.WPSConstants
 
MENU_SELECTEDPULLDOWN - Static variable in interface net.jqhome.jwps.data.WPSConstants
 
MENU_TITLEBARPULLDOWN - Static variable in interface net.jqhome.jwps.data.WPSConstants
 
MENU_TITLEBARPULLDOWNINT - Static variable in interface net.jqhome.jwps.data.WPSConstants
 
MENU_USER - Static variable in interface net.jqhome.jwps.data.WPSConstants
 
MENU_VIEWPULLDOWN - Static variable in interface net.jqhome.jwps.data.WPSConstants
 
MENUBAR_DEFAULT - Static variable in interface net.jqhome.jwps.data.WPSFileSystemConstants
 
MENUBAR_OFF - Static variable in interface net.jqhome.jwps.data.WPSFileSystemConstants
 
MENUBAR_ON - Static variable in interface net.jqhome.jwps.data.WPSFileSystemConstants
 
MINBUTTON - Static variable in interface net.jqhome.jwps.data.WPSConstants
 
MINIMIZE - Static variable in interface net.jqhome.jwps.JWPConstants
For objects whose settings that refer to minimizing
MinimizeButtonAppearance - Static variable in interface net.jqhome.jwps.JWPConstants
Property key for determining the appearance of the minimize or frame control button
MinimizeButtonBehavior - Static variable in interface net.jqhome.jwps.JWPConstants
Property key for setting the behavior of the minimize button
MINWIN_DEFAULT - Static variable in interface net.jqhome.jwps.data.WPSConstants
 
MINWIN_DESKTOP - Static variable in interface net.jqhome.jwps.data.WPSConstants
 
MINWIN_HIDDEN - Static variable in interface net.jqhome.jwps.data.WPSConstants
 
MINWIN_VIEWER - Static variable in interface net.jqhome.jwps.data.WPSConstants
 
modifyFolderFlags(int, int) - Method in class net.jqhome.jwps.fs.__JWPFolder
 
ModuleResource - class net.jqhome.jwps.data.ModuleResource.
A class for sending module id's and resource id's back and forth.
ModuleResource(int, int) - Constructor for class net.jqhome.jwps.data.ModuleResource
Creates a new instance of ModuleResource
MoveAllowed - Static variable in interface net.jqhome.jwps.JWPConstants
Property key for allowing the object to be moved
moveObject(int) - Method in class net.jqhome.jwps.__JWPObject
Moves this object to the given folder.
moveObject(int, int) - Static method in class net.jqhome.jwps.JWPUtil
Moves the given object to the given target folder.
moveObject(JWPFolder) - Method in class net.jqhome.jwps.JWPObject
Moves an object to the given target folder.
MVMT_DATA_CONTROL_BLOCK_LENGTH - Static variable in class net.jqhome.jwps.ea.EAVector
This is the size of the control area in each data block.
MVMT_DATA_LENGTH_OFFSET - Static variable in class net.jqhome.jwps.ea.EAVector
relative offset to the length in each data block
MVMT_DATA_OFFSET - Static variable in class net.jqhome.jwps.ea.EAVector
relative offset to the data in each data block.
MVMT_DATA_START_INDEX - Static variable in class net.jqhome.jwps.ea.EAVector
index of where the very first data block starts.
MVMT_DATA_TYPE_OFFSET - Static variable in class net.jqhome.jwps.ea.EAVector
relative offset to the type in each data block
MVMTEA - class net.jqhome.jwps.ea.MVMTEA.
This is a list of EAs (the MV = 'mutli-valued' part of the name) and these may be of any type ( MT = 'multi-type').
MVMTEA.FoundEA - class net.jqhome.jwps.ea.MVMTEA.FoundEA.
An inner class used for parsing RawEA objects.
MVMTEA.FoundEA() - Constructor for class net.jqhome.jwps.ea.MVMTEA.FoundEA
 
MVMTEA() - Constructor for class net.jqhome.jwps.ea.MVMTEA
Default constructor.
MVMTEA(RawEA) - Constructor for class net.jqhome.jwps.ea.MVMTEA
Constructor to make this EA from a wrappered byte array.
MVMTEA(String) - Constructor for class net.jqhome.jwps.ea.MVMTEA
This is a convenience constructor.
MVMTEA(String, boolean) - Constructor for class net.jqhome.jwps.ea.MVMTEA
Constructor to set the name and if it is critical.
MVMTEA(String, int, boolean) - Constructor for class net.jqhome.jwps.ea.MVMTEA
Constructor to set the name, type and if it si critical.
mvmtSetup(RawEA) - Method in class net.jqhome.jwps.ea.MVMTEA
This is where the actual work is done to process a raw EA.
MVST_DATA_CONTROL_BLOCK_LENGTH - Static variable in class net.jqhome.jwps.ea.EAVector
the length of the control block in each data block
MVST_DATA_LENGTH_OFFSET - Static variable in class net.jqhome.jwps.ea.EAVector
relative offset to the data
MVST_DATA_OFFSET - Static variable in class net.jqhome.jwps.ea.EAVector
relative offset for each data block
MVST_DATA_START_INDEX - Static variable in class net.jqhome.jwps.ea.EAVector
index where the data actually starts
MVST_TYPE_INDEX - Static variable in class net.jqhome.jwps.ea.EAVector
index of the single one type for all entries
MVSTEA - class net.jqhome.jwps.ea.MVSTEA.
This is a list of EAs all of which must be the same numeric type.
MVSTEA() - Constructor for class net.jqhome.jwps.ea.MVSTEA
Default constructor
MVSTEA(RawEA) - Constructor for class net.jqhome.jwps.ea.MVSTEA
 
MVSTEA(String) - Constructor for class net.jqhome.jwps.ea.MVSTEA
Constructor the sets the name of this EA.
MVSTEA(String, boolean) - Constructor for class net.jqhome.jwps.ea.MVSTEA
Constructor the sets the name of this EA and whether it is to be critical.

N

NAMECLASH_APPEND - Static variable in interface net.jqhome.jwps.data.WPSConstants
 
NAMECLASH_CANCEL - Static variable in interface net.jqhome.jwps.data.WPSConstants
 
NAMECLASH_NONE - Static variable in interface net.jqhome.jwps.data.WPSConstants
 
NAMECLASH_NONE_KEEPASSOCS - Static variable in interface net.jqhome.jwps.data.WPSConstants
 
NAMECLASH_RENAME - Static variable in interface net.jqhome.jwps.data.WPSConstants
 
NAMECLASH_RENAME_KEEPASSOCS - Static variable in interface net.jqhome.jwps.data.WPSConstants
 
NAMECLASH_REPLACE - Static variable in interface net.jqhome.jwps.data.WPSConstants
 
net.jqhome.jwps - package net.jqhome.jwps
Base classes for the jWPS system.
net.jqhome.jwps.abs - package net.jqhome.jwps.abs
 
net.jqhome.jwps.data - package net.jqhome.jwps.data
 
net.jqhome.jwps.ea - package net.jqhome.jwps.ea
 
net.jqhome.jwps.ea.standard - package net.jqhome.jwps.ea.standard
 
net.jqhome.jwps.fs - package net.jqhome.jwps.fs
 
net.jqhome.jwps.service - package net.jqhome.jwps.service
 
net.jqhome.jwps.test - package net.jqhome.jwps.test
 
net.jqhome.jwps.tools - package net.jqhome.jwps.tools
 
net.jqhome.jwps.trns - package net.jqhome.jwps.trns
 
net.jqhome.jwps.util - package net.jqhome.jwps.util
 
net.jqhome.jwps.views - package net.jqhome.jwps.views
 
newDOMDocument(String) - Static method in class net.jqhome.jwps.util.XMLDocumentFactory
This returns a completely new empty DOM document.
newEA(PendingDOMEA) - Static method in class net.jqhome.jwps.ea.EAFactory
This creates a new EA from a pending one.
newEA(RawEA) - Static method in class net.jqhome.jwps.ea.EAFactory
The method that is charged with creating EAs from their raw data.
newInstance() - Method in class net.jqhome.jwps.service.JWPBridgeFactory
 
NO_DELETE - Static variable in interface net.jqhome.jwps.data.WPSConstants
 
NO_GUI_CALLS_KEY - Static variable in class net.jqhome.jwps.test.JWPRootTest
 
NO_INI - Static variable in class net.jqhome.jwps.util.IniUtil
Internal value when no system or user ini is used.
NO_NAMECLASH_APPEND - Static variable in interface net.jqhome.jwps.data.WPSConstants
 
NO_NAMECLASH_DIALOG - Static variable in interface net.jqhome.jwps.data.WPSConstants
 
NO_NAMECLASH_RENAME - Static variable in interface net.jqhome.jwps.data.WPSConstants
 
NO_NAMECLASH_REPLACE - Static variable in interface net.jqhome.jwps.data.WPSConstants
 
NUM_CMP_VALUES - Static variable in interface net.jqhome.jwps.data.WPSConstants
 
NUM_FILEDETAILS_FIELDS - Static variable in interface net.jqhome.jwps.data.WPSFileSystemConstants
 
NUM_OBJDETAILS_FIELDS - Static variable in interface net.jqhome.jwps.data.WPSConstants
 

O

ObjectID - Static variable in interface net.jqhome.jwps.JWPConstants
Property key for setting the ID of the object
OBJSTYLE_CUSTOMICON - Static variable in interface net.jqhome.jwps.data.WPSConstants
 
OBJSTYLE_LOCKEDINPLACE - Static variable in interface net.jqhome.jwps.data.WPSConstants
 
OBJSTYLE_NOCOPY - Static variable in interface net.jqhome.jwps.data.WPSConstants
 
OBJSTYLE_NODELETE - Static variable in interface net.jqhome.jwps.data.WPSConstants
 
OBJSTYLE_NODRAG - Static variable in interface net.jqhome.jwps.data.WPSConstants
 
OBJSTYLE_NODROP - Static variable in interface net.jqhome.jwps.data.WPSConstants
 
OBJSTYLE_NODROPON - Static variable in interface net.jqhome.jwps.data.WPSConstants
 
OBJSTYLE_NOLINK - Static variable in interface net.jqhome.jwps.data.WPSConstants
 
OBJSTYLE_NOMOVE - Static variable in interface net.jqhome.jwps.data.WPSConstants
 
OBJSTYLE_NOPRINT - Static variable in interface net.jqhome.jwps.data.WPSConstants
 
OBJSTYLE_NORENAME - Static variable in interface net.jqhome.jwps.data.WPSConstants
 
OBJSTYLE_NOSETTINGS - Static variable in interface net.jqhome.jwps.data.WPSConstants
 
OBJSTYLE_NOTDEFAULTICON - Static variable in interface net.jqhome.jwps.data.WPSConstants
 
OBJSTYLE_NOTVISIBLE - Static variable in interface net.jqhome.jwps.data.WPSConstants
 
OBJSTYLE_TEMPLATE - Static variable in interface net.jqhome.jwps.data.WPSConstants
 
OK - Variable in class net.jqhome.jwps.test.JWPRootTest
 
OK_DELETE - Static variable in interface net.jqhome.jwps.data.WPSConstants
 
OPEN_AUTO - Static variable in interface net.jqhome.jwps.data.WPSConstants
 
OPEN_CONTENTS - Static variable in interface net.jqhome.jwps.data.WPSConstants
 
OPEN_DEFAULT - Static variable in interface net.jqhome.jwps.data.WPSConstants
 
OPEN_DETAILS - Static variable in interface net.jqhome.jwps.data.WPSFileSystemConstants
 
OPEN_DETAILS - Static variable in interface net.jqhome.jwps.data.WPSConstants
 
OPEN_HELP - Static variable in interface net.jqhome.jwps.data.WPSConstants
 
OPEN_PALETTE - Static variable in interface net.jqhome.jwps.data.WPSConstants
 
OPEN_PROMPTDLG - Static variable in interface net.jqhome.jwps.data.WPSConstants
 
OPEN_RUNNING - Static variable in interface net.jqhome.jwps.data.WPSConstants
 
OPEN_SETTINGS - Static variable in interface net.jqhome.jwps.data.WPSConstants
 
OPEN_TREE - Static variable in interface net.jqhome.jwps.data.WPSFileSystemConstants
 
OPEN_TREE - Static variable in interface net.jqhome.jwps.data.WPSConstants
 
OPEN_USER - Static variable in interface net.jqhome.jwps.data.WPSConstants
 
open() - Method in class net.jqhome.jwps.__JWPObject
Opens the object with the default view.
open() - Method in class net.jqhome.jwps.JWPObject
 
open() - Method in class net.jqhome.jwps.util.IniUtil
Opens the file for reading.
open(int, boolean) - Method in class net.jqhome.jwps.__JWPObject
Opens a view of this oject.
open(int, boolean) - Method in class net.jqhome.jwps.JWPObject
Opens a view of the current object.
open(String) - Static method in class net.jqhome.jwps.tools.Util
 
OpenedFolderIconEA - class net.jqhome.jwps.ea.standard.OpenedFolderIconEA.
This EA contains the icon to use for a folder when it is open.
OpenedFolderIconEA() - Constructor for class net.jqhome.jwps.ea.standard.OpenedFolderIconEA
 
OpenedFolderIconEA(RawEA) - Constructor for class net.jqhome.jwps.ea.standard.OpenedFolderIconEA
 
openObject(int, int, boolean) - Static method in class net.jqhome.jwps.JWPUtil
Opens a view of an object.
OR_AWAKE - Static variable in interface net.jqhome.jwps.data.WPSConstants
 
OR_NEW - Static variable in interface net.jqhome.jwps.data.WPSConstants
 
OR_REFERENCE - Static variable in interface net.jqhome.jwps.data.WPSConstants
 
OS2BAIcon - class net.jqhome.jwps.data.OS2BAIcon.
This is an OS/2 icon that consists of just a byte array.
OS2BAIcon(byte[]) - Constructor for class net.jqhome.jwps.data.OS2BAIcon
Creates a new instance of OS2BAIcon
OS2Color - class net.jqhome.jwps.data.OS2Color.
 
OS2Color(boolean) - Constructor for class net.jqhome.jwps.data.OS2Color
 
OS2Color(int) - Constructor for class net.jqhome.jwps.data.OS2Color
 
OS2Color(int, int, int) - Constructor for class net.jqhome.jwps.data.OS2Color
 
OS2FileIcon - class net.jqhome.jwps.data.OS2FileIcon.
 
OS2FileIcon(File) - Constructor for class net.jqhome.jwps.data.OS2FileIcon
 
OS2FileIcon(String) - Constructor for class net.jqhome.jwps.data.OS2FileIcon
Creates a new instance of OS2FileIcon
OS2FontReference - class net.jqhome.jwps.data.OS2FontReference.
 
OS2FontReference(int, String) - Constructor for class net.jqhome.jwps.data.OS2FontReference
 
OS2FontReference(String) - Constructor for class net.jqhome.jwps.data.OS2FontReference
Creates a new instance of OS2FontReference
OS2Icon - interface net.jqhome.jwps.data.OS2Icon.
 
OS2IconMetaClass - class net.jqhome.jwps.data.OS2IconMetaClass.
 
OS2IconMetaClass() - Constructor for class net.jqhome.jwps.data.OS2IconMetaClass
 
OS2Point - class net.jqhome.jwps.data.OS2Point.
Represents an OS2 point as a screen location.
OS2Point(int, int) - Constructor for class net.jqhome.jwps.data.OS2Point
Creates a new instance of OS2Point
OS2Point(Point) - Constructor for class net.jqhome.jwps.data.OS2Point
 
OS2ResourceIcon - class net.jqhome.jwps.data.OS2ResourceIcon.
 
OS2ResourceIcon(int, int) - Constructor for class net.jqhome.jwps.data.OS2ResourceIcon
 

P

pad(String, int) - Method in class net.jqhome.jwps.util.ListEAs.EAStatEntry
 
parseFontString(String) - Method in class net.jqhome.jwps.data.OS2FontReference
 
PARTIAL_FILLFOLDER_SEM_TIMEOUT - Static variable in interface net.jqhome.jwps.data.WPSFileSystemConstants
 
PendingDOMEA - class net.jqhome.jwps.ea.PendingDOMEA.
This class exists for one and only one purpose, to save state during DOM tree parsing, since we need to know various bits of information about the EA being parsed and retain them.
PendingDOMEA() - Constructor for class net.jqhome.jwps.ea.PendingDOMEA
 
PPFONTSTRSIZE - Static variable in interface net.jqhome.jwps.data.WPSFileSystemConstants
 
printEASize(FileEAs) - Method in class net.jqhome.jwps.test.FileEATest
Prints out just the size of the EAs for a file
printEASize(FileEAs, AbstractEA) - Method in class net.jqhome.jwps.test.FileEATest
Prints out the number of bytes from an EA and the size of all the EAs
PrintingAllowed - Static variable in interface net.jqhome.jwps.JWPConstants
Property key for allowing the object to be printed
processDirectory(File, boolean) - Method in class net.jqhome.jwps.util.ListEAs
 
processFile(File) - Method in class net.jqhome.jwps.util.ListEAs
 
PROG_30_STD - Static variable in interface net.jqhome.jwps.data.WPSConstants
 
PROG_30_STDSEAMLESSCOMMON - Static variable in interface net.jqhome.jwps.data.WPSConstants
 
PROG_30_STDSEAMLESSVDM - Static variable in interface net.jqhome.jwps.data.WPSConstants
 
PROG_31_ENH - Static variable in interface net.jqhome.jwps.data.WPSConstants
 
PROG_31_ENHSEAMLESSCOMMON - Static variable in interface net.jqhome.jwps.data.WPSConstants
 
PROG_31_ENHSEAMLESSVDM - Static variable in interface net.jqhome.jwps.data.WPSConstants
 
PROG_31_STD - Static variable in interface net.jqhome.jwps.data.WPSConstants
 
PROG_31_STDSEAMLESSCOMMON - Static variable in interface net.jqhome.jwps.data.WPSConstants
 
PROG_31_STDSEAMLESSVDM - Static variable in interface net.jqhome.jwps.data.WPSConstants
 
PROG_DEFAULT - Static variable in interface net.jqhome.jwps.data.WPSConstants
 
PROG_DLL - Static variable in interface net.jqhome.jwps.data.WPSConstants
 
PROG_DOS_GAME - Static variable in interface net.jqhome.jwps.data.WPSConstants
 
PROG_DOS_MODE - Static variable in interface net.jqhome.jwps.data.WPSConstants
 
PROG_FULLSCREEN - Static variable in interface net.jqhome.jwps.data.WPSConstants
 
PROG_GROUP - Static variable in interface net.jqhome.jwps.data.WPSConstants
 
PROG_PDD - Static variable in interface net.jqhome.jwps.data.WPSConstants
 
PROG_PM - Static variable in interface net.jqhome.jwps.data.WPSConstants
 
PROG_REAL - Static variable in interface net.jqhome.jwps.data.WPSConstants
 
PROG_RESERVED - Static variable in interface net.jqhome.jwps.data.WPSConstants
 
PROG_SEAMLESSCOMMON - Static variable in interface net.jqhome.jwps.data.WPSConstants
 
PROG_SEAMLESSVDM - Static variable in interface net.jqhome.jwps.data.WPSConstants
 
PROG_VDD - Static variable in interface net.jqhome.jwps.data.WPSConstants
 
PROG_VDM - Static variable in interface net.jqhome.jwps.data.WPSConstants
 
PROG_WIN_GAME - Static variable in interface net.jqhome.jwps.data.WPSConstants
 
PROG_WINDOW_AUTO - Static variable in interface net.jqhome.jwps.data.WPSConstants
 
PROG_WINDOW_PROT - Static variable in interface net.jqhome.jwps.data.WPSConstants
 
PROG_WINDOW_REAL - Static variable in interface net.jqhome.jwps.data.WPSConstants
 
PROG_WINDOWABLEVIO - Static variable in interface net.jqhome.jwps.data.WPSConstants
 
PROG_WINDOWEDVDM - Static variable in interface net.jqhome.jwps.data.WPSConstants
 
ProgramDetails - class net.jqhome.jwps.data.ProgramDetails.
 
ProgramDetails() - Constructor for class net.jqhome.jwps.data.ProgramDetails
 
ProgramDetails(int, int, String, String, String, String, StringVector, WindowPosition) - Constructor for class net.jqhome.jwps.data.ProgramDetails
 
put(AbstractEA) - Method in class net.jqhome.jwps.ea.EAHashtable
Puts an AbstractEA into this hashtable using the uppercase name as a key.
putEntry(ListEAs.EAStatEntry) - Method in class net.jqhome.jwps.util.ListEAs.StatsHT
 

Q

QC_FIRST - Static variable in interface net.jqhome.jwps.data.WPSFileSystemConstants
 
QC_LAST - Static variable in interface net.jqhome.jwps.data.WPSFileSystemConstants
 
QC_NEXT - Static variable in interface net.jqhome.jwps.data.WPSFileSystemConstants
 

R

RawEA - class net.jqhome.jwps.ea.RawEA.
 
RawEA(String, boolean, byte[]) - Constructor for class net.jqhome.jwps.ea.RawEA
Constructor that takes the entire byte array as the data.
RawEA(String, boolean, byte[], int, int) - Constructor for class net.jqhome.jwps.ea.RawEA
Constructor that takes a portiion of a byte array as the data.
RC_DROP_DROPCOMPLETE - Static variable in interface net.jqhome.jwps.data.WPSConstants
 
RC_DROP_ITEMCOMPLETE - Static variable in interface net.jqhome.jwps.data.WPSConstants
 
RC_DROP_RENDERING - Static variable in interface net.jqhome.jwps.data.WPSConstants
 
refresh(int) - Method in class net.jqhome.jwps.fs.__JWPFileSystem
Refreshes the indicated view and the file if needed.
refreshFile() - Method in class net.jqhome.jwps.fs.JWPFileSystem
Called whenever there is a possible change to the file, e.g.
registerObjectClass(String, String) - Static method in class net.jqhome.jwps.JWPUtil
Registers a new class with the WPS.
removeAllEAs() - Method in class net.jqhome.jwps.ea.FileEAs
 
removeAllFiles(File) - Method in class net.jqhome.jwps.test.JWPRootTest
 
removeEA(AbstractEA) - Method in class net.jqhome.jwps.ea.FileEAs
Removes a single EA, given the EA.
removeEA(AbstractEA) - Method in class net.jqhome.jwps.fs.__JWPFileSystem
Removes a given EA from this file.
removeEA(String) - Method in class net.jqhome.jwps.ea.FileEAs
Removes a single EA, given its name.
removeEA(String) - Method in class net.jqhome.jwps.fs.__JWPFileSystem
Removes a given EA from this file.
removeEAAt(int) - Method in class net.jqhome.jwps.ea.EAVector
Removes the EA at the given index.
removeEAs(AbstractEA[]) - Method in class net.jqhome.jwps.ea.FileEAs
Removes a list of EAs, passed as an array of AbstractEA objects.
removeEAs(AbstractEA[]) - Method in class net.jqhome.jwps.fs.__JWPFileSystem
Removes a list of a EAs from this file.
removeEAs(EAHashtable) - Method in class net.jqhome.jwps.ea.FileEAs
Removes all the EAs that occur in the given EA hashtable from the file.
removeEAs(Vector) - Method in class net.jqhome.jwps.ea.FileEAs
Removes a list of EAs, passed as a java.util.Vector objects.
removeEAs(Vector) - Method in class net.jqhome.jwps.fs.__JWPFileSystem
Removes a list of a EAs from this file.
removeStringEA(String) - Method in class net.jqhome.jwps.ea.StringMVMT
Removes the first occurrence of an EA with the given value.
removeStringEA(String, boolean) - Method in class net.jqhome.jwps.ea.StringMVMT
Removes a string EA with a given value.
removeType(String) - Method in class net.jqhome.jwps.ea.standard.TypeEA
Removes the given type.
removeType(String) - Method in class net.jqhome.jwps.fs.JWPDataFile
 
RenameAllowed - Static variable in interface net.jqhome.jwps.JWPConstants
Property key for allowing the user to rename the object
replaceEAs(File, File) - Static method in class net.jqhome.jwps.util.EAUtil
Appends the EAs in the eaFile to the dataFile.
replaceObjectClass(String, String, boolean) - Static method in class net.jqhome.jwps.JWPUtil
Replaces a class in the WPS.
report(String) - Method in class net.jqhome.jwps.test.JWPRootTest
Prints message during a test.
report(String, boolean) - Method in class net.jqhome.jwps.test.JWPRootTest
 
report(String, boolean, boolean) - Method in class net.jqhome.jwps.test.JWPRootTest
 
resetSystemIniFiles(String, String) - Static method in class net.jqhome.jwps.util.IniUtil
This method will on the fly change the user and system ini files.
restartSOMDD(boolean) - Static method in class net.jqhome.jwps.JWPUtil
Start or stop the DSOM daemon.
restartWPDServer(boolean) - Static method in class net.jqhome.jwps.JWPUtil
Start or stop the workplace shell DSOM server.
restartWPS() - Static method in class net.jqhome.jwps.JWPUtil
Restarts the WPS.
restartWPS() - Static method in class net.jqhome.jwps.tools.Util
 
RUN_ALL_NATIVE_TESTS_KEY - Static variable in class net.jqhome.jwps.test.JWPRootTest
 
RUN_ALL_OBJECT_TESTS_KEY - Static variable in class net.jqhome.jwps.test.JWPRootTest
 
RUN_ALL_TESTS_KEY - Static variable in class net.jqhome.jwps.test.JWPRootTest
 
RUN_EAUTIL_TESTS_KEY - Static variable in class net.jqhome.jwps.test.JWPRootTest
 
RUN_INIUTIL_TESTS_KEY - Static variable in class net.jqhome.jwps.test.JWPRootTest
 
RUN_JWPFILESYSTEM_TESTS_KEY - Static variable in class net.jqhome.jwps.test.JWPRootTest
 
RUN_JWPFOLDER_TESTS_KEY - Static variable in class net.jqhome.jwps.test.JWPRootTest
 
RUN_JWPOBJECT_TESTS_KEY - Static variable in class net.jqhome.jwps.test.JWPRootTest
 
RUN_JWPPROGRAMFILE_TESTS_KEY - Static variable in class net.jqhome.jwps.test.JWPRootTest
 
RUN_JWPUTIL_TESTS_KEY - Static variable in class net.jqhome.jwps.test.JWPRootTest
 
RUN_NATIVE_JWPFILESYSTEM_TESTS_KEY - Static variable in class net.jqhome.jwps.test.JWPRootTest
 
RUN_NATIVE_JWPFOLDER_TESTS_KEY - Static variable in class net.jqhome.jwps.test.JWPRootTest
 
RUN_NATIVE_JWPOBJECT_TESTS_KEY - Static variable in class net.jqhome.jwps.test.JWPRootTest
 
RUN_NATIVE_JWPPROGRAMFILE_TESTS_KEY - Static variable in class net.jqhome.jwps.test.JWPRootTest
 
RWSTest - class net.jqhome.jwps.service.RWSTest.
 
RWSTest() - Constructor for class net.jqhome.jwps.service.RWSTest
Creates a new instance of RWSTest

S

save(boolean) - Method in class net.jqhome.jwps.__JWPObject
Save the object state.
save(boolean) - Method in class net.jqhome.jwps.JWPObject
 
saveEAs(File, File) - Static method in class net.jqhome.jwps.util.EAUtil
Saves the EAs of the data file to the eaFile.
saveObject(int, boolean) - Static method in class net.jqhome.jwps.JWPUtil
Notifies an object that it should save its state.
say(String) - Static method in class net.jqhome.jwps.__JWPObject
Another method just for debugging.
say(String) - Method in class net.jqhome.jwps.test.JWPRootTest
 
say(String) - Method in class net.jqhome.jwps.util.ListEAs
 
SCALING_FACTOR_MAX - Static variable in class net.jqhome.jwps.data.ImageBackground
OS/2 defined limit.
SCALING_FACTOR_MIN - Static variable in class net.jqhome.jwps.data.ImageBackground
 
SCRATCH_DIRECTORY_KEY - Static variable in class net.jqhome.jwps.test.JWPRootTest
 
SEARCH_ALL_FOLDERS - Static variable in interface net.jqhome.jwps.data.WPSConstants
 
SEARCH_THIS_FOLDER - Static variable in interface net.jqhome.jwps.data.WPSConstants
 
SEARCH_THIS_TREE - Static variable in interface net.jqhome.jwps.data.WPSConstants
 
serialize(EAHashtable, File) - Static method in class net.jqhome.jwps.util.XMLDocumentFactory
Takes an EAHashtable and serializes it to a file.
serialize(EAHashtable, Writer) - Static method in class net.jqhome.jwps.util.XMLDocumentFactory
 
setAllEntryType(int) - Method in class net.jqhome.jwps.ea.MVSTEA
Sets the type of every entry.
setAsDefault() - Method in interface net.jqhome.jwps.views.ViewPropertiesInterface
This makes the current view into the default for this instance.
setAsDefault() - Method in class net.jqhome.jwps.views.SettingsViewProperties
 
setAsDefault() - Method in class net.jqhome.jwps.views.HelpViewProperties
 
setAsDefault() - Method in class net.jqhome.jwps.views.FolderViewProperties
 
setAssociationFilter(StringVector) - Method in class net.jqhome.jwps.abs.__JWPProgram
 
setAssociationFilter(StringVector) - Method in class net.jqhome.jwps.fs.__JWPProgramFile
 
setAssociationTypes(StringVector) - Method in class net.jqhome.jwps.abs.__JWPProgram
 
setAssociationTypes(StringVector) - Method in class net.jqhome.jwps.fs.__JWPProgramFile
 
setAttributes(int) - Method in class net.jqhome.jwps.fs.__JWPFileSystem
 
setBackground(FolderBackgroundInterface) - Method in class net.jqhome.jwps.fs.__JWPFolder
 
setButtonAppearance(int) - Method in class net.jqhome.jwps.__JWPObject
Sets the appearance of the object's frame control button.
setByteArray(String, String, byte[]) - Method in class net.jqhome.jwps.util.IniUtil
Sets a binary array as the value associated with a key.
setByteArrayValue(byte[]) - Method in class net.jqhome.jwps.ea.PendingDOMEA
 
setCodepage(int) - Method in class net.jqhome.jwps.ea.EAVector
Sets the codepage.
setColumnVisible(int, boolean) - Method in class net.jqhome.jwps.views.DetailsViewProperties
 
setConcurrentView(int) - Method in class net.jqhome.jwps.__JWPObject
Sets the concurrent view for the object.
setContainsEAs(boolean) - Method in class net.jqhome.jwps.ea.PendingDOMEA
 
setCritical(boolean) - Method in class net.jqhome.jwps.ea.AbstractEA
 
setCritical(boolean) - Method in class net.jqhome.jwps.ea.standard.VersionEA
 
setCritical(boolean) - Method in class net.jqhome.jwps.ea.standard.TypeEA
 
setCritical(boolean) - Method in class net.jqhome.jwps.ea.standard.SubjectEA
 
setCritical(boolean) - Method in class net.jqhome.jwps.ea.standard.OpenedFolderIconEA
 
setCritical(boolean) - Method in class net.jqhome.jwps.ea.standard.LongnameEA
 
setCritical(boolean) - Method in class net.jqhome.jwps.ea.standard.KeyphrasesEA
 
setCritical(boolean) - Method in class net.jqhome.jwps.ea.standard.IconEA
 
setCritical(boolean) - Method in class net.jqhome.jwps.ea.standard.HistoryEA
 
setCritical(boolean) - Method in class net.jqhome.jwps.ea.standard.CommentsEA
 
setCritical(String) - Method in class net.jqhome.jwps.ea.PendingDOMEA
 
setDefaultView(int) - Method in class net.jqhome.jwps.__JWPObject
Sets the default view for this object.
setDetailsClassname(String) - Method in class net.jqhome.jwps.views.DetailsViewProperties
 
setDetailsColumnVisible(int, boolean) - Method in class net.jqhome.jwps.fs.__JWPFolder
 
setEA(AbstractEA) - Method in class net.jqhome.jwps.ea.FileEAs
 
setEA(AbstractEA) - Method in class net.jqhome.jwps.fs.__JWPFileSystem
Sets a single EA.
setEA(AbstractEA) - Method in class net.jqhome.jwps.fs.JWPFileSystem
Sets the value of a single EA.
setEAs(AbstractEA[]) - Method in class net.jqhome.jwps.ea.FileEAs
This will not set bad EAs.
setEAs(AbstractEA[]) - Method in class net.jqhome.jwps.fs.__JWPFileSystem
Sets a list of EAs.
setEAs(AbstractEA[], boolean) - Method in class net.jqhome.jwps.ea.FileEAs
Sets a list of EAs, given as an array of AbstractEA objects.
setEAs(EAHashtable) - Method in class net.jqhome.jwps.ea.FileEAs
Default is to not set bad EAs
setEAs(EAHashtable, boolean) - Method in class net.jqhome.jwps.ea.FileEAs
Sets the EAs from the hashtable.
setEAs(Vector) - Method in class net.jqhome.jwps.ea.FileEAs
Default is to not set bad EAs
setEAs(Vector) - Method in class net.jqhome.jwps.fs.__JWPFileSystem
Sets a list of EAs.
setEAs(Vector, boolean) - Method in class net.jqhome.jwps.ea.FileEAs
Sets a list of EAs, given as a java.util.Vector.
setEncodingType(String) - Method in class net.jqhome.jwps.ea.PendingDOMEA
 
setEnvironmentStrings(StringVector) - Method in class net.jqhome.jwps.data.ProgramDetails
 
setExecutable(String) - Method in class net.jqhome.jwps.data.ProgramDetails
 
setFactory(EAFactory) - Static method in class net.jqhome.jwps.ea.EAFactory
Setter for the EAFactory or subclass thereof to use.
setFlowed(boolean) - Method in class net.jqhome.jwps.views.IconViewProperties
 
setFolderAttributes(int, int) - Method in class net.jqhome.jwps.fs.__JWPFolder
 
setFolderFont(int, OS2FontReference) - Method in class net.jqhome.jwps.fs.__JWPFolder
 
setFont(OS2FontReference) - Method in class net.jqhome.jwps.views.FolderViewProperties
 
setHideIcons(boolean) - Method in class net.jqhome.jwps.views.TreeViewProperties
 
setHideIcons(boolean) - Method in class net.jqhome.jwps.views.IconViewProperties
 
setIcon(OS2Icon) - Method in class net.jqhome.jwps.__JWPObject
Since OS2 overloads the icon structure internally, there is really no good way to tell what the type of the icon is.
setIcon(OS2Icon) - Method in class net.jqhome.jwps.JWPObject
 
setIcon(String, OS2Icon) - Static method in class net.jqhome.jwps.JWPUtil
Sets the icon for a file.
setIconFileName(String) - Method in class net.jqhome.jwps.data.ProgramDetails
 
setIconTextBackgroundColor(OS2Color) - Method in class net.jqhome.jwps.fs.__JWPFolder
 
setIconTextColor(OS2Color) - Method in class net.jqhome.jwps.views.FolderViewProperties
 
setIconTextColor(OS2Color, int, boolean) - Method in class net.jqhome.jwps.fs.__JWPFolder
 
setIconTextVisibility(int) - Method in class net.jqhome.jwps.views.FolderViewProperties
 
setIconTextVisiblity(int, int) - Method in class net.jqhome.jwps.fs.__JWPFolder
 
setIconToDefault() - Method in class net.jqhome.jwps.__JWPObject
Sets the icon for this object to be the same as the default for the class
setIconToDefault() - Method in class net.jqhome.jwps.JWPObject
 
setInsertBehindWindowHandle(int) - Method in class net.jqhome.jwps.data.WindowPosition
 
setJWPFolder(JWPFolder) - Method in class net.jqhome.jwps.views.FolderViewProperties
 
setLines(boolean) - Method in class net.jqhome.jwps.views.TreeViewProperties
 
setMenubarVisibility(int) - Method in class net.jqhome.jwps.fs.__JWPFolder
 
setMiniIcons(boolean) - Method in class net.jqhome.jwps.views.FolderViewProperties
 
setMinWindow(int) - Method in class net.jqhome.jwps.__JWPObject
Sets the minimized window behavior for the object Value values for the argument are WPSConstants.MINWIN_DEFAULT – System default.
setName(String) - Method in class net.jqhome.jwps.ea.PendingDOMEA
 
setName(String) - Method in class net.jqhome.jwps.ea.AbstractEA
The name of the EA.
setObjectID(String) - Method in class net.jqhome.jwps.__JWPObject
 
setOptions(int) - Method in class net.jqhome.jwps.data.WindowPosition
 
setOriginX(int) - Method in class net.jqhome.jwps.data.WindowPosition
 
setOriginY(int) - Method in class net.jqhome.jwps.data.WindowPosition
 
setParameters(String) - Method in class net.jqhome.jwps.data.ProgramDetails
 
setProgramCategory(int) - Method in class net.jqhome.jwps.data.ProgramDetails
 
setProgramDetails(ProgramDetails) - Method in class net.jqhome.jwps.abs.__JWPProgram
 
setProgramDetails(ProgramDetails) - Method in class net.jqhome.jwps.fs.__JWPProgramFile
 
setProperty(int, boolean) - Method in class net.jqhome.jwps.JWPObject
Sets integer properties.
setProperty(int, boolean) - Method in class net.jqhome.jwps.fs.JWPFolder
 
setProperty(int, int) - Method in class net.jqhome.jwps.JWPObject
 
setProperty(int, Object) - Method in class net.jqhome.jwps.JWPObject
This sets the properties for a WPS object.
setSetupString(int, String) - Static method in class net.jqhome.jwps.JWPUtil
Passes a setup string (see the workplace shell reference).
setSetupString(String) - Method in class net.jqhome.jwps.__JWPObject
Sets the setup string for this object.
setShadowTextColor(OS2Color) - Method in class net.jqhome.jwps.views.FolderViewProperties
 
setShadowTextColor(OS2Color, int, boolean) - Method in class net.jqhome.jwps.fs.__JWPFolder
 
setSortAttributeAvailable(int, boolean) - Method in class net.jqhome.jwps.fs.__JWPFolder
 
setSortAttributeAvailable(int, boolean) - Method in class net.jqhome.jwps.views.DetailsViewProperties
 
setStartupDirectory(String) - Method in class net.jqhome.jwps.data.ProgramDetails
 
setString(String, String, String) - Method in class net.jqhome.jwps.util.IniUtil
Sets the valud of a string for a given application and key.
setStringValue(String) - Method in class net.jqhome.jwps.ea.PendingDOMEA
 
setStyle(int) - Method in class net.jqhome.jwps.__JWPObject
Sets the style for the object.
setStyleBit(int, boolean) - Method in class net.jqhome.jwps.__JWPObject
Sets a single bit which corresponds to a property for this object.
SETTINGS - Static variable in interface net.jqhome.jwps.JWPConstants
For objects whose settings that refer to their setting notebook
SettingsAllowed - Static variable in interface net.jqhome.jwps.JWPConstants
Property key for allowing the user to display the settings notebook for the object
SettingsViewProperties - class net.jqhome.jwps.views.SettingsViewProperties.
Represents the properties of the settings notebook.
SettingsViewProperties(JWPObject) - Constructor for class net.jqhome.jwps.views.SettingsViewProperties
 
setTitle(String) - Method in class net.jqhome.jwps.__JWPObject
Sets the title for the object.
setTitle(String) - Method in class net.jqhome.jwps.JWPObject
 
setTitle(String) - Method in class net.jqhome.jwps.data.ProgramDetails
 
setType(int) - Method in class net.jqhome.jwps.ea.AbstractEA
Sets the type of the EA.
setType(String) - Method in class net.jqhome.jwps.ea.PendingDOMEA
 
setType(String) - Method in class net.jqhome.jwps.fs.__JWPFileSystem
 
setTypeEA(TypeEA) - Method in class net.jqhome.jwps.fs.JWPDataFile
 
setTypeVector(StringVector) - Method in class net.jqhome.jwps.fs.__JWPFileSystem
A convenience method.
setUp() - Method in class net.jqhome.jwps.test.JWPRoot__ObjectTest
 
setUp() - Method in class net.jqhome.jwps.test.JWPRootTest
This checks that the file and directory are ok and opens the directory so you can watch the test.
setUseGlobalColor(boolean) - Method in class net.jqhome.jwps.data.OS2Color
 
setValue(byte[]) - Method in class net.jqhome.jwps.ea.ByteArrayEA
 
setValue(File) - Method in class net.jqhome.jwps.ea.StringEA
Reads in the value of a file and sets the value from that.
setValue(File) - Method in class net.jqhome.jwps.ea.ByteArrayEA
Reads in the value of a file and sets the value from that.
setValue(File, String) - Method in class net.jqhome.jwps.ea.StringEA
Reads in the value of a file and sets the value from that.
setValue(String) - Method in class net.jqhome.jwps.ea.StringEA
Sets the value of the EA.
setVisibility(int) - Method in class net.jqhome.jwps.data.ProgramDetails
 
setWarnBeforeStart(boolean) - Method in class net.jqhome.jwps.fs.__JWPProgramFile
 
setWindowHandle(int) - Method in class net.jqhome.jwps.data.WindowPosition
 
setWindowHeight(int) - Method in class net.jqhome.jwps.data.WindowPosition
 
setWindowPosition(WindowPosition) - Method in class net.jqhome.jwps.data.ProgramDetails
 
setWindowWidth(int) - Method in class net.jqhome.jwps.data.WindowPosition
 
ShadowAllowed - Static variable in interface net.jqhome.jwps.JWPConstants
Property key for allowing the user to make shadows of the object
SHE_INVISIBLE - Static variable in interface net.jqhome.jwps.data.WPSConstants
 
SHE_PROTECTED - Static variable in interface net.jqhome.jwps.data.WPSConstants
 
SHE_RESERVED - Static variable in interface net.jqhome.jwps.data.WPSConstants
 
SHE_UNPROTECTED - Static variable in interface net.jqhome.jwps.data.WPSConstants
 
SHE_VISIBLE - Static variable in interface net.jqhome.jwps.data.WPSConstants
 
ShowActionProgress - Static variable in interface net.jqhome.jwps.JWPConstants
 
showPopup() - Method in class net.jqhome.jwps.JWPObject
Shows the popup menu for this object at the current cursor location.
shutdown() - Static method in class net.jqhome.jwps.tools.Util
 
shutdownSystem() - Static method in class net.jqhome.jwps.JWPUtil
Shuts down the system and issues a commands to save data then close to all running applications.
SimpleHeaderParser - class net.jqhome.jwps.tools.SimpleHeaderParser.
This is a really stoopid parser to look through .h files and pull out all possible numeric constants.
SimpleHeaderParser() - Constructor for class net.jqhome.jwps.tools.SimpleHeaderParser
Creates a new instance of SimpleHeaderParser
size() - Method in class net.jqhome.jwps.ea.PendingDOMEA
 
size() - Method in class net.jqhome.jwps.ea.EAVector
The number of elements in this vector.
size() - Method in class net.jqhome.jwps.ea.EAHashtable
A count of the number of elements in this hashtable.
SORTBY_SUPPORTED - Static variable in interface net.jqhome.jwps.data.WPSConstants
 
STDNOTEBOOKHEIGHT - Static variable in interface net.jqhome.jwps.data.WPSConstants
 
STDNOTEBOOKWIDTH - Static variable in interface net.jqhome.jwps.data.WPSConstants
 
StringEA - class net.jqhome.jwps.ea.StringEA.
One of the basic Java EA types.
StringEA() - Constructor for class net.jqhome.jwps.ea.StringEA
 
StringEA(RawEA) - Constructor for class net.jqhome.jwps.ea.StringEA
 
StringEA(String) - Constructor for class net.jqhome.jwps.ea.StringEA
 
StringEA(String, byte[], int, int) - Constructor for class net.jqhome.jwps.ea.StringEA
Creates a new stringEA from a byte array.
StringEA(String, String) - Constructor for class net.jqhome.jwps.ea.StringEA
 
StringEA(String, String, int, boolean) - Constructor for class net.jqhome.jwps.ea.StringEA
 
StringMVMT - class net.jqhome.jwps.ea.StringMVMT.
Used for MVMTs that only allow for String values, such as keyphrases.
StringMVMT() - Constructor for class net.jqhome.jwps.ea.StringMVMT
The default constructor
StringMVMT(RawEA) - Constructor for class net.jqhome.jwps.ea.StringMVMT
This is used chiefly by EAFactory for creating an EA in native calls.
StringMVMT(String) - Constructor for class net.jqhome.jwps.ea.StringMVMT
Makes a new instance, setting the name.
SUBDIRECTORY_NAME - Static variable in class net.jqhome.jwps.test.JWPRootTest
 
SubjectEA - class net.jqhome.jwps.ea.standard.SubjectEA.
This EA gives a short summary of the content or purpose of the file for the user.
SubjectEA() - Constructor for class net.jqhome.jwps.ea.standard.SubjectEA
 
SubjectEA(RawEA) - Constructor for class net.jqhome.jwps.ea.standard.SubjectEA
 
SubjectEA(String) - Constructor for class net.jqhome.jwps.ea.standard.SubjectEA
 
suite() - Static method in class net.jqhome.jwps.test.JWP__ProgramFileTest
 
suite() - Static method in class net.jqhome.jwps.test.JWP__ObjectTest
 
suite() - Static method in class net.jqhome.jwps.test.JWP__FolderTest
 
suite() - Static method in class net.jqhome.jwps.test.JWP__FileSystemTest
 
suite() - Static method in class net.jqhome.jwps.test.JWPUtilTest
 
suite() - Static method in class net.jqhome.jwps.test.JWPTestSuite
suite method automatically generated by JUnit module
suite() - Static method in class net.jqhome.jwps.test.JWPRoot__ObjectTest
 
suite() - Static method in class net.jqhome.jwps.test.JWPRootTest
 
suite() - Static method in class net.jqhome.jwps.test.JWPRootObjectTest
 
suite() - Static method in class net.jqhome.jwps.test.JWPObjectTest
 
suite() - Static method in class net.jqhome.jwps.test.IniUtilTest
 
suite() - Static method in class net.jqhome.jwps.test.FileEATest
 
switchToView(int) - Method in class net.jqhome.jwps.__JWPObject
Switches focus to a given open view of the object.
switchToView(int) - Method in class net.jqhome.jwps.JWPObject
 
SWP_DRAWFRAME - Static variable in interface net.jqhome.jwps.data.WPSConstants
 
SWP_FRAMECHANGED - Static variable in interface net.jqhome.jwps.data.WPSConstants
 
SWP_HIDEWINDOW - Static variable in interface net.jqhome.jwps.data.WPSConstants
 
SWP_NOACTIVATE - Static variable in interface net.jqhome.jwps.data.WPSConstants
 
SWP_NOCOPYBITS - Static variable in interface net.jqhome.jwps.data.WPSConstants
 
SWP_NOMOVE - Static variable in interface net.jqhome.jwps.data.WPSConstants
 
SWP_NOOWNERZORDER - Static variable in interface net.jqhome.jwps.data.WPSConstants
 
SWP_NOREDRAW - Static variable in interface net.jqhome.jwps.data.WPSConstants
 
SWP_NOREPOSITION - Static variable in interface net.jqhome.jwps.data.WPSConstants
 
SWP_NOSIZE - Static variable in interface net.jqhome.jwps.data.WPSConstants
 
SWP_NOZORDER - Static variable in interface net.jqhome.jwps.data.WPSConstants
 
SWP_SHOWWINDOW - Static variable in interface net.jqhome.jwps.data.WPSConstants
 
SYSTEM_DEFAULT - Static variable in interface net.jqhome.jwps.JWPConstants
For objects whose settings that refer to the system default
SYSTEM_INI - Static variable in class net.jqhome.jwps.util.IniUtil
Use when you want only the system ini (normally with some name like os2.ini) to be used.

T

TEST_DSOM_KEY - Static variable in class net.jqhome.jwps.test.JWPRootTest
 
TEST_FILE_KEY - Static variable in class net.jqhome.jwps.test.JWPRootTest
 
TEST_LOCKUP_KEY - Static variable in class net.jqhome.jwps.test.JWPRootTest
 
TEST_UNLOCK_KEY - Static variable in class net.jqhome.jwps.test.JWPRootTest
 
TEST_UNLOCK_PASSWORD_KEY - Static variable in class net.jqhome.jwps.test.JWPRootTest
 
testAppDelete() - Method in class net.jqhome.jwps.test.IniUtilTest
 
testAssociationFilter() - Method in class net.jqhome.jwps.test.JWP__ProgramFileTest
 
testAssociationType() - Method in class net.jqhome.jwps.test.JWP__ProgramFileTest
 
testAttributes() - Method in class net.jqhome.jwps.test.JWP__FileSystemTest
 
testBadAppAccess() - Method in class net.jqhome.jwps.test.IniUtilTest
 
testBadKeyAccess() - Method in class net.jqhome.jwps.test.IniUtilTest
 
testBadName() - Method in class net.jqhome.jwps.test.FileEATest
 
testBigEA() - Method in class net.jqhome.jwps.test.FileEATest
 
testBinaryEA() - Method in class net.jqhome.jwps.test.FileEATest
 
testBinaryEAXML() - Method in class net.jqhome.jwps.test.FileEATest
 
testBooleanProperties() - Method in class net.jqhome.jwps.test.JWPObjectTest
 
testBothIniAccess() - Method in class net.jqhome.jwps.test.IniUtilTest
 
testColumnVisibility() - Method in class net.jqhome.jwps.test.JWP__FolderTest
 
testComments() - Method in class net.jqhome.jwps.test.FileEATest
 
testCopy() - Method in class net.jqhome.jwps.test.JWP__ObjectTest
 
testCopy() - Method in class net.jqhome.jwps.test.JWPObjectTest
 
testCopyObject() - Method in class net.jqhome.jwps.test.JWPUtilTest
 
testCreateAnother() - Method in class net.jqhome.jwps.test.JWP__ObjectTest
 
testCreateAnother() - Method in class net.jqhome.jwps.test.JWPObjectTest
 
testCreateFromTemplate() - Method in class net.jqhome.jwps.test.JWP__ObjectTest
 
testCreateFromTemplate() - Method in class net.jqhome.jwps.test.JWPObjectTest
 
testCreateObject() - Method in class net.jqhome.jwps.test.JWPUtilTest
 
testCreateShadow() - Method in class net.jqhome.jwps.test.JWP__ObjectTest
 
testCreateShadow() - Method in class net.jqhome.jwps.test.JWPUtilTest
 
testCreateShadow() - Method in class net.jqhome.jwps.test.JWPObjectTest
 
testCriticalEA() - Method in class net.jqhome.jwps.test.FileEATest
 
testCustomIniByteAccess() - Method in class net.jqhome.jwps.test.IniUtilTest
 
testCustomIniStringAccess() - Method in class net.jqhome.jwps.test.IniUtilTest
 
testDefaultView() - Method in class net.jqhome.jwps.test.JWP__ObjectTest
 
testDeregisterClass() - Method in class net.jqhome.jwps.test.JWPUtilTest
 
testDesktop() - Method in class net.jqhome.jwps.test.JWP__ObjectTest
 
testDesktop() - Method in class net.jqhome.jwps.test.JWPObjectTest
 
testDestroyObject() - Method in class net.jqhome.jwps.test.JWPUtilTest
 
testDoesObjectExist() - Method in class net.jqhome.jwps.test.JWPUtilTest
 
testEASize() - Method in class net.jqhome.jwps.test.FileEATest
 
testEnumerateClasses() - Method in class net.jqhome.jwps.test.JWPUtilTest
 
testFolderBackground() - Method in class net.jqhome.jwps.test.JWP__FolderTest
 
testFolderFont() - Method in class net.jqhome.jwps.test.JWP__FolderTest
 
testGetActiveDesktopPath() - Method in class net.jqhome.jwps.test.JWPUtilTest
 
testGetAllEAs() - Method in class net.jqhome.jwps.test.FileEATest
 
testGetClassTypeList() - Method in class net.jqhome.jwps.test.JWP__FileSystemTest
 
testGetCreationDate() - Method in class net.jqhome.jwps.test.JWP__FileSystemTest
 
testGetEASize() - Method in class net.jqhome.jwps.test.JWP__FileSystemTest
 
testGetHandle() - Method in class net.jqhome.jwps.test.JWPUtilTest
 
testGetIcon() - Method in class net.jqhome.jwps.test.JWP__ObjectTest
 
testGetIcon() - Method in class net.jqhome.jwps.test.JWPObjectTest
 
testGetInstanceClass() - Method in class net.jqhome.jwps.test.JWP__FileSystemTest
 
testGetInstanceFilterList() - Method in class net.jqhome.jwps.test.JWP__FileSystemTest
 
testGetObjectPath() - Method in class net.jqhome.jwps.test.JWPUtilTest
 
testGetSystemIniFileNames() - Method in class net.jqhome.jwps.test.IniUtilTest
 
testGetType() - Method in class net.jqhome.jwps.test.JWP__FileSystemTest
 
testHistory() - Method in class net.jqhome.jwps.test.FileEATest
 
testHomogeneityOfMVSTEA() - Method in class net.jqhome.jwps.test.FileEATest
 
testIcon() - Method in class net.jqhome.jwps.test.FileEATest
 
testIconBackgroundTextColor() - Method in class net.jqhome.jwps.test.JWP__FolderTest
 
testIconTextColor() - Method in class net.jqhome.jwps.test.JWP__FolderTest
 
testIconTextVisibility() - Method in class net.jqhome.jwps.test.JWP__FolderTest
 
testIdToPath() - Method in class net.jqhome.jwps.test.JWPUtilTest
 
testIniFile - Static variable in class net.jqhome.jwps.test.IniUtilTest
 
testIntProperties() - Method in class net.jqhome.jwps.test.JWPObjectTest
 
testKeyDelete() - Method in class net.jqhome.jwps.test.IniUtilTest
 
testKeyphrases() - Method in class net.jqhome.jwps.test.FileEATest
 
testListEAs() - Method in class net.jqhome.jwps.test.FileEATest
 
testListObjectHandles() - Method in class net.jqhome.jwps.test.JWP__FolderTest
 
testLockupSystem() - Method in class net.jqhome.jwps.test.JWPUtilTest
 
testLongname() - Method in class net.jqhome.jwps.test.FileEATest
 
testLongNamedEA() - Method in class net.jqhome.jwps.test.FileEATest
 
testLotsOfEAs() - Method in class net.jqhome.jwps.test.FileEATest
 
testMenubarVisibility() - Method in class net.jqhome.jwps.test.JWP__FolderTest
 
testMove() - Method in class net.jqhome.jwps.test.JWP__ObjectTest
 
testMove() - Method in class net.jqhome.jwps.test.JWPObjectTest
 
testMoveObject() - Method in class net.jqhome.jwps.test.JWPUtilTest
 
testMVMTEA() - Method in class net.jqhome.jwps.test.FileEATest
 
testMVMTEAXML() - Method in class net.jqhome.jwps.test.FileEATest
 
testMVSTEA() - Method in class net.jqhome.jwps.test.FileEATest
 
testMVSTEAXML() - Method in class net.jqhome.jwps.test.FileEATest
 
testNestedMVMTEA() - Method in class net.jqhome.jwps.test.FileEATest
 
testNestedMVSTEA() - Method in class net.jqhome.jwps.test.FileEATest
 
testOpen() - Method in class net.jqhome.jwps.test.JWPUtilTest
 
testOpenedFolderIcon() - Method in class net.jqhome.jwps.test.FileEATest
 
testOpenHideClose() - Method in class net.jqhome.jwps.test.JWP__ObjectTest
 
testProgramDetails() - Method in class net.jqhome.jwps.test.JWP__ProgramFileTest
 
testProperties() - Method in class net.jqhome.jwps.test.JWP__ObjectTest
 
testRemoveAnEA() - Method in class net.jqhome.jwps.test.FileEATest
 
testSetSetupString() - Method in class net.jqhome.jwps.test.JWPUtilTest
 
testShadowTextColor() - Method in class net.jqhome.jwps.test.JWP__FolderTest
 
testShortName() - Method in class net.jqhome.jwps.test.FileEATest
OS2 does let you have one unnamed EA.
testSOMDD() - Method in class net.jqhome.jwps.test.JWPUtilTest
 
testSortAttrbuteAvailable() - Method in class net.jqhome.jwps.test.JWP__FolderTest
 
testStandardEA(AbstractEA) - Method in class net.jqhome.jwps.test.FileEATest
 
testStringEA() - Method in class net.jqhome.jwps.test.FileEATest
 
testStringEAXML() - Method in class net.jqhome.jwps.test.FileEATest
 
testStringMVMTStandardEA(StringMVMT) - Method in class net.jqhome.jwps.test.FileEATest
 
testStringProperties() - Method in class net.jqhome.jwps.test.JWPObjectTest
 
testSubject() - Method in class net.jqhome.jwps.test.FileEATest
 
testSwitchToView() - Method in class net.jqhome.jwps.test.JWP__ObjectTest
 
testSystemIniAccess() - Method in class net.jqhome.jwps.test.IniUtilTest
 
testTooBigEA() - Method in class net.jqhome.jwps.test.FileEATest
 
testType() - Method in class net.jqhome.jwps.test.FileEATest
 
testUnnamedEA() - Method in class net.jqhome.jwps.test.FileEATest
 
testUserIniAccess() - Method in class net.jqhome.jwps.test.IniUtilTest
 
testVersion() - Method in class net.jqhome.jwps.test.FileEATest
 
testWaitForWPS() - Method in class net.jqhome.jwps.test.JWPUtilTest
 
testWarnBeforeStart() - Method in class net.jqhome.jwps.test.JWP__ProgramFileTest
 
testWPDServer() - Method in class net.jqhome.jwps.test.JWPUtilTest
 
testXMLSerialization() - Method in class net.jqhome.jwps.test.FileEATest
 
Title - Static variable in interface net.jqhome.jwps.JWPConstants
Property key for setting the title of the object
TITLEBARICONS_DEFAULT - Static variable in interface net.jqhome.jwps.data.WPSFileSystemConstants
 
TITLEBARICONS_OFF - Static variable in interface net.jqhome.jwps.data.WPSFileSystemConstants
 
TITLEBARICONS_ON - Static variable in interface net.jqhome.jwps.data.WPSFileSystemConstants
 
toJavaPoint() - Method in class net.jqhome.jwps.data.OS2Point
Converts this point to a Java point, i.e. converts it.
toRawEA() - Method in class net.jqhome.jwps.ea.StringEA
 
toRawEA() - Method in class net.jqhome.jwps.ea.MVMTEA
Converts this into a wrappered byte array.
toRawEA() - Method in class net.jqhome.jwps.ea.ByteArrayEA
 
toRawEA() - Method in class net.jqhome.jwps.ea.BadEA
 
toRawEA() - Method in class net.jqhome.jwps.ea.AbstractEA
This method will take the EA and turn it into a Raw EA, that is, one that is almost directly storable in OS2.
toString() - Method in class net.jqhome.jwps.__JWPObject
A short report on this object, suitable for debugging.
toString() - Method in class net.jqhome.jwps.JWPObject
 
toString() - Method in class net.jqhome.jwps.Identifier
A report on this object.
toString() - Method in class net.jqhome.jwps.data.WindowPosition
 
toString() - Method in class net.jqhome.jwps.data.ProgramDetails
 
toString() - Method in class net.jqhome.jwps.data.OS2FontReference
 
toString() - Method in class net.jqhome.jwps.data.OS2Color
 
toString() - Method in class net.jqhome.jwps.data.ImageBackground
 
toString() - Method in class net.jqhome.jwps.data.ColorBackground
 
toString() - Method in class net.jqhome.jwps.ea.StringEA
A report on this EA.
toString() - Method in class net.jqhome.jwps.ea.RawEA
Returns a report on this object
toString() - Method in class net.jqhome.jwps.ea.MVSTEA
A report on this object.
toString() - Method in class net.jqhome.jwps.ea.MVMTEA
A report on the contents of this EA.
toString() - Method in class net.jqhome.jwps.ea.EAVector
A report on the contents of this list.
toString() - Method in class net.jqhome.jwps.ea.EAHashtable
A report on the contents of this hashtable.
toString() - Method in class net.jqhome.jwps.ea.ByteArrayEA
 
toString() - Method in class net.jqhome.jwps.util.ListEAs.StatsHT
 
toString() - Method in class net.jqhome.jwps.util.ListEAs.EAStatEntry
 
toString() - Method in class net.jqhome.jwps.util.ListEAs.EAStatRecord
 
toXML(Node) - Method in class net.jqhome.jwps.ea.StringEA
 
toXML(Node) - Method in class net.jqhome.jwps.ea.EAVector
Converts this EA (and its sub-EAs) into XML and puts them in the node.
toXML(Node) - Method in class net.jqhome.jwps.ea.ByteArrayEA
 
toXML(Node) - Method in class net.jqhome.jwps.ea.AbstractEA
This method will serialize this EA as a node.
TreeViewProperties - class net.jqhome.jwps.views.TreeViewProperties.
 
TreeViewProperties(JWPFolder) - Constructor for class net.jqhome.jwps.views.TreeViewProperties
 
TRUE - Static variable in interface net.jqhome.jwps.JWPConstants
An integer constant representing true which is used in setting various properties
typeAssemblerCode - Static variable in interface net.jqhome.jwps.JWPConstants
Association type for a file containing assembly language source code
typeBasicCode - Static variable in interface net.jqhome.jwps.JWPConstants
Association type for a file containing Basci source code
typeBinaryData - Static variable in interface net.jqhome.jwps.JWPConstants
Association type for binary data
typeBitmap - Static variable in interface net.jqhome.jwps.JWPConstants
Association type for an OS/2 bitmap
typeCCode - Static variable in interface net.jqhome.jwps.JWPConstants
Association type for a file containing C source code
typeCobolCode - Static variable in interface net.jqhome.jwps.JWPConstants
Association type for a file containing COBOL source code
typeDosCommandFile - Static variable in interface net.jqhome.jwps.JWPConstants
Association type for a DOS command file (.bat is usual extension)
typeDynamicLinkLibrary - Static variable in interface net.jqhome.jwps.JWPConstants
Association type for a dynalic link library (DLL)
TypeEA - class net.jqhome.jwps.ea.standard.TypeEA.
Here is a place where EAs really shine.
TypeEA() - Constructor for class net.jqhome.jwps.ea.standard.TypeEA
 
TypeEA(RawEA) - Constructor for class net.jqhome.jwps.ea.standard.TypeEA
 
typeExecutable - Static variable in interface net.jqhome.jwps.JWPConstants
Association type for and executable file
typeFortranCode - Static variable in interface net.jqhome.jwps.JWPConstants
Association type for a file containing Fortrain source code
typeIcon - Static variable in interface net.jqhome.jwps.JWPConstants
Association type for an OS/2 icon
typeJavaCode - Static variable in interface net.jqhome.jwps.JWPConstants
Association type for a file containing Java source code
typeLibrary - Static variable in interface net.jqhome.jwps.JWPConstants
Association type for a finle containing a library
typeMetafile - Static variable in interface net.jqhome.jwps.JWPConstants
Association type for a metafile
typeObjectCode - Static variable in interface net.jqhome.jwps.JWPConstants
Association type for a file containing object code
typeOS2CommandFile - Static variable in interface net.jqhome.jwps.JWPConstants
Association type for an OS/2 command file (.cmd is usual extension)
typePascalCode - Static variable in interface net.jqhome.jwps.JWPConstants
Association type for a file containing Pascal source code
typePlainText - Static variable in interface net.jqhome.jwps.JWPConstants
Association type for plain text
typeResourceFile - Static variable in interface net.jqhome.jwps.JWPConstants
Association type for a resource file

U

unlockObject() - Method in class net.jqhome.jwps.__JWPObject
 
unlockSystem(String) - Static method in class net.jqhome.jwps.JWPUtil
This will unlock the system.
update(int) - Method in class net.jqhome.jwps.util.ListEAs.EAStatRecord
 
update(int, int) - Method in class net.jqhome.jwps.util.ListEAs.EAStatEntry
 
updateEntry(AbstractEA) - Method in class net.jqhome.jwps.util.ListEAs.StatsHT
 
updateEntry(String, int, int) - Method in class net.jqhome.jwps.util.ListEAs.StatsHT
 
USAGE_BACKGROUNDBMP - Static variable in interface net.jqhome.jwps.data.WPSConstants
 
USAGE_LINK - Static variable in interface net.jqhome.jwps.data.WPSConstants
 
USAGE_MEMORY - Static variable in interface net.jqhome.jwps.data.WPSConstants
 
USAGE_NOTIFY - Static variable in interface net.jqhome.jwps.data.WPSConstants
 
USAGE_OPENFILE - Static variable in interface net.jqhome.jwps.data.WPSConstants
 
USAGE_OPENVIEW - Static variable in interface net.jqhome.jwps.data.WPSConstants
 
USAGE_RECORD - Static variable in interface net.jqhome.jwps.data.WPSConstants
 
usage() - Static method in class net.jqhome.jwps.tools.SimpleHeaderParser
 
usage() - Method in class net.jqhome.jwps.util.ListEAs
 
usage() - Static method in class net.jqhome.jwps.util.EAUtil
 
USE_GLOBAL_COLOR - Static variable in interface net.jqhome.jwps.data.WPSFileSystemConstants
 
USE_GLOBAL_VISIBILITY - Static variable in interface net.jqhome.jwps.data.WPSFileSystemConstants
 
useGlobalColor() - Method in class net.jqhome.jwps.data.OS2Color
 
useLines() - Method in class net.jqhome.jwps.views.TreeViewProperties
 
USER_INI - Static variable in class net.jqhome.jwps.util.IniUtil
 
Util - class net.jqhome.jwps.tools.Util.
A simple command line tool.
Util() - Constructor for class net.jqhome.jwps.tools.Util
 

V

valueSize() - Method in class net.jqhome.jwps.ea.StringEA
 
valueSize() - Method in class net.jqhome.jwps.ea.MVMTEA
 
valueSize() - Method in class net.jqhome.jwps.ea.ByteArrayEA
 
valueSize() - Method in class net.jqhome.jwps.ea.AbstractEA
This computes the total number of bytes in the actual value of this EA.
VersionEA - class net.jqhome.jwps.ea.standard.VersionEA.
This gives the version of the object.
VersionEA() - Constructor for class net.jqhome.jwps.ea.standard.VersionEA
 
VersionEA(RawEA) - Constructor for class net.jqhome.jwps.ea.standard.VersionEA
 
VIEW_CONTENTS - Static variable in interface net.jqhome.jwps.data.WPSConstants
 
VIEW_DETAILS - Static variable in interface net.jqhome.jwps.data.WPSConstants
 
VIEW_HELP - Static variable in interface net.jqhome.jwps.data.WPSConstants
 
VIEW_RUNNING - Static variable in interface net.jqhome.jwps.data.WPSConstants
 
VIEW_SETTINGS - Static variable in interface net.jqhome.jwps.data.WPSConstants
 
VIEW_TREE - Static variable in interface net.jqhome.jwps.data.WPSConstants
 
VIEWER - Static variable in interface net.jqhome.jwps.JWPConstants
For objects whose settings that refer to the minimized window viewer
ViewOpenAndRun - Static variable in interface net.jqhome.jwps.JWPConstants
Execute the JWPProgram or JWPProgramFile object.
ViewOpenAuto - Static variable in interface net.jqhome.jwps.JWPConstants
JWPDisk view setting: open the auto view
ViewOpenDefault - Static variable in interface net.jqhome.jwps.JWPConstants
JWPObject view setting: open the default view for the class
ViewOpenDetails - Static variable in interface net.jqhome.jwps.JWPConstants
JWPFolder view setting: open the details view
ViewOpenHelp - Static variable in interface net.jqhome.jwps.JWPConstants
JWPObject view setting: open the help view
ViewOpenIcon - Static variable in interface net.jqhome.jwps.JWPConstants
JWPFolder view setting: open the icon view
ViewOpenPalette - Static variable in interface net.jqhome.jwps.JWPConstants
JWPPalette view setting: open the palette
ViewOpenPromptDialog - Static variable in interface net.jqhome.jwps.JWPConstants
JWPPalette view setting: open the prompt dialog for the palette
ViewOpenSettingsNotebook - Static variable in interface net.jqhome.jwps.JWPConstants
JWPObject view setting: open the settings notebook
ViewOpenTree - Static variable in interface net.jqhome.jwps.JWPConstants
JWPFolder view setting: open the tree view
ViewPropertiesInterface - interface net.jqhome.jwps.views.ViewPropertiesInterface.
An interface that represents the settings for the view of an object.
VIEWSTATE_CLOSING - Static variable in interface net.jqhome.jwps.data.WPSConstants
 
VIEWSTATE_DELETING - Static variable in interface net.jqhome.jwps.data.WPSConstants
 
VIEWSTATE_OBJECTDELETED - Static variable in interface net.jqhome.jwps.data.WPSConstants
 
VIEWSTATE_OPENING - Static variable in interface net.jqhome.jwps.data.WPSConstants
 
VIEWSTATE_PAINTED - Static variable in interface net.jqhome.jwps.data.WPSConstants
 
VIEWSTATE_POPULATING - Static variable in interface net.jqhome.jwps.data.WPSConstants
 
VIEWSTATE_USERHIDDEN - Static variable in interface net.jqhome.jwps.data.WPSConstants
 
VIEWSTATE_USERMINIMIZED - Static variable in interface net.jqhome.jwps.data.WPSConstants
 
ViewUserMinimum - Static variable in interface net.jqhome.jwps.JWPConstants
This is the minimum value that a user defined view can have.
visitDocument() - Method in class net.jqhome.jwps.ea.EAScanner
Scan through org.w3c.dom.Document document.

W

waitForWPS(int) - Static method in class net.jqhome.jwps.JWPUtil
Waits for the WPS to start.
WindowPosition - class net.jqhome.jwps.data.WindowPosition.
 
WindowPosition() - Constructor for class net.jqhome.jwps.data.WindowPosition
 
WindowPosition(int, int, int, int, int, int, int) - Constructor for class net.jqhome.jwps.data.WindowPosition
 
WPMENUID_ACCESSNEW - Static variable in interface net.jqhome.jwps.data.WPSConstants
 
WPMENUID_ARRANGE - Static variable in interface net.jqhome.jwps.data.WPSConstants
 
WPMENUID_ARRANGEBOTTOM - Static variable in interface net.jqhome.jwps.data.WPSConstants
 
WPMENUID_ARRANGELEFT - Static variable in interface net.jqhome.jwps.data.WPSConstants
 
WPMENUID_ARRANGERIGHT - Static variable in interface net.jqhome.jwps.data.WPSConstants
 
WPMENUID_ARRANGETOP - Static variable in interface net.jqhome.jwps.data.WPSConstants
 
WPMENUID_ASSIGN - Static variable in interface net.jqhome.jwps.data.WPSConstants
 
WPMENUID_CHANGETODETAILS - Static variable in interface net.jqhome.jwps.data.WPSConstants
 
WPMENUID_CHANGETOICON - Static variable in interface net.jqhome.jwps.data.WPSConstants
 
WPMENUID_CHANGETOTREE - Static variable in interface net.jqhome.jwps.data.WPSConstants
 
WPMENUID_CHKDSK - Static variable in interface net.jqhome.jwps.data.WPSConstants
 
WPMENUID_CLOSE - Static variable in interface net.jqhome.jwps.data.WPSConstants
 
WPMENUID_COPY - Static variable in interface net.jqhome.jwps.data.WPSConstants
 
WPMENUID_COPYDSK - Static variable in interface net.jqhome.jwps.data.WPSConstants
 
WPMENUID_CREATEANOTHER - Static variable in interface net.jqhome.jwps.data.WPSConstants
 
WPMENUID_CREATESHADOW - Static variable in interface net.jqhome.jwps.data.WPSConstants
 
WPMENUID_DELETE - Static variable in interface net.jqhome.jwps.data.WPSConstants
 
WPMENUID_DESELALL - Static variable in interface net.jqhome.jwps.data.WPSConstants
 
WPMENUID_DETAILS - Static variable in interface net.jqhome.jwps.data.WPSConstants
 
WPMENUID_DOCSHELL - Static variable in interface net.jqhome.jwps.data.WPSConstants
 
WPMENUID_EDITPULLDOWN - Static variable in interface net.jqhome.jwps.data.WPSConstants
 
WPMENUID_EJECTDISK - Static variable in interface net.jqhome.jwps.data.WPSConstants
 
WPMENUID_EXTENDEDHELP - Static variable in interface net.jqhome.jwps.data.WPSConstants
 
WPMENUID_FIND - Static variable in interface net.jqhome.jwps.data.WPSConstants
 
WPMENUID_FIXDSK - Static variable in interface net.jqhome.jwps.data.WPSConstants
 
WPMENUID_FOLDERPULLDOWN - Static variable in interface net.jqhome.jwps.data.WPSConstants
 
WPMENUID_FORMAT - Static variable in interface net.jqhome.jwps.data.WPSConstants
 
WPMENUID_HELP - Static variable in interface net.jqhome.jwps.data.WPSConstants
 
WPMENUID_HELP_FOR_HELP - Static variable in interface net.jqhome.jwps.data.WPSConstants
 
WPMENUID_HELPINDEX - Static variable in interface net.jqhome.jwps.data.WPSConstants
 
WPMENUID_HELPKEYS - Static variable in interface net.jqhome.jwps.data.WPSConstants
 
WPMENUID_HELPPULLDOWN - Static variable in interface net.jqhome.jwps.data.WPSConstants
 
WPMENUID_HOWTOGETHELP - Static variable in interface net.jqhome.jwps.data.WPSConstants
 
WPMENUID_ICON - Static variable in interface net.jqhome.jwps.data.WPSConstants
 
WPMENUID_LOCKDISK - Static variable in interface net.jqhome.jwps.data.WPSConstants
 
WPMENUID_LOCKEDINPLACE - Static variable in interface net.jqhome.jwps.data.WPSConstants
 
WPMENUID_LOCKEDINPLACENO - Static variable in interface net.jqhome.jwps.data.WPSConstants
 
WPMENUID_LOCKEDINPLACEYES - Static variable in interface net.jqhome.jwps.data.WPSConstants
 
WPMENUID_LOCKUP - Static variable in interface net.jqhome.jwps.data.WPSConstants
 
WPMENUID_LOGIN - Static variable in interface net.jqhome.jwps.data.WPSConstants
 
WPMENUID_LOGOFF - Static variable in interface net.jqhome.jwps.data.WPSConstants
 
WPMENUID_LOGOUT - Static variable in interface net.jqhome.jwps.data.WPSConstants
 
WPMENUID_MAXIMIZE - Static variable in interface net.jqhome.jwps.data.WPSConstants
 
WPMENUID_MOVE - Static variable in interface net.jqhome.jwps.data.WPSConstants
 
WPMENUID_OPEN - Static variable in interface net.jqhome.jwps.data.WPSConstants
 
WPMENUID_OPENPARENT - Static variable in interface net.jqhome.jwps.data.WPSConstants
 
WPMENUID_PALETTE - Static variable in interface net.jqhome.jwps.data.WPSConstants
 
WPMENUID_PASTE - Static variable in interface net.jqhome.jwps.data.WPSConstants
 
WPMENUID_PERIMETER - Static variable in interface net.jqhome.jwps.data.WPSConstants
 
WPMENUID_PICKUP - Static variable in interface net.jqhome.jwps.data.WPSConstants
 
WPMENUID_PRIMARY - Static variable in interface net.jqhome.jwps.data.WPSConstants
 
WPMENUID_PRINT - Static variable in interface net.jqhome.jwps.data.WPSConstants
 
WPMENUID_PROGRAM - Static variable in interface net.jqhome.jwps.data.WPSConstants
 
WPMENUID_PROPERTIES - Static variable in interface net.jqhome.jwps.data.WPSConstants
 
WPMENUID_PUTDOWN - Static variable in interface net.jqhome.jwps.data.WPSConstants
 
WPMENUID_PUTDOWN_CANCEL - Static variable in interface net.jqhome.jwps.data.WPSConstants
 
WPMENUID_PUTDOWN_COPY - Static variable in interface net.jqhome.jwps.data.WPSConstants
 
WPMENUID_PUTDOWN_CREATE - Static variable in interface net.jqhome.jwps.data.WPSConstants
 
WPMENUID_PUTDOWN_CREATEPROGRAMOBJECT - Static variable in interface net.jqhome.jwps.data.WPSConstants
 
WPMENUID_PUTDOWN_LINK - Static variable in interface net.jqhome.jwps.data.WPSConstants
 
WPMENUID_PUTDOWN_MOVE - Static variable in interface net.jqhome.jwps.data.WPSConstants
 
WPMENUID_REFRESH - Static variable in interface net.jqhome.jwps.data.WPSConstants
 
WPMENUID_RESERVED1 - Static variable in interface net.jqhome.jwps.data.WPSConstants
 
WPMENUID_RESERVED2 - Static variable in interface net.jqhome.jwps.data.WPSConstants
 
WPMENUID_RESTORE - Static variable in interface net.jqhome.jwps.data.WPSConstants
 
WPMENUID_SELALL - Static variable in interface net.jqhome.jwps.data.WPSConstants
 
WPMENUID_SELECT - Static variable in interface net.jqhome.jwps.data.WPSConstants
 
WPMENUID_SELECTEDHORZ - Static variable in interface net.jqhome.jwps.data.WPSConstants
 
WPMENUID_SELECTEDPULLDOWN - Static variable in interface net.jqhome.jwps.data.WPSConstants
 
WPMENUID_SELECTEDVERT - Static variable in interface net.jqhome.jwps.data.WPSConstants
 
WPMENUID_SHUTDOWN - Static variable in interface net.jqhome.jwps.data.WPSConstants
 
WPMENUID_SORT - Static variable in interface net.jqhome.jwps.data.WPSConstants
 
WPMENUID_STANDARD - Static variable in interface net.jqhome.jwps.data.WPSConstants
 
WPMENUID_SYSTEMSETUP - Static variable in interface net.jqhome.jwps.data.WPSConstants
 
WPMENUID_TREE - Static variable in interface net.jqhome.jwps.data.WPSConstants
 
WPMENUID_UNASSIGN - Static variable in interface net.jqhome.jwps.data.WPSConstants
 
WPMENUID_UNDOARRANGE - Static variable in interface net.jqhome.jwps.data.WPSConstants
 
WPMENUID_UNLOCKDISK - Static variable in interface net.jqhome.jwps.data.WPSConstants
 
WPMENUID_USER - Static variable in interface net.jqhome.jwps.data.WPSConstants
 
WPMENUID_VIEW - Static variable in interface net.jqhome.jwps.data.WPSConstants
 
WPMENUID_VIEWPULLDOWN - Static variable in interface net.jqhome.jwps.data.WPSConstants
 
WPMENUID_WINDOWLIST - Static variable in interface net.jqhome.jwps.data.WPSConstants
 
WPSConstants - interface net.jqhome.jwps.data.WPSConstants.
These are constants taken from various OS2 header files.
WPSFileSystemConstants - interface net.jqhome.jwps.data.WPSFileSystemConstants.
 
WWFS_DESKTOPCREATED - Static variable in interface net.jqhome.jwps.data.WPSConstants
 
WWFS_DESKTOPOPENED - Static variable in interface net.jqhome.jwps.data.WPSConstants
 
WWFS_DESKTOPPOPULATED - Static variable in interface net.jqhome.jwps.data.WPSConstants
 
WWFS_QUERY - Static variable in interface net.jqhome.jwps.data.WPSConstants
 

X

XML_EA_B64_ENCODING - Static variable in class net.jqhome.jwps.ea.AbstractEA
Possible value for the encodingType attribute.
XML_EA_CODEPAGE_TAGNAME - Static variable in class net.jqhome.jwps.ea.AbstractEA
XML tagname for the codepage attribute of the ea element.
XML_EA_ENCODING_TYPE_TAGNAME - Static variable in class net.jqhome.jwps.ea.AbstractEA
XML tagname for the encoding type attribute of the value element.
XML_EA_FILE_TAGNAME - Static variable in class net.jqhome.jwps.ea.AbstractEA
XML tagname for file attribute of the ea list element.
XML_EA_IS_CRITICAL_TAGNAME - Static variable in class net.jqhome.jwps.ea.AbstractEA
XML tagname for the isCritical attribute of the ea element.
XML_EA_LIST_TAGNAME - Static variable in class net.jqhome.jwps.ea.AbstractEA
XML tagname for ea list the element.
XML_EA_NAME_TAGNAME - Static variable in class net.jqhome.jwps.ea.AbstractEA
XML tagname for the name attribute of the ea element.
XML_EA_TAGNAME - Static variable in class net.jqhome.jwps.ea.AbstractEA
XML tagname for ea the element in the ea list.
XML_EA_TEXT_ENCODING - Static variable in class net.jqhome.jwps.ea.AbstractEA
Possible value for the encodingType attribute.
XML_EA_TYPE_TAGNAME - Static variable in class net.jqhome.jwps.ea.AbstractEA
XML tagname for the type attribute of the ea element.
XML_EA_VALUE_TAGNAME - Static variable in class net.jqhome.jwps.ea.AbstractEA
XML tagname for value the element in the ea element.
XMLDocumentFactory - class net.jqhome.jwps.util.XMLDocumentFactory.
This class just organizes getting DOM documents and such.
XMLDocumentFactory() - Constructor for class net.jqhome.jwps.util.XMLDocumentFactory
 

_

__fs - Variable in class net.jqhome.jwps.fs.JWPFileSystem
 
__JWPAbstract - class net.jqhome.jwps.abs.__JWPAbstract.
 
__JWPAbstract(int) - Constructor for class net.jqhome.jwps.abs.__JWPAbstract
 
__JWPAbstract(String) - Constructor for class net.jqhome.jwps.abs.__JWPAbstract
Creates a new instance of __JWPAbstract
__jwpDataFile - Variable in class net.jqhome.jwps.fs.JWPDataFile
 
__JWPDataFile - class net.jqhome.jwps.fs.__JWPDataFile.
 
__JWPDataFile(File) - Constructor for class net.jqhome.jwps.fs.__JWPDataFile
 
__JWPDataFile(int) - Constructor for class net.jqhome.jwps.fs.__JWPDataFile
 
__JWPDataFile(String) - Constructor for class net.jqhome.jwps.fs.__JWPDataFile
Creates a new instance of __JWPDataFile
__JWPDesktop - class net.jqhome.jwps.fs.__JWPDesktop.
 
__JWPDesktop(int) - Constructor for class net.jqhome.jwps.fs.__JWPDesktop
 
__JWPDesktop(String) - Constructor for class net.jqhome.jwps.fs.__JWPDesktop
Creates a new instance of __JWPDesktop
__JWPFileSystem - class net.jqhome.jwps.fs.__JWPFileSystem.
The low-level bridge to the OS2 file system.
__JWPFileSystem(File) - Constructor for class net.jqhome.jwps.fs.__JWPFileSystem
 
__JWPFileSystem(int) - Constructor for class net.jqhome.jwps.fs.__JWPFileSystem
 
__JWPFileSystem(String) - Constructor for class net.jqhome.jwps.fs.__JWPFileSystem
Creates a new instance of __JWPFileSystem
__JWPFolder - class net.jqhome.jwps.fs.__JWPFolder.
 
__JWPFolder(File) - Constructor for class net.jqhome.jwps.fs.__JWPFolder
 
__JWPFolder(int) - Constructor for class net.jqhome.jwps.fs.__JWPFolder
 
__JWPFolder(String) - Constructor for class net.jqhome.jwps.fs.__JWPFolder
Creates a new instance of __JWPFolder
__JWPLaunchpad - class net.jqhome.jwps.abs.__JWPLaunchpad.
 
__JWPLaunchpad(int) - Constructor for class net.jqhome.jwps.abs.__JWPLaunchpad
 
__JWPLaunchpad(String) - Constructor for class net.jqhome.jwps.abs.__JWPLaunchpad
Creates a new instance of __JWPLaunchpad
__JWPObject - class net.jqhome.jwps.__JWPObject.
The root object for all native jWPS objects.
__JWPObject(int) - Constructor for class net.jqhome.jwps.__JWPObject
The handle to the object.
__JWPObject(String) - Constructor for class net.jqhome.jwps.__JWPObject
Creates a new instance of __JWPObject
__JWPProgram - class net.jqhome.jwps.abs.__JWPProgram.
 
__JWPProgram(int) - Constructor for class net.jqhome.jwps.abs.__JWPProgram
 
__JWPProgram(String) - Constructor for class net.jqhome.jwps.abs.__JWPProgram
 
__JWPProgramFile - class net.jqhome.jwps.fs.__JWPProgramFile.
 
__JWPProgramFile(File) - Constructor for class net.jqhome.jwps.fs.__JWPProgramFile
 
__JWPProgramFile(int) - Constructor for class net.jqhome.jwps.fs.__JWPProgramFile
 
__JWPProgramFile(String) - Constructor for class net.jqhome.jwps.fs.__JWPProgramFile
 
_close(int) - Method in class net.jqhome.jwps.util.IniUtil
Closes the ini file using the handle of the object.
_deleteApplication(int, String) - Method in class net.jqhome.jwps.util.IniUtil
Native call for deleteApplication.
_deleteKey(int, String, String) - Method in class net.jqhome.jwps.util.IniUtil
Native call for deleteKey.
_file - Variable in class net.jqhome.jwps.fs.JWPFileSystem
 
_fName - Variable in class net.jqhome.jwps.util.IniUtil
 
_getAllEAs(String) - Method in class net.jqhome.jwps.ea.FileEAs
 
_getApplications(int) - Method in class net.jqhome.jwps.util.IniUtil
 
_getAssociationFilter() - Method in class net.jqhome.jwps.fs.__JWPProgramFile
 
_getAssociationTypes() - Method in class net.jqhome.jwps.fs.__JWPProgramFile
 
_getByteArray(int, String, String) - Method in class net.jqhome.jwps.util.IniUtil
 
_getCreationDate(String) - Method in class net.jqhome.jwps.fs.__JWPFileSystem
 
_getEASize(String) - Method in class net.jqhome.jwps.ea.FileEAs
 
_getIconTextVisiblity(int) - Method in class net.jqhome.jwps.fs.__JWPFolder
This returns the visibility, which is one of the constants

0 = makes the text invisible
ICON_TEXT_VISIBLE = makes the text visible
USE_GLOBAL_VISIBILITY = uses the default settings for the class.

NOTE: squirreled away in the documentation is the fact that you can set this property for icon or tree view.
_getKeys(int, String) - Method in class net.jqhome.jwps.util.IniUtil
Native call for getKeys.
_getString(int, String, String, String) - Method in class net.jqhome.jwps.util.IniUtil
Native call for getString.
_listEANames(String) - Method in class net.jqhome.jwps.ea.FileEAs
 
_open(int) - Method in class net.jqhome.jwps.util.IniUtil
 
_open(String) - Method in class net.jqhome.jwps.util.IniUtil
 
_refresh(int) - Method in class net.jqhome.jwps.fs.__JWPFileSystem
 
_removeEA(String, String) - Method in class net.jqhome.jwps.ea.FileEAs
 
_setAssociationFilter(String) - Method in class net.jqhome.jwps.fs.__JWPProgramFile
 
_setAssociationTypes(String) - Method in class net.jqhome.jwps.fs.__JWPProgramFile
 
_setBackground(ColorBackground) - Method in class net.jqhome.jwps.fs.__JWPFolder
 
_setBackground(ImageBackground) - Method in class net.jqhome.jwps.fs.__JWPFolder
 
_setByteArray(int, String, String, byte[]) - Method in class net.jqhome.jwps.util.IniUtil
Native call for setByteArray.
_setEA(String, RawEA) - Method in class net.jqhome.jwps.ea.FileEAs
 
_setIconTextVisiblity(int, int) - Method in class net.jqhome.jwps.fs.__JWPFolder
 
_setMetaIcon(OS2IconMetaClass) - Method in class net.jqhome.jwps.__JWPObject
 
_setResourceIcon(OS2ResourceIcon) - Method in class net.jqhome.jwps.__JWPObject
 
_setString(int, String, String, String) - Method in class net.jqhome.jwps.util.IniUtil
Native call for setString.
_testIconFile - Variable in class net.jqhome.jwps.test.JWPRootTest
 

A B C D E F G H I J K L M N O P Q R S T U V W X _