Index of all Fields and Methods
All Packages  Class Hierarchy

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

Index of all Fields and Methods

A

addArg(Object). Method in interface COM.tolstoy.jconfig.AppCommand
Adds 'arg' to the end of the list of this command's arguments.
asciiToInt(String). Static method in class COM.tolstoy.jconfig.JUtils
Converts a string into an integer.
asString(). Method in interface COM.tolstoy.jconfig.AppCommand
Return the command as a string.

B

bytesToInt(byte[], int). Static method in class COM.tolstoy.jconfig.JUtils
Convert four bytes of a byte array into an integer.
bytesToShort(byte[], int). Static method in class COM.tolstoy.jconfig.JUtils
Returns a short from two bytes of a byte array.

C

clearArgs(). Method in interface COM.tolstoy.jconfig.AppCommand
Delete any arguments previously added to the command.
ConfigException(). Constructor for class COM.tolstoy.jconfig.ConfigException
ConfigException(String). Constructor for class COM.tolstoy.jconfig.ConfigException
copyrightString. Static variable in interface COM.tolstoy.jconfig.AppCommand
copyrightString. Static variable in interface COM.tolstoy.jconfig.AppFile
copyrightString. Static variable in interface COM.tolstoy.jconfig.AppProcess
copyrightString. Static variable in interface COM.tolstoy.jconfig.ConfigEntry
copyrightString. Static variable in interface COM.tolstoy.jconfig.ConfigEntryVisitor
copyrightString. Static variable in interface COM.tolstoy.jconfig.FileCharacteristic
copyrightString. Static variable in interface COM.tolstoy.jconfig.IconBundle
copyrightString. Static variable in interface COM.tolstoy.jconfig.VersionInfo
createAppFile(File). Static method in class COM.tolstoy.jconfig.FileRegistry
Returns an AppFile created from a disk file.

D

deQuoteDePrint(String). Static method in class COM.tolstoy.jconfig.JUtils
Replaces quotable-printable characters with their equivalents.
dumpInfo(PrintStream, String). Method in interface COM.tolstoy.jconfig.AppCommand
Writes information about this object to the indicated PrintStream.
dumpInfo(PrintStream, String). Method in interface COM.tolstoy.jconfig.AppFile
Writes information about this object to the indicated PrintStream.
dumpInfo(PrintStream, String). Method in interface COM.tolstoy.jconfig.AppProcess
Writes information about this object to the indicated PrintStream.
dumpInfo(PrintStream, String). Method in interface COM.tolstoy.jconfig.ConfigEntry
Writes information about this object to the indicated PrintStream.
dumpInfo(PrintStream, String). Method in interface COM.tolstoy.jconfig.VersionInfo
Writes information about this object to the indicated PrintStream.

F

FileExtension(String). Constructor for class COM.tolstoy.jconfig.FileExtension
The argument 'intExt' should contain the extension alone, complete with a '.' character, e.g., ".txt"
FileType(FileExtension). Constructor for class COM.tolstoy.jconfig.FileType
Initialize from a FileExtension object.
FileType(FinderInfo). Constructor for class COM.tolstoy.jconfig.FileType
Initialize from a FileType object.
FinderInfo(int, int). Constructor for class COM.tolstoy.jconfig.FinderInfo
findExtensions(FinderInfo, int). Static method in class COM.tolstoy.jconfig.FileRegistry
Return an array containing FileExtension objects which correspond to the given FinderInfo object.
findFinderInfo(FileExtension, int). Static method in class COM.tolstoy.jconfig.FileRegistry
Return an array containing FinderInfo objects which correspond to the given FileExtension object.
flushCachedData(). Method in class COM.tolstoy.jconfig.FileType
Flush any cached data.

G

