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
- addArg(Object).
Method in interface COM.tolstoy.jconfig.AppCommand
- Adds 'arg' to the end of the list of this command's arguments.
- addPlugin(PluginI, int).
Static method in class COM.tolstoy.imagemeister.PluginManager
- Your IMPluginFactory class should call this method with each plugin to be registered.
- adjustWindowPlacement(Rectangle).
Static method in class COM.tolstoy.imagemeister.WindowManager
- Moves and resizes the given Rectangle as necessary.
- adjustWindowSize(Rectangle).
Static method in class COM.tolstoy.imagemeister.WindowManager
- Sizes the given Rectangle, but does not move it.
- asciiToInt(String).
Static method in class COM.tolstoy.jconfig.JUtils
- Converts an ASCII string into an integer.
- asString().
Method in interface COM.tolstoy.jconfig.AppCommand
- Return the command as a string.
- BrowserPanel(int).
Constructor for class COM.tolstoy.jconfig.BrowserPanel
-
- 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
- Convert two bytes of a byte array into a short.
- canCreateImageViewer(FileSpecifier).
Method in interface COM.tolstoy.imagemeister.PluginI
- Given a FileSpecifier representing a file, return a boolean value indicating whether this plugin
can create an image viewer for that file.
- canCreateInfoViewer(FileSpecifier).
Method in interface COM.tolstoy.imagemeister.PluginI
- Given a FileSpecifier representing a file, return a boolean value indicating whether this plugin
can create an info viewer for that file.
- clearArgs().
Method in interface COM.tolstoy.jconfig.AppCommand
- Delete any arguments previously added to the command.
- closeImageViewer(ImageViewerI).
Method in interface COM.tolstoy.imagemeister.ImageViewerOwner
- Tells the owner of an ImageViewerI to close the image viewer.
- closeInfoViewer(InfoViewerI).
Method in interface COM.tolstoy.imagemeister.InfoViewerOwner
- Tells the owner of an InfoViewerI to close the info viewer.
- closeWindow(Window).
Method in interface COM.tolstoy.imagemeister.WindowOwner
- Called to close this window.
- ConfigException().
Constructor for class COM.tolstoy.jconfig.ConfigException
-
- ConfigException(String).
Constructor for class COM.tolstoy.jconfig.ConfigException
-
- copyright.
Static variable in interface COM.tolstoy.imagemeister.ImageViewerI
-
- copyright.
Static variable in interface COM.tolstoy.imagemeister.ImageViewerOwner
-
- copyright.
Static variable in interface COM.tolstoy.imagemeister.InfoViewerI
-
- copyright.
Static variable in interface COM.tolstoy.imagemeister.InfoViewerOwner
-
- copyright.
Static variable in interface COM.tolstoy.imagemeister.PluginFactoryI
-
- copyright.
Static variable in interface COM.tolstoy.imagemeister.PluginI
-
- copyright.
Static variable in interface COM.tolstoy.imagemeister.PluginWatcherI
-
- copyright.
Static variable in interface COM.tolstoy.imagemeister.WindowOwner
-
- 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.DiskAlias
-
- copyrightString.
Static variable in interface COM.tolstoy.jconfig.DiskFile
-
- copyrightString.
Static variable in interface COM.tolstoy.jconfig.DiskFilter
-
- copyrightString.
Static variable in interface COM.tolstoy.jconfig.DiskObject
-
- copyrightString.
Static variable in interface COM.tolstoy.jconfig.DiskVolume
-
- copyrightString.
Static variable in interface COM.tolstoy.jconfig.DumpInfo
-
- 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.Monitor
-
- copyrightString.
Static variable in interface COM.tolstoy.jconfig.VersionInfo
-
- createAlias(DiskObject, File, int, int).
Static method in class COM.tolstoy.jconfig.FileRegistry
- Creates an alias.
- createAppFile(File).
Static method in class COM.tolstoy.jconfig.FileRegistry
- Returns an AppFile created from a disk file.
- createDiskObject(File, int).
Static method in class COM.tolstoy.jconfig.FileRegistry
- Returns a DiskObject created from a java.io.File object.
- createImageViewer(OwnedFrame, ImageViewerOwner, FileSpecifier, Rectangle).
Method in interface COM.tolstoy.imagemeister.PluginI
- Given a FileSpecifier representing a file, create an image viewer for that file.
- createInfoViewer(OwnedFrame, InfoViewerOwner, FileSpecifier, Rectangle).
Method in interface COM.tolstoy.imagemeister.PluginI
- Given a FileSpecifier representing a file, create an info viewer for that file.
- DiskBrowser().
Constructor for class COM.tolstoy.jconfig.DiskBrowser
-
- DiskFileException().
Constructor for class COM.tolstoy.jconfig.DiskFileException
-
- DiskFileException(String).
Constructor for class COM.tolstoy.jconfig.DiskFileException
-
- diskFileFlagsToString(int).
Method in interface COM.tolstoy.jconfig.DiskFile
- Convenience method which converts a given set of DiskFile flags into a string representation.
- dumpInfo(PrintStream, String).
Method in interface COM.tolstoy.jconfig.DumpInfo
- Writes information about this object to the indicated PrintStream.
- exists().
Method in interface COM.tolstoy.jconfig.DiskObject
- Returns true if this object still exists, false otherwise.
- FileExtension(String).
Constructor for class COM.tolstoy.jconfig.FileExtension
- The argument 'intExt' should contain the extension alone, complete with a '.' character, e.g.,
".txt"
- FileSpecifier(DiskObject, File, FinderInfo, FileExtension).
Constructor for class COM.tolstoy.imagemeister.FileSpecifier
- Create a new instance.
- FileSpecifier(FileSpecifier).
Constructor for class COM.tolstoy.imagemeister.FileSpecifier
-
- 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.
- GenDiskFilter(int).
Constructor for class COM.tolstoy.jconfig.GenDiskFilter
-
- getAliasType().
Method in interface COM.tolstoy.jconfig.DiskAlias
- Indicates to what type of object this is an alias.
- 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.
- getAppName().
Method in interface COM.tolstoy.jconfig.ConfigEntry
- Returns the name of the application associated with this mapping.
- getApps(FileExtension, int, 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, 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, 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.
- getArray().
Method in class COM.tolstoy.jconfig.GenDiskFilter
-
- getBounds().
Method in interface COM.tolstoy.jconfig.Monitor
- Returns the global coordinates of the monitor.
- getChildren().
Method in interface COM.tolstoy.imagemeister.PluginI
- For a hierarchy of plugins, return an array of this plugin's child plugins.
- getColorCoding().
Method in interface COM.tolstoy.jconfig.DiskObject
- Returns the Mac-style color coding label for this object.
- 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.
- getContainer().
Method in interface COM.tolstoy.jconfig.DiskObject
- Returns the DiskObject which contains this object.
- getCopyrightNotice().
Method in interface COM.tolstoy.jconfig.VersionInfo
- Returns the copyright notice.
- getCreationDate().
Method in interface COM.tolstoy.jconfig.DiskObject
- Returns the creation date.
- getCreator().
Method in class COM.tolstoy.jconfig.FinderInfo
-
- getDepth().
Method in interface COM.tolstoy.jconfig.Monitor
- Returns the bit depth of the monitor.
- 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.
- getDiskObject().
Method in class COM.tolstoy.jconfig.BrowserPanel
-
- getDiskObject().
Method in class COM.tolstoy.imagemeister.FileSpecifier
-
- getDisplayName().
Method in interface COM.tolstoy.jconfig.DiskObject
- Returns the name of this object, as it would be displayed to the user.
- getEntryName().
Method in interface COM.tolstoy.jconfig.ConfigEntry
- Returns the name of this mapping.
- getExecutableType().
Method in interface COM.tolstoy.jconfig.AppFile
- Indicates the architecture of this application.
- 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.DiskObject
- Returns a copy of the File object associated with this object.
- getFile().
Method in class COM.tolstoy.imagemeister.FileSpecifier
-
- getFileExtension().
Method in interface COM.tolstoy.jconfig.ConfigEntry
- Returns the FileExtension associated with this mapping.
- getFileExtension().
Method in class COM.tolstoy.imagemeister.FileSpecifier
-
- getFileExtension().
Method in interface COM.tolstoy.imagemeister.PluginI
- Return an array of FileExtension objects, representing the non-Mac file types this plugin
supports.
- getFileNameFromUser().
Static method in class COM.tolstoy.jconfig.JUtils
- Display a FileDialog and return a full path name.
- getFileSize().
Method in interface COM.tolstoy.jconfig.DiskFile
- Returns the length of this file.
- getFileSpecifier().
Method in interface COM.tolstoy.imagemeister.ImageViewerI
- Returns the FileSpecifier which specifies the file shown by this viewer.
- getFileSpecifier().
Method in interface COM.tolstoy.imagemeister.InfoViewerI
- Returns the FileSpecifier which specifies the file shown by this viewer.
- 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.
- getFinderInfo().
Method in class COM.tolstoy.imagemeister.FileSpecifier
-
- getFinderInfo().
Method in interface COM.tolstoy.imagemeister.PluginI
- Return an array of FinderInfo objects, representing the Mac file types this plugin supports.
- getFinderInfo(int[]).
Method in interface COM.tolstoy.jconfig.DiskFile
- Retrieves the FinderInfo associated with this file.
- 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.
- getFlags().
Method in interface COM.tolstoy.jconfig.DiskObject
- Returns a set of binary flags associated with this object.
- getFrame().
Method in interface COM.tolstoy.imagemeister.ImageViewerI
- Returns the OwnedFrame containing this viewer.
- getFrame().
Method in interface COM.tolstoy.imagemeister.InfoViewerI
- Returns the OwnedFrame containing this viewer.
- getFreeSpace().
Method in interface COM.tolstoy.jconfig.DiskVolume
- Returns the number of bytes currently available on this volume.
- getGetFlagsMask().
Method in interface COM.tolstoy.jconfig.DiskObject
- Returns a mask which indicates which bits returned by 'getFlags' are significant.
- getIcon(int, int, int, int[]).
Method in interface COM.tolstoy.jconfig.IconBundle
- Puts the RGB pixel data for the indicated icon into the given array.
- getIconBundle().
Method in interface COM.tolstoy.jconfig.DiskObject
- Returns the icon bundle associated with this object.
- getIconBundle(FileType).
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.
- getIconPanel().
Method in interface COM.tolstoy.imagemeister.PluginI
- Return an IconPanel which shows the icon representing this plugin.
- 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.
- getInterfaceVersion().
Method in interface COM.tolstoy.imagemeister.PluginFactoryI
- Return the greatest interface version which this class knows about.
- getLastAccessDate().
Method in interface COM.tolstoy.jconfig.DiskObject
- Returns the last access date.
- getMainMonitor().
Static method in class COM.tolstoy.jconfig.FileRegistry
-
Returns the main video monitor.
- getMajorVersion().
Method in interface COM.tolstoy.jconfig.VersionInfo
- Returns the major version.
- getMaxCapacity().
Method in interface COM.tolstoy.jconfig.DiskVolume
- Returns the maximum number of bytes of data this volume can hold.
- getMaxFileNameLength().
Method in interface COM.tolstoy.jconfig.DiskVolume
- Returns the maximum length each element of a path name can have.
- 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.
- getMIMEType().
Method in interface COM.tolstoy.imagemeister.PluginI
- Return an array of MIMEType objects, representing the MIME types this plugin
supports.
- getMinimumPartition().
Method in interface COM.tolstoy.jconfig.AppFile
- Mac-specific method which returns the minimum memory space which an instance of this application
would occupy.
- getMinorVersion().
Method in interface COM.tolstoy.jconfig.VersionInfo
- Returns the minor version.
- getModificationDate().
Method in interface COM.tolstoy.jconfig.DiskObject
- Returns the last modified date.
- getMonitors().
Static method in class COM.tolstoy.jconfig.FileRegistry
-
Returns a list of all the video monitors which are currently active.
- getName().
Method in interface COM.tolstoy.jconfig.DiskObject
- Returns the name of this object.
- getName(int).
Method in interface COM.tolstoy.imagemeister.PluginI
- Return the name of this plugin.
- getNumArgs().
Method in interface COM.tolstoy.jconfig.AppCommand
- Returns the current number of arguments for this command.
- getParent().
Method in interface COM.tolstoy.imagemeister.PluginI
- For a hierarchy of plugins, return the parent of this plugin.
- 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.
- getPlatformData().
Method in interface COM.tolstoy.jconfig.DiskFile
- Retrieves platform-specific data for this file.
- getPluginWatcher().
Method in interface COM.tolstoy.imagemeister.PluginFactoryI
- Return an object implementing the PluginWatcherI interface, which will be called when each plugin
is loaded.
- getPrefix().
Method in interface COM.tolstoy.jconfig.DiskVolume
- Returns the prefix used to access this volume.
- getProcesses(int, int).
Static method in class COM.tolstoy.jconfig.FileRegistry
-
Returns an array of all the currently running processes, whether created using JConfig
or not.
- 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.
- getReferenceNumber().
Method in interface COM.tolstoy.jconfig.DiskVolume
- Returns the platform-specific number used to uniquely identify this volume.
- getResourceForkSize().
Method in interface COM.tolstoy.jconfig.DiskFile
- Returns the size of this file's resource fork, if any.
- getSizeFlags().
Method in interface COM.tolstoy.jconfig.AppFile
- Mac-specific method which returns the 'SIZE' flags for this application.
- 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
-
- getSuggestedPartition().
Method in interface COM.tolstoy.jconfig.AppFile
- Mac-specific method which returns the suggested memory space which an instance of this application
would occupy.
- getType().
Method in class COM.tolstoy.jconfig.MIMEType
-
- getVersion().
Method in interface COM.tolstoy.jconfig.DiskFile
- Returns the VersionInfo object which is associated with this file.
- getVersionInfo().
Method in interface COM.tolstoy.imagemeister.PluginI
- Return version information about this plugin.
- getVersionString().
Method in interface COM.tolstoy.jconfig.VersionInfo
- Returns the version string.
- getVolume().
Method in interface COM.tolstoy.jconfig.DiskFile
- Returns the DiskVolume object which contains this file or directory.
- getVolumes().
Static method in class COM.tolstoy.jconfig.FileRegistry
- Returns an array containing the current disk volumes.
- getWorkarea().
Method in interface COM.tolstoy.jconfig.Monitor
- Returns the 'work area' of the monitor, in global coordinates.
- handleEvent(Event).
Method in class COM.tolstoy.imagemeister.OwnedFrame
-
- IconPanel().
Constructor for class COM.tolstoy.imagemeister.IconPanel
-
- 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.
- isMainMonitor().
Method in interface COM.tolstoy.jconfig.Monitor
- Returns whether this is the main monitor.
- 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.
- iterate(DiskFilter, int, int).
Method in interface COM.tolstoy.jconfig.DiskObject
- Enumerates the contents of this object.
- k32BitCompatible.
Static variable in interface COM.tolstoy.jconfig.AppFile
- A Mac-specific flag returned by the getSizeFlags method.
- k68kExe.
Static variable in interface COM.tolstoy.jconfig.AppFile
- Returned by the getExecutableType method.
- kAlignBottom.
Static variable in interface COM.tolstoy.jconfig.IconBundle
- An alignment value.
- kAlignHorizontalCenter.
Static variable in interface COM.tolstoy.jconfig.IconBundle
- An alignment value.
- kAlignLeft.
Static variable in interface COM.tolstoy.jconfig.IconBundle
- An alignment value.
- kAlignNone.
Static variable in interface COM.tolstoy.jconfig.IconBundle
- An alignment value.
- kAlignRight.
Static variable in interface COM.tolstoy.jconfig.IconBundle
- An alignment value.
- kAlignTop.
Static variable in interface COM.tolstoy.jconfig.IconBundle
- An alignment value.
- kAlignVerticalCenter.
Static variable in interface COM.tolstoy.jconfig.IconBundle
- An alignment value.
- 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
-
- kCanBackground.
Static variable in interface COM.tolstoy.jconfig.AppFile
- A Mac-specific flag returned by the getSizeFlags method.
- kCaseIsPreserved.
Static variable in interface COM.tolstoy.jconfig.DiskVolume
- Mask used to indicate that case is preserved on this volume.
- kCaseSensitive.
Static variable in interface COM.tolstoy.jconfig.DiskVolume
- Mask used to indicate that file names used on this volume are case sensitive.
- kCDROM.
Static variable in interface COM.tolstoy.jconfig.DiskVolume
- Mask used to indicate that this is a CD-ROM.
- kCFM68Exe.
Static variable in interface COM.tolstoy.jconfig.AppFile
- Returned by the getExecutableType method.
- 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.
- kDeskAccessory.
Static variable in interface COM.tolstoy.jconfig.AppFile
- A Mac-specific flag returned by the getSizeFlags method.
- kDisplayManagerAware.
Static variable in interface COM.tolstoy.jconfig.AppFile
- A Mac-specific flag returned by the getSizeFlags method.
- kDisplayName.
Static variable in interface COM.tolstoy.imagemeister.PluginI
- See the getName() method.
- kDoesActivateOnFGSwitch.
Static variable in interface COM.tolstoy.jconfig.AppFile
- A Mac-specific flag returned by the getSizeFlags method.
- kDontSwitchLayer.
Static variable in interface COM.tolstoy.jconfig.AppFile
- Used with the performCommand() method.
- kDOSExe.
Static variable in interface COM.tolstoy.jconfig.AppFile
- Returned by the getExecutableType method.
- kFilesCompressed.
Static variable in interface COM.tolstoy.jconfig.DiskVolume
- Mask used to indicate that files saved to this volume will be compressed.
- kFInfoCreatorOffset.
Static variable in interface COM.tolstoy.jconfig.DiskFile
- Offset to the creator value for the getFinderInfo and setFinderInfo methods.
- kFInfoLen.
Static variable in interface COM.tolstoy.jconfig.DiskFile
- Length of the array argument to the getFinderInfo method.
- kFInfoTypeOffset.
Static variable in interface COM.tolstoy.jconfig.DiskFile
- Offset to the type value for the getFinderInfo and setFinderInfo methods.
- kFixed.
Static variable in interface COM.tolstoy.jconfig.DiskVolume
- Mask used to indicate that this volume is fixed.
- kGetAppDiedMsg.
Static variable in interface COM.tolstoy.jconfig.AppFile
- A Mac-specific flag returned by the getSizeFlags method.
- kGetAppsSearchLevel1.
Static variable in class COM.tolstoy.jconfig.FileRegistry
-
See the getApps() methods.
- kGetAppsSearchLevel2.
Static variable in class COM.tolstoy.jconfig.FileRegistry
-
See the getApps() methods.
- kGetAppsSearchLevel3.
Static variable in class COM.tolstoy.jconfig.FileRegistry
-
See the getApps() methods.
- kGetFrontClicks.
Static variable in interface COM.tolstoy.jconfig.AppFile
- A Mac-specific flag returned by the getSizeFlags method.
- kGetProcessesIgnoreHidden.
Static variable in class COM.tolstoy.jconfig.FileRegistry
-
- kGetProcessesIgnoreSystem.
Static variable in class COM.tolstoy.jconfig.FileRegistry
-
- kHasCustomIcon.
Static variable in interface COM.tolstoy.jconfig.DiskFile
- Mask used to indicate that this file/directory has a custom icon.
- kHighLevelEventAware.
Static variable in interface COM.tolstoy.jconfig.AppFile
- A Mac-specific flag returned by the getSizeFlags method.
- kIgnoreAliases.
Static variable in interface COM.tolstoy.jconfig.DiskFilter
- Mask indicating this object does not want to see aliases.
- kIgnoreFiles.
Static variable in interface COM.tolstoy.jconfig.DiskFilter
- Mask indicating this object does not want to see any files.
- kIgnoreFolders.
Static variable in interface COM.tolstoy.jconfig.DiskFilter
- Mask indicating this object does not want to see folders.
- kIgnoreHidden.
Static variable in interface COM.tolstoy.jconfig.DiskFilter
- Mask indicating this object does not want to see hidden files.
- kIgnoreNameLocked.
Static variable in interface COM.tolstoy.jconfig.DiskFilter
- Mask indicating this object does not want to see objects with locked names.
- 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.
- kIsDirectory.
Static variable in interface COM.tolstoy.jconfig.DiskFile
- Mask used to indicate that this is a directory.
- kIsExecutable.
Static variable in interface COM.tolstoy.jconfig.DiskFile
- Mask used to indicate that this file is an executable.
- kIsHidden.
Static variable in interface COM.tolstoy.jconfig.DiskFile
- Mask used to indicate that this file/directory is hidden.
- kIsNameLocked.
Static variable in interface COM.tolstoy.jconfig.DiskFile
- Mask used to indicate that the name of this file/directory cannot be changed.
- kIsStationery.
Static variable in interface COM.tolstoy.jconfig.DiskFile
- Mask used to indicate that this file is a stationery form.
- kLargeIcon.
Static variable in interface COM.tolstoy.jconfig.IconBundle
- A large 32-bit color icon.
- kLocalAndRemoteHLEvents.
Static variable in interface COM.tolstoy.jconfig.AppFile
- A Mac-specific flag returned by the getSizeFlags method.
- kMacStyleName.
Static variable in interface COM.tolstoy.imagemeister.PluginI
- See the getName() method.
- kMaximize.
Static variable in interface COM.tolstoy.jconfig.AppProcess
-
See the move() method.
- kMaximize.
Static variable in class COM.tolstoy.jconfig.FileRegistry
- See the launchURL method.
- kMinimize.
Static variable in interface COM.tolstoy.jconfig.AppProcess
-
See the move() method.
- kMinimize.
Static variable in class COM.tolstoy.jconfig.FileRegistry
- See the launchURL method.
- kMoveToBack.
Static variable in interface COM.tolstoy.jconfig.AppProcess
-
See the move() method.
- kMoveToBack.
Static variable in class COM.tolstoy.jconfig.FileRegistry
- See the launchURL method.
- kMoveToFront.
Static variable in interface COM.tolstoy.jconfig.AppProcess
-
See the move() method.
- kMoveToFront.
Static variable in class COM.tolstoy.jconfig.FileRegistry
- See the launchURL method.
- kMultiLaunch.
Static variable in interface COM.tolstoy.jconfig.AppFile
- A Mac-specific flag returned by the getSizeFlags method.
- kMySignature.
Static variable in class COM.tolstoy.jconfig.Tester
-
- kMySignature.
Static variable in class COM.tolstoy.jconfig.TesterW
-
- kNeedSuspendResume.
Static variable in interface COM.tolstoy.jconfig.AppFile
- A Mac-specific flag returned by the getSizeFlags method.
- kNoErr.
Static variable in class COM.tolstoy.jconfig.ErrCodes
-
- kNoLongerAlias.
Static variable in interface COM.tolstoy.jconfig.DiskAlias
- Used to indicate that this alias no longer exists.
- kOnlyBackground.
Static variable in interface COM.tolstoy.jconfig.AppFile
- A Mac-specific flag returned by the getSizeFlags method.
- kOS216Exe.
Static variable in interface COM.tolstoy.jconfig.AppFile
- Returned by the getExecutableType method.
- kOutOnly.
Static variable in class COM.tolstoy.jconfig.FileRegistry
- See the getDirection() method.
- kParamErr.
Static variable in class COM.tolstoy.jconfig.ErrCodes
-
- kPEFExe.
Static variable in interface COM.tolstoy.jconfig.AppFile
- Returned by the getExecutableType method.
- kPIFExe.
Static variable in interface COM.tolstoy.jconfig.AppFile
- Returned by the getExecutableType method.
- kPOSIXExe.
Static variable in interface COM.tolstoy.jconfig.AppFile
- Returned by the getExecutableType method.
- kRAM.
Static variable in interface COM.tolstoy.jconfig.DiskVolume
- Mask used to indicate that this is a RAM disk.
- kRemote.
Static variable in interface COM.tolstoy.jconfig.DiskVolume
- Mask used to indicate that this is a remote volume.
- kRemovable.
Static variable in interface COM.tolstoy.jconfig.DiskVolume
- Mask used to indicate that this volume is removable.
- kResolveAliasNoUI.
Static variable in class COM.tolstoy.jconfig.FileRegistry
- See the createDiskObject and resolveAlias methods.
- kResolveAliasUI.
Static variable in class COM.tolstoy.jconfig.FileRegistry
- See the createDiskObject and resolveAlias methods.
- kSmallIcon.
Static variable in interface COM.tolstoy.jconfig.IconBundle
- A small 32-bit color icon.
- kStationeryAware.
Static variable in interface COM.tolstoy.jconfig.AppFile
- A Mac-specific flag returned by the getSizeFlags method.
- kSystem.
Static variable in interface COM.tolstoy.jconfig.DiskVolume
- Mask used to indicate that this is system disk.
- kTestOnlyMask.
Static variable in interface COM.tolstoy.jconfig.Monitor
- See the 'setDepth' and 'setResolution' methods.
- kToDirectory.
Static variable in interface COM.tolstoy.jconfig.DiskAlias
- Used to indicate that this is an alias to a directory.
- kToFile.
Static variable in interface COM.tolstoy.jconfig.DiskAlias
- Used to indicate that this is an alias to a file.
- kToOther.
Static variable in interface COM.tolstoy.jconfig.DiskAlias
- Used to indicate that this is an alias to an unknown target.
- kToVolume.
Static variable in interface COM.tolstoy.jconfig.DiskAlias
- Used to indicate that this is an alias to a disk drive.
- kUnicodeSupported.
Static variable in interface COM.tolstoy.jconfig.DiskVolume
- Mask used to indicate that this volume supports file names stored with Unicode.
- kUnimplementedErr.
Static variable in class COM.tolstoy.jconfig.ErrCodes
-
- kUnknownExe.
Static variable in interface COM.tolstoy.jconfig.AppFile
- Returned by the getExecutableType method.
- kUseTextEditServices.
Static variable in interface COM.tolstoy.jconfig.AppFile
- A Mac-specific flag returned by the getSizeFlags method.
- kVolumeCompressed.
Static variable in interface COM.tolstoy.jconfig.DiskVolume
- Mask used to indicate that this volume supports volume-level compression.
- kWin32Exe.
Static variable in interface COM.tolstoy.jconfig.AppFile
- Returned by the getExecutableType method.
- kWinStyleName.
Static variable in interface COM.tolstoy.imagemeister.PluginI
- See the getName() method.
- kWOWExe.
Static variable in interface COM.tolstoy.jconfig.AppFile
- Returned by the getExecutableType method.
- kXformDisabled.
Static variable in interface COM.tolstoy.jconfig.IconBundle
- A transform value.
- kXformLabel1.
Static variable in interface COM.tolstoy.jconfig.IconBundle
- A transform value.
- kXformLabel2.
Static variable in interface COM.tolstoy.jconfig.IconBundle
- A transform value.
- kXformLabel3.
Static variable in interface COM.tolstoy.jconfig.IconBundle
- A transform value.
- kXformLabel4.
Static variable in interface COM.tolstoy.jconfig.IconBundle
- A transform value.
- kXformLabel5.
Static variable in interface COM.tolstoy.jconfig.IconBundle
- A transform value.
- kXformLabel6.
Static variable in interface COM.tolstoy.jconfig.IconBundle
- A transform value.
- kXformLabel7.
Static variable in interface COM.tolstoy.jconfig.IconBundle
- A transform value.
- kXformNone.
Static variable in interface COM.tolstoy.jconfig.IconBundle
- A transform value.
- kXformOffline.
Static variable in interface COM.tolstoy.jconfig.IconBundle
- A transform value.
- kXformOpen.
Static variable in interface COM.tolstoy.jconfig.IconBundle
- A transform value.
- kXformSelected.
Static variable in interface COM.tolstoy.jconfig.IconBundle
- A transform value.
- launchURL(String, int, String[]).
Static method in class COM.tolstoy.jconfig.FileRegistry
- Launch the indicated URL.
- loadingPlugin(PluginI, int).
Method in interface COM.tolstoy.imagemeister.PluginWatcherI
- This method will be called as each plugin is loaded.
- main(String[]).
Static method in class COM.tolstoy.jconfig.DiskBrowser
-
- main(String[]).
Static method in class COM.tolstoy.imagemeister.Starter
-
- 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.
- OwnedFrame(WindowOwner).
Constructor for class COM.tolstoy.imagemeister.OwnedFrame
- Create with the owner of the Frame.
- OwnedFrame(WindowOwner, String).
Constructor for class COM.tolstoy.imagemeister.OwnedFrame
- Create with the owner of the Frame, and the title of the Frame.
- paint(Graphics).
Method in class COM.tolstoy.jconfig.BrowserPanel
-
- pascalBytesToString(byte[], int).
Static method in class COM.tolstoy.jconfig.JUtils
- Read a pascal-style string from a byte array.
- pauseAnimation().
Method in class COM.tolstoy.imagemeister.IconPanel
- Pause ths animation for this icon at the current frame.
- 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.
- preferredSize().
Method in class COM.tolstoy.jconfig.BrowserPanel
-
- redup().
Method in interface COM.tolstoy.jconfig.AppCommand
- Create a new instance of this command ( not a clone ).
- registerPlugins(int).
Method in interface COM.tolstoy.imagemeister.PluginFactoryI
- This method will be called to allow your class to register its plugin(s).
- resetAnimation().
Method in class COM.tolstoy.imagemeister.IconPanel
- Rewind any animation for this icon to the first frame.
- resolveAlias(DiskAlias, int).
Static method in class COM.tolstoy.jconfig.FileRegistry
- Returns a DiskObject created from an alias.
- setAnimationSpeed(int).
Method in class COM.tolstoy.imagemeister.IconPanel
- Set the animation speed for this icon.
- setDepth(int, int).
Method in interface COM.tolstoy.jconfig.Monitor
- Tries to set the indicated depth.
- setDirection(int).
Static method in class COM.tolstoy.jconfig.FileRegistry
- Sets the direction flags.
- setDiskObject(DiskObject).
Method in class COM.tolstoy.jconfig.BrowserPanel
-
- setFinderInfo(int[]).
Method in interface COM.tolstoy.jconfig.DiskAlias
- Sets the FinderInfo of this file.
- setFinderInfo(int[]).
Method in interface COM.tolstoy.jconfig.DiskFile
- Sets the FinderInfo of this file.
- setName(String).
Method in interface COM.tolstoy.jconfig.DiskObject
- Sets the name of this object.
- setResolution(Dimension, Dimension, int).
Method in interface COM.tolstoy.jconfig.Monitor
- Tries to set the indicated resolution.
- setVisible(boolean).
Method in interface COM.tolstoy.imagemeister.ImageViewerI
- Show or hide this viewer.
- setVisible(boolean).
Method in interface COM.tolstoy.imagemeister.InfoViewerI
- Show or hide this viewer.
- setWindowOwner(WindowOwner).
Method in class COM.tolstoy.imagemeister.OwnedFrame
- Set the owner of this Frame, which will have its 'closeWindow()' method called when the
user clicks in the close box of this Frame.
- startAnimation().
Method in class COM.tolstoy.imagemeister.IconPanel
- Start any animation for this icon.
- Starter().
Constructor for class COM.tolstoy.imagemeister.Starter
-
- stepAnimation().
Method in class COM.tolstoy.imagemeister.IconPanel
- Step any animation for this icon to the next frame.
- stopAnimation().
Method in class COM.tolstoy.imagemeister.IconPanel
- Stop any animation for this icon.
- stringToPascalBytes(String, byte[], int).
Static method in class COM.tolstoy.jconfig.JUtils
- Convert a java string into a Pascal string, and put it at the indicated position of a byte
array.
- 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
-
- updateContainer().
Method in interface COM.tolstoy.jconfig.DiskObject
- Sets the modification date of the container of this object to the current time.
- visit(ConfigEntry).
Method in interface COM.tolstoy.jconfig.ConfigEntryVisitor
- Called for each ConfigEntry available from the calling object.
- visit(DiskObject).
Method in interface COM.tolstoy.jconfig.DiskFilter
-
- visit(DiskObject).
Method in class COM.tolstoy.jconfig.GenDiskFilter
-