getAllCommands(). Method in interface COM.tolstoy.jconfig.AppFile
Returns all the commands which this application can accept.
getAllCommands(). Method in interface COM.tolstoy.jconfig.AppProcess
Returns all the commands which this instance can accept.
getAppFile(). Method in interface COM.tolstoy.jconfig.AppProcess
Returns the AppFile object from which this object was created.
getAppFile(). Method in interface COM.tolstoy.jconfig.IconBundle
Returns the AppFile which these icons are associated with.
getAppName(). Method in interface COM.tolstoy.jconfig.AppFile
Returns the name of this application.
getAppName(). Method in interface COM.tolstoy.jconfig.ConfigEntry
Returns the name of the application associated with this mapping.
getApps(FileExtension, int). Static method in class COM.tolstoy.jconfig.FileRegistry
Returns an array of applications which are associated with the given FileExtension object.
getApps(FinderInfo, int). Static method in class COM.tolstoy.jconfig.FileRegistry
Returns an array of applications which are associated with the given FinderInfo object.
getApps(String, int). Static method in class COM.tolstoy.jconfig.FileRegistry
Returns an array of applications whose name contains the string 'appName'.
getArg(int). Method in interface COM.tolstoy.jconfig.AppCommand
Returns the indicated argument in this command's argument list.
getCommand(). Method in interface COM.tolstoy.jconfig.AppCommand
Return the name of this command.
getCommand(String). Method in interface COM.tolstoy.jconfig.AppFile
Returns the indicated command.
getCommand(String). Method in interface COM.tolstoy.jconfig.AppProcess
Returns the indicated command.
getCopyrightNotice(). Method in interface COM.tolstoy.jconfig.VersionInfo
Returns the copyright notice.
getCreationDate(). Method in interface COM.tolstoy.jconfig.AppFile
Returns the creation date of this application.
getCreator(). Method in class COM.tolstoy.jconfig.FinderInfo
getCreatorCode(). Method in interface COM.tolstoy.jconfig.AppFile
Returns the Mac-style creator code associated with this application.
getDescription(). Method in interface COM.tolstoy.jconfig.VersionInfo
Returns the application description.
getDirection(). Static method in class COM.tolstoy.jconfig.FileRegistry
Returns the direction flags.
getEntryName(). Method in interface COM.tolstoy.jconfig.ConfigEntry
Returns the name of this mapping.
getExtensions(int). Method in class COM.tolstoy.jconfig.FileType
Returns an array of FileExtension's corresponding to this FileType.
getFile(). Method in interface COM.tolstoy.jconfig.AppFile
Returns a File object representing the disk location of this application.
getFileExtension(). Method in interface COM.tolstoy.jconfig.ConfigEntry
Returns the FileExtension associated with this mapping.
getFileNameFromUser(). Static method in class COM.tolstoy.jconfig.JUtils
Display a FileDialog and return a full path name.
getFileType(). Method in class COM.tolstoy.jconfig.FinderInfo
getFileType(File). Static method in class COM.tolstoy.jconfig.FileRegistry
Returns a FileType object representing the file type of a disk file.
getFileTypes(int). Method in interface COM.tolstoy.jconfig.AppFile
Returns the set of FileType's which are associated with this application.
getFinderInfo(). Method in interface COM.tolstoy.jconfig.ConfigEntry
Returns the FinderInfo associated with this mapping.
getFinderInfos(int). Method in class COM.tolstoy.jconfig.FileType
Returns an array of FinderInfo's corresponding to this FileType.
getFlags(). Method in interface COM.tolstoy.jconfig.ConfigEntry
Returns the direction flags: in, out, or both.
getHexValue(char). Static method in class COM.tolstoy.jconfig.JUtils
Returns the hex value of a character.
getIcon(FileType, int). Method in interface COM.tolstoy.jconfig.IconBundle
Returns a int array containing the RGB pixel data for the indicated icon.
getIconBundle(). Method in interface COM.tolstoy.jconfig.AppFile
Returns the IconBundle associated with this application.
getIconHeight(int). Method in interface COM.tolstoy.jconfig.IconBundle
Returns the height of the indicated icon.
getIconWidth(int). Method in interface COM.tolstoy.jconfig.IconBundle
Returns the width of the indicated icon.
getInstances(). Method in interface COM.tolstoy.jconfig.AppFile
Returns the set of all instances of this application currently running.
getMajorVersion(). Method in interface COM.tolstoy.jconfig.VersionInfo
Returns the major version.
getMaxNumArgs(). Method in interface COM.tolstoy.jconfig.AppCommand
Returns the maximum number of arguments this command can take.
getMIMEType(). Method in interface COM.tolstoy.jconfig.ConfigEntry
Returns the MIME type associated with this mapping.
getMinorVersion(). Method in interface COM.tolstoy.jconfig.VersionInfo
Returns the minor version.
getNumArgs(). Method in interface COM.tolstoy.jconfig.AppCommand
Returns the current number of arguments for this command.
getPermissibleArgumentType(int). Method in interface COM.tolstoy.jconfig.AppCommand
Returns an array containing the classes which can be used as arguments for the indicated position in the argument list.
getPlatformData(). Method in interface COM.tolstoy.jconfig.AppProcess
Returns platform-specific data for this process.
getProductName(). Method in interface COM.tolstoy.jconfig.VersionInfo
Returns the product name.
getProvenance(). Method in class COM.tolstoy.jconfig.FileType
Returns how this object was created, one of the following three values: kCreatedFromExt, kCreatedFromFTAC, or kCreatedFromMIME.
getString(). Method in class COM.tolstoy.jconfig.FileExtension
Returns the extension, including the '.' character.
getString(). Method in class COM.tolstoy.jconfig.MIMEType
getSubtype(). Method in class COM.tolstoy.jconfig.MIMEType
getType(). Method in class COM.tolstoy.jconfig.MIMEType
getVersion(). Method in interface COM.tolstoy.jconfig.AppFile
Returns the VersionInfo object which is associated with this application.
getVersionString(). Method in interface COM.tolstoy.jconfig.VersionInfo
Returns the version string.

I

initialize(File, int). Static method in class COM.tolstoy.jconfig.FileRegistry
This method must be called before using any other method of this class.
intToAscii(int). Static method in class COM.tolstoy.jconfig.JUtils
Convert an integer into a four character string.
isInited(). Static method in class COM.tolstoy.jconfig.FileRegistry
Returns whether this class has been initialized.
isMatch(FileCharacteristic). Method in interface COM.tolstoy.jconfig.FileCharacteristic
isMatch(FileCharacteristic). Method in class COM.tolstoy.jconfig.FileExtension
isMatch(FileCharacteristic). Method in class COM.tolstoy.jconfig.FinderInfo
isMatch(FileCharacteristic). Method in class COM.tolstoy.jconfig.MIMEType
isNumArgsUnlimited(). Method in interface COM.tolstoy.jconfig.AppCommand
Returns whether this command can take an unlimited number of arguments.
isRunning(). Method in interface COM.tolstoy.jconfig.AppProcess
Indicates whether this instance is indeed still running.
isSingleInstanceCapable(). Method in interface COM.tolstoy.jconfig.AppCommand
Returns whether this command can be executed without creating a new process.
iterate(ConfigEntryVisitor). Static method in class COM.tolstoy.jconfig.FileRegistry
For each entry in the mappings database, the 'visit()' method of the 'cev' argument is called.

J

javaPathToMacPath(String). Static method in class COM.tolstoy.jconfig.JUtils
Convert a java-style file name into a Mac-style file name.
javaPathToWinPath(String). Static method in class COM.tolstoy.jconfig.JUtils
Convert a java-style file name into a Win-style file name.

K

kAppCommandOpenApp. Static variable in interface COM.tolstoy.jconfig.AppCommand
Name of command to open an application with no documents.
kAppCommandOpenDoc. Static variable in interface COM.tolstoy.jconfig.AppCommand
Name of command to open an application with one or more documents.
kAppCommandPlay. Static variable in interface COM.tolstoy.jconfig.AppCommand
Name of command to tell an application to play one or more documents.
kAppCommandPrintDoc. Static variable in interface COM.tolstoy.jconfig.AppCommand
Name of command to tell an application to print one or more documents.
kAppCommandQuit. Static variable in interface COM.tolstoy.jconfig.AppCommand
Name of command to tell an application to quit.
kAPPLType. Static variable in class COM.tolstoy.jconfig.FinderInfo
kCreatedFromExt. Static variable in class COM.tolstoy.jconfig.FileType
See the getProvenance() method.
kCreatedFromFTAC. Static variable in class COM.tolstoy.jconfig.FileType
See the getProvenance() method.
kCreatedFromMIME. Static variable in class COM.tolstoy.jconfig.FileType
See the getProvenance() method.
kDontSwitchLayer. Static variable in interface COM.tolstoy.jconfig.AppFile
Used with the performCommand() method.
kInAndOutOnly. Static variable in class COM.tolstoy.jconfig.FileRegistry
See the getDirection() method.
kInOnly. Static variable in class COM.tolstoy.jconfig.FileRegistry
See the getDirection() method.
kLargeIcon. Static variable in interface COM.tolstoy.jconfig.IconBundle
A large 8-bit color icon.
kLargeMask. Static variable in interface COM.tolstoy.jconfig.IconBundle
A large mask icon.
kMaximize. Static variable in interface COM.tolstoy.jconfig.AppProcess
See the move() method.
kMinimize. Static variable in interface COM.tolstoy.jconfig.AppProcess
See the move() method.
kMoveToBack. Static variable in interface COM.tolstoy.jconfig.AppProcess
See the move() method.
kMoveToFront. Static variable in interface COM.tolstoy.jconfig.AppProcess
See the move() method.
kMySignature. Static variable in class COM.tolstoy.jconfig.Tester
kMySignature. Static variable in class COM.tolstoy.jconfig.TesterW
kOutOnly. Static variable in class COM.tolstoy.jconfig.FileRegistry
See the getDirection() method.
kSmallIcon. Static variable in interface COM.tolstoy.jconfig.IconBundle
A small 8-bit color icon.
kSmallMask. Static variable in interface COM.tolstoy.jconfig.IconBundle
A small mask icon.

L

launchURL(String). Static method in class COM.tolstoy.jconfig.FileRegistry
Launch the indicated URL.

M

main(String[]). Static method in class COM.tolstoy.jconfig.Tester
main(String[]). Static method in class COM.tolstoy.jconfig.TesterW
MIMEType(String). Constructor for class COM.tolstoy.jconfig.MIMEType
move(AppProcess, int, int). Method in interface COM.tolstoy.jconfig.AppProcess
Used to minimize, maximize this process, or send it in front of or behind other processes, if possible.

P

pascalBytesToString(byte[], int). Static method in class COM.tolstoy.jconfig.JUtils
Read a pascal-style string from a byte array.
performCommand(AppCommand, int). Method in interface COM.tolstoy.jconfig.AppFile
Performs the indicated command.
performCommand(AppCommand, int). Method in interface COM.tolstoy.jconfig.AppProcess
Performs the indicated command.

R

redup(). Method in interface COM.tolstoy.jconfig.AppCommand
Create a new instance of this command ( not a clone ).

S

setDirection(int). Static method in class COM.tolstoy.jconfig.FileRegistry
Sets the direction flags.

T

Tester(). Constructor for class COM.tolstoy.jconfig.Tester
TesterW(). Constructor for class COM.tolstoy.jconfig.TesterW
toString(). Method in class COM.tolstoy.jconfig.FileExtension
toString(). Method in class COM.tolstoy.jconfig.FileType
toString(). Method in class COM.tolstoy.jconfig.FinderInfo
toString(). Method in class COM.tolstoy.jconfig.MIMEType

V

visit(ConfigEntry). Method in interface COM.tolstoy.jconfig.ConfigEntryVisitor
Called for each ConfigEntry available from the calling object.