A B C D E F G I L M N O P R S T U V X

A

accept(File) - Method in class com.huguesjohnson.fileFilter.DirectoryFileFilter
Tests if a file fits the filter defined in the constructor.
accept(File) - Method in class com.huguesjohnson.fileFilter.ImageFileFilter
Tests if a file has an extension of a known type.
accept(File) - Method in class com.huguesjohnson.fileFilter.MultiExtensionFileFilter
Tests if a file has an extension of a known type.
accept(File) - Method in class com.huguesjohnson.fileFilter.NonArchivedFileFilter
accept tests if a file has an extension of an known archive type.
accept(File) - Method in class com.huguesjohnson.fileFilter.SessionFileFilter
accept tests if a file fits the filter defined in the constructor.
ACTION_ADDALL - Static variable in class com.huguesjohnson.debigulator.DebigulatorConstants
Action to add all files to the list to archive.
ACTION_ADDSELECTED - Static variable in class com.huguesjohnson.debigulator.DebigulatorConstants
Action to add selected files to the list to archive.
ACTION_ADVANCEDSETTINGS - Static variable in class com.huguesjohnson.debigulator.DebigulatorConstants
Action to display the advanced settings dialog.
ACTION_CANCEL - Static variable in class com.huguesjohnson.debigulator.DebigulatorConstants
Action when cancel button is pressed on a dialog.
ACTION_CREATEARCHIVES - Static variable in class com.huguesjohnson.debigulator.DebigulatorConstants
Action to begin the archive operation.
ACTION_EXIT - Static variable in class com.huguesjohnson.debigulator.DebigulatorConstants
Action to exit the application.
ACTION_HELPABOUT - Static variable in class com.huguesjohnson.debigulator.DebigulatorConstants
Action to display the about dialog.
ACTION_HELPAPI - Static variable in class com.huguesjohnson.debigulator.DebigulatorConstants
Action to open the API documentation.
ACTION_HELPINDEX - Static variable in class com.huguesjohnson.debigulator.DebigulatorConstants
Action to open the help index.
ACTION_NEWSESSION - Static variable in class com.huguesjohnson.debigulator.DebigulatorConstants
Action to create a new session.
ACTION_OK - Static variable in class com.huguesjohnson.debigulator.DebigulatorConstants
Action when OK button is pressed on a dialog.
ACTION_OPENSESSION - Static variable in class com.huguesjohnson.debigulator.DebigulatorConstants
public final static String ACTION_OPENSESSION="Open Session..";
ACTION_REMOVEALL - Static variable in class com.huguesjohnson.debigulator.DebigulatorConstants
Action to remove all files from the list to archive.
ACTION_REMOVESELECTED - Static variable in class com.huguesjohnson.debigulator.DebigulatorConstants
Action to remove selected files from the list to archive.
ACTION_SAVESESSION - Static variable in class com.huguesjohnson.debigulator.DebigulatorConstants
Action to save the current session.
ACTION_SAVESESSIONAS - Static variable in class com.huguesjohnson.debigulator.DebigulatorConstants
Action to save the session as.
actionPerformed(ActionEvent) - Method in class com.huguesjohnson.debigulator.DebigulatorAdvancedSettingsDialog
Listener for action events.
actionPerformed(ActionEvent) - Method in class com.huguesjohnson.debigulator.DebigulatorProgressDialog
Listener for action events (just the two button clicks).
actionPerformed(ActionEvent) - Method in class com.huguesjohnson.debigulator.DebigulatorWindow
Listener for action events.
addInputFile(String) - Method in class com.huguesjohnson.BatchCompressionThreadParameters
Adds a file to the list of files to archive.
AudioFileFilter - Class in com.huguesjohnson.fileFilter
AudioFileFilter Filter to only accept audio files
AudioFileFilter() - Constructor for class com.huguesjohnson.fileFilter.AudioFileFilter
Creates a new instance of AudioFileFilter

B

BatchCompressionThread - Class in com.huguesjohnson
BatchCompressionThread compresses a list of files into individual archives.
BatchCompressionThread(BatchCompressionThreadParameters) - Constructor for class com.huguesjohnson.BatchCompressionThread
Creates a new instance of BatchCompressionThread.
BatchCompressionThreadParameters - Class in com.huguesjohnson
BatchCompressionThreadParameters stores parameters used by BatchCompressionThread.
BatchCompressionThreadParameters() - Constructor for class com.huguesjohnson.BatchCompressionThreadParameters
 
BatchCompressionThreadParameters.ArchiveCompleteActions - Enum in com.huguesjohnson
 
BatchCompressionThreadParameters.ArchiveTypes - Enum in com.huguesjohnson
 

C

clearFileList() - Method in class com.huguesjohnson.BatchCompressionThreadParameters
Clears the list of files to archive.
clearFileList() - Method in class com.huguesjohnson.debigulator.DebigulatorWindow
Clears the list of files in the file list.
close() - Method in class com.huguesjohnson.LogFile
Flushes buffer and closes the log.
com.huguesjohnson - package com.huguesjohnson
 
com.huguesjohnson.debigulator - package com.huguesjohnson.debigulator
 
com.huguesjohnson.fileFilter - package com.huguesjohnson.fileFilter
 
com.huguesjohnson.ui - package com.huguesjohnson.ui
 

D

Debigulator - Class in com.huguesjohnson.debigulator
Main class for the Debigulator application.
Debigulator() - Constructor for class com.huguesjohnson.debigulator.Debigulator
Creates a new application with default settings.
Debigulator(String) - Constructor for class com.huguesjohnson.debigulator.Debigulator
Creates a new application based on the session name passed.
DebigulatorAdvancedSettingsDialog - Class in com.huguesjohnson.debigulator
Dialog to edit advanced settings for Debigulator.
DebigulatorAdvancedSettingsDialog(Frame, DebigulatorSession) - Constructor for class com.huguesjohnson.debigulator.DebigulatorAdvancedSettingsDialog
Creates a new DebigulatorAdvancedSettingsDialog, dialog is modal.
DebigulatorConstants - Class in com.huguesjohnson.debigulator
Contains constants used by the Debigulator application.
DebigulatorConstants() - Constructor for class com.huguesjohnson.debigulator.DebigulatorConstants
 
DebigulatorProgressDialog - Class in com.huguesjohnson.debigulator
Modal dialog used to show the progess of an archiving job in Debigulator, probably could be used for something else but not sure why you'd want to do that.
DebigulatorProgressDialog(Frame) - Constructor for class com.huguesjohnson.debigulator.DebigulatorProgressDialog
Creates a new modal DebigulatorProgressDialog.
DebigulatorSession - Class in com.huguesjohnson.debigulator
DebigulatorSession is used to store session information for the Debigulator application.
DebigulatorSession() - Constructor for class com.huguesjohnson.debigulator.DebigulatorSession
Default constructor.
DebigulatorWindow - Class in com.huguesjohnson.debigulator
DebigulatorWindow main user interface for Debigulator.
DebigulatorWindow() - Constructor for class com.huguesjohnson.debigulator.DebigulatorWindow
Creates a new DebigulatorWindow.
DEFAULT_AUTOSAVE - Static variable in class com.huguesjohnson.debigulator.DebigulatorConstants
Default autosave value.
DEFAULT_SESSION_NAME - Static variable in class com.huguesjohnson.debigulator.DebigulatorConstants
Default session name.
DEFAULT_SYNC_TO_SOURCE_DIR - Static variable in class com.huguesjohnson.debigulator.DebigulatorConstants
Default syncToSourceDir value.
description() - Method in enum com.huguesjohnson.BatchCompressionThreadParameters.ArchiveCompleteActions
 
description() - Method in enum com.huguesjohnson.BatchCompressionThreadParameters.ArchiveTypes
 
DirectoryFileFilter - Class in com.huguesjohnson.fileFilter
DirectoryFileFilter - Filter to only accept directories in a JFileChooser JFileChooser has an option to only accept directories but it does not populate the description combo box
DirectoryFileFilter() - Constructor for class com.huguesjohnson.fileFilter.DirectoryFileFilter
Creates a new instance of DirectoryFileFilter.

E

ERROR_LOAD - Static variable in class com.huguesjohnson.debigulator.DebigulatorConstants
Message indicating error has occured loading the session.
ERROR_SAVE - Static variable in class com.huguesjohnson.debigulator.DebigulatorConstants
Message indicating error has occured saving the session.
EXTENSION - Static variable in class com.huguesjohnson.fileFilter.SessionFileFilter
 

F

FILE_BROWSER_HEIGHT - Static variable in class com.huguesjohnson.debigulator.DebigulatorConstants
Default height of the file browser component.
FILE_BROWSER_WIDTH - Static variable in class com.huguesjohnson.debigulator.DebigulatorConstants
Default width of the file browser component.

G

GameRomzFilter - Class in com.huguesjohnson.fileFilter
GameRomzFilter filter to only accept game romz
GameRomzFilter() - Constructor for class com.huguesjohnson.fileFilter.GameRomzFilter
Creates a new instance of GameRomzFilter
getAction() - Method in class com.huguesjohnson.BatchCompressionThreadParameters
Returns the action to perform on files after archiving.
getAppendDate() - Method in class com.huguesjohnson.BatchCompressionThreadParameters
Return whether or not to append the date to output file names.
getAppendExtension() - Method in class com.huguesjohnson.BatchCompressionThreadParameters
Return whether or not to append the extension to output file names.
getArchiveType() - Method in class com.huguesjohnson.BatchCompressionThreadParameters
Returns type of archives to create.
getAutoSave() - Method in class com.huguesjohnson.debigulator.DebigulatorSession
Returns whether or not to save the current session on exit.
getBrowseDirectory() - Method in class com.huguesjohnson.debigulator.DebigulatorWindow
Returns the directory selected in the file browser file chooser.
getCancelStatus() - Method in class com.huguesjohnson.debigulator.DebigulatorAdvancedSettingsDialog
Returns whether or not the dialog was closed with a cancel status.
getCancelStatus() - Method in class com.huguesjohnson.debigulator.DebigulatorProgressDialog
Returns wheter or not the dialog was closed with the cancel button.
getDescription() - Method in class com.huguesjohnson.fileFilter.AudioFileFilter
Returns the description of files accepted by the filter.
getDescription() - Method in class com.huguesjohnson.fileFilter.DirectoryFileFilter
Returns the description of file accepted by the filter.
getDescription() - Method in class com.huguesjohnson.fileFilter.GameRomzFilter
getDescription returns the description of file accepted by the filter.
getDescription() - Method in class com.huguesjohnson.fileFilter.ImageFileFilter
getDescription returns the description of files accepted by the filter.
getDescription() - Method in class com.huguesjohnson.fileFilter.MicrosoftOfficeFilter
getDescription returns the description of file accepted by the filter.
getDescription() - Method in class com.huguesjohnson.fileFilter.MidiFileFilter
Returns the description of file accepted by the filter.
getDescription() - Method in class com.huguesjohnson.fileFilter.MultiExtensionFileFilter
Returns the description of file accepted by the filter.
getDescription() - Method in class com.huguesjohnson.fileFilter.NonArchivedFileFilter
getDescription returns the description of file accepted by the filter.
getDescription() - Method in class com.huguesjohnson.fileFilter.SessionFileFilter
getDescription returns the description of file accepted by the filter.
getDescription() - Method in class com.huguesjohnson.fileFilter.SourceCodeFileFilter
getDescription returns the description of file accepted by the filter.
getDescription() - Method in class com.huguesjohnson.fileFilter.TrueTypeFontFileFilter
Returns the description of file accepted by the filter.
getDescription() - Method in class com.huguesjohnson.fileFilter.VideoFileFilter
getDescription returns the description of file accepted by the filter.
getDescription() - Method in class com.huguesjohnson.fileFilter.XmlFileFilter
Returns the description of file accepted by the filter.
getFileList() - Method in class com.huguesjohnson.BatchCompressionThreadParameters
Returns the list of files to archive.
getFileList() - Method in class com.huguesjohnson.debigulator.DebigulatorWindow
Returns the list of files in the file list.
getOutputDirectory() - Method in class com.huguesjohnson.BatchCompressionThreadParameters
Returns the path to the destination directory.
getOutputDirectory() - Method in class com.huguesjohnson.debigulator.DebigulatorWindow
Returns the directory selected in the output directory file chooser.
getSelectedAction() - Method in class com.huguesjohnson.debigulator.DebigulatorWindow
Returns the index of the selected item on the action combo box.
getSelectedArchiveType() - Method in class com.huguesjohnson.debigulator.DebigulatorWindow
Returns the index of the selected item on the archive type combo box.
getSessionData() - Method in class com.huguesjohnson.debigulator.DebigulatorAdvancedSettingsDialog
Returns the data updated by this dialog.
getSourceDirectoryPath() - Method in class com.huguesjohnson.debigulator.DebigulatorSession
Returns the path to the source directory.
getSyncToSourceDir() - Method in class com.huguesjohnson.debigulator.DebigulatorWindow
Returns whether or not the sync to source directory check box is checked.
getSyncToSourceDirectory() - Method in class com.huguesjohnson.debigulator.DebigulatorSession
Returns whether or not to syncronize the output directory to the source directory.
getTempDirectory() - Method in class com.huguesjohnson.BatchCompressionThreadParameters
Returns the path to the temporary directory.
getThreadParameters() - Method in class com.huguesjohnson.debigulator.DebigulatorSession
Sets the archive parameters.
getWriteDebugLog() - Method in class com.huguesjohnson.BatchCompressionThreadParameters
Returns whether or not to write a debug log.

I

ImageFileFilter - Class in com.huguesjohnson.fileFilter
ImageFileFilter filter to only accept images supported by ImageIO uses ImageReaderWriterSpi.getFileSuffixes() to get a list of supported extensions
ImageFileFilter() - Constructor for class com.huguesjohnson.fileFilter.ImageFileFilter
Creates a new instance of ImageFileFilter
initialize() - Method in class com.huguesjohnson.debigulator.DebigulatorWindow
Loads components into the window.

L

launch(String) - Static method in class com.huguesjohnson.LaunchBrowser
Launches a web browser with the specified url.
launch(String, boolean) - Static method in class com.huguesjohnson.LaunchBrowser
Launches a web browser with the specified url.
LaunchBrowser - Class in com.huguesjohnson
LaunchBrowser attempts to launch the operating system default browser.
LaunchBrowser() - Constructor for class com.huguesjohnson.LaunchBrowser
 
log(String) - Method in class com.huguesjohnson.LogFile
Appends a line to the log.
LogFile - Class in com.huguesjohnson
Extremely barebone implementation of a log file.
LogFile(String) - Constructor for class com.huguesjohnson.LogFile
Creates a new LogFile, dumps errors to the error console.

M

main(String[]) - Static method in class com.huguesjohnson.debigulator.Debigulator
Entry point for the application.
MESSAGE_ABOUT - Static variable in class com.huguesjohnson.debigulator.DebigulatorConstants
Message that displays on the about menu.
MicrosoftOfficeFilter - Class in com.huguesjohnson.fileFilter
MicrosoftOfficeFilter Filter to only accept Microsoft Office files
MicrosoftOfficeFilter() - Constructor for class com.huguesjohnson.fileFilter.MicrosoftOfficeFilter
Creates a new instance of MicrosoftOfficeFilter
MidiFileFilter - Class in com.huguesjohnson.fileFilter
MidiFileFilter Filter to only accept midi files
MidiFileFilter() - Constructor for class com.huguesjohnson.fileFilter.MidiFileFilter
Creates a new instance of MidiFileFilter
MultiExtensionFileFilter - Class in com.huguesjohnson.fileFilter
MultiExtensionFileFilter Filter to accept a list of file extensions
MultiExtensionFileFilter(String[]) - Constructor for class com.huguesjohnson.fileFilter.MultiExtensionFileFilter
Creates a new instance of MultiExtensionFileFilter

N

NoFrillsJFileChooser - Class in com.huguesjohnson.ui
This is a minimal JFileChooser that only displays the file list and none of the other functions.
NoFrillsJFileChooser() - Constructor for class com.huguesjohnson.ui.NoFrillsJFileChooser
Constructs a NoFrillsJFileChooser pointing to the user's default directory.
NoFrillsJFileChooser(String) - Constructor for class com.huguesjohnson.ui.NoFrillsJFileChooser
Constructs a NoFrillsJFileChooser using the given path.
NoFrillsJFileChooser(File) - Constructor for class com.huguesjohnson.ui.NoFrillsJFileChooser
Constructs a NoFrillsJFileChooser using the given File as the path.
NoFrillsJFileChooser(FileSystemView) - Constructor for class com.huguesjohnson.ui.NoFrillsJFileChooser
Constructs a NoFrillsJFileChooser using the given FileSystemView.
NoFrillsJFileChooser(File, FileSystemView) - Constructor for class com.huguesjohnson.ui.NoFrillsJFileChooser
Constructs a NoFrillsJFileChooser using the given current directory and FileSystemView.
NoFrillsJFileChooser(String, FileSystemView) - Constructor for class com.huguesjohnson.ui.NoFrillsJFileChooser
Constructs a NoFrillsJFileChooser using the given current directory path and FileSystemView.
NonArchivedFileFilter - Class in com.huguesjohnson.fileFilter
NonArchivedFileFilter Filter to only accept files that are not an archive or part of an archive
NonArchivedFileFilter() - Constructor for class com.huguesjohnson.fileFilter.NonArchivedFileFilter
Creates a new instance of NonArchivedFileFilter

O

OUTPUT_DIRECTORY_BROWSER_HEIGHT - Static variable in class com.huguesjohnson.debigulator.DebigulatorConstants
Default height of the output directory component.
OUTPUT_DIRECTORY_BROWSER_WIDTH - Static variable in class com.huguesjohnson.debigulator.DebigulatorConstants
Default width of the output directory component.

P

paint(Graphics) - Method in class com.huguesjohnson.ui.SplashScreen
Draws the image passed to the constructor onto the splash window.
PROGRAM_TITLE - Static variable in class com.huguesjohnson.debigulator.DebigulatorConstants
Title for the main program frame.

R

refreshFiles() - Method in class com.huguesjohnson.debigulator.DebigulatorWindow
Forces the file lists to refresh; after an archive operation, the files listed in fileBrowser and fileList may have been moved or deleted.
removeInputFile(String) - Method in class com.huguesjohnson.BatchCompressionThreadParameters
Removes a file from the list of files to archive.
run() - Method in class com.huguesjohnson.BatchCompressionThread
Starts the batch compression thread, archives each file in the file list and performs the action specified in the parameters.

S

sendAction(String) - Method in class com.huguesjohnson.debigulator.DebigulatorWindow
Sends an action back to the parent class.
SessionFileFilter - Class in com.huguesjohnson.fileFilter
SessionFileFilter Filter to only accept session files in a JFileChooser
SessionFileFilter() - Constructor for class com.huguesjohnson.fileFilter.SessionFileFilter
Creates a new instance of SessionFileFilter
setAction(BatchCompressionThreadParameters.ArchiveCompleteActions) - Method in class com.huguesjohnson.BatchCompressionThreadParameters
Sets the action to perform on files after archiving.
setAppendDate(boolean) - Method in class com.huguesjohnson.BatchCompressionThreadParameters
Sets whether or not to append the date to output file names.
setAppendExtension(boolean) - Method in class com.huguesjohnson.BatchCompressionThreadParameters
Sets whether or not to append the extension to output file names.
setArchiveType(BatchCompressionThreadParameters.ArchiveTypes) - Method in class com.huguesjohnson.BatchCompressionThreadParameters
Set the type of archives to create.
setAutoSave(boolean) - Method in class com.huguesjohnson.debigulator.DebigulatorSession
Sets whether or not to save the current session on exit.
setBrowseDirectory(String) - Method in class com.huguesjohnson.debigulator.DebigulatorWindow
Sets the directory in the file browser file chooser.
setComboBoxValues(int, int) - Method in class com.huguesjohnson.debigulator.DebigulatorWindow
Sets the values (indicies) of the settings combo boxes.
setComboBoxValues(BatchCompressionThreadParameters.ArchiveTypes, BatchCompressionThreadParameters.ArchiveCompleteActions) - Method in class com.huguesjohnson.debigulator.DebigulatorWindow
Sets the values of the settings combo boxes.
setCurrentFileProgress(String, int) - Method in class com.huguesjohnson.debigulator.DebigulatorProgressDialog
Updates the progress of the current file compression.
setFileList(String[]) - Method in class com.huguesjohnson.debigulator.DebigulatorWindow
Sets the list of files in the file list.
setInputFileList(String[]) - Method in class com.huguesjohnson.BatchCompressionThreadParameters
Sets the list of files to archive.
setOutputDirectory(String) - Method in class com.huguesjohnson.BatchCompressionThreadParameters
Sets the path to the destination directory.
setOutputDirectory(String) - Method in class com.huguesjohnson.debigulator.DebigulatorWindow
Sets the directory in the output directory file chooser.
setSourceDirectoryPath(String) - Method in class com.huguesjohnson.debigulator.DebigulatorSession
Sets the path to the source directory.
setSyncToSourceDir(boolean) - Method in class com.huguesjohnson.debigulator.DebigulatorWindow
Sets whether or not the sync to source directory check box is checked.
setSyncToSourceDirectory(boolean) - Method in class com.huguesjohnson.debigulator.DebigulatorSession
Set whether or not to syncronize the output directory to the source directory.
setTempDirectory(String) - Method in class com.huguesjohnson.BatchCompressionThreadParameters
Sets the path to the temporary directory.
setThreadParameters(BatchCompressionThreadParameters) - Method in class com.huguesjohnson.debigulator.DebigulatorSession
Sets the archive parameters.
setTotalProgress(String, int) - Method in class com.huguesjohnson.debigulator.DebigulatorProgressDialog
Updates the total progress of the archive operation.
setVisible(boolean) - Method in class com.huguesjohnson.debigulator.DebigulatorProgressDialog
Show or hide the dialog, automatically centers to parent frame.
setWriteDebugLog(boolean) - Method in class com.huguesjohnson.BatchCompressionThreadParameters
Set whether or not to write a debug log.
SourceCodeFileFilter - Class in com.huguesjohnson.fileFilter
SourceCodeFileFilter Filter to only accept source code files
SourceCodeFileFilter() - Constructor for class com.huguesjohnson.fileFilter.SourceCodeFileFilter
Creates a new instance of SourceCodeFileFilter
SplashScreen - Class in com.huguesjohnson.ui
SplashScreen loads a borderless window containing a single image.
SplashScreen(Frame, String) - Constructor for class com.huguesjohnson.ui.SplashScreen
Constructor for SplashSceen creates a borderless window and paints a specified image.
SplashScreen(Frame, Image) - Constructor for class com.huguesjohnson.ui.SplashScreen
Constructor for SplashSceen creates a borderless window and paints a specified image.
start() - Method in class com.huguesjohnson.BatchCompressionThread
Begins thread execution.
STATUS_ARCHIVE_COMPLETE - Static variable in class com.huguesjohnson.debigulator.DebigulatorConstants
Status mesage indicating archiving is complete.
STATUS_LOADED - Static variable in class com.huguesjohnson.debigulator.DebigulatorConstants
Status mesage indicating session has been loaded.
STATUS_LOADING - Static variable in class com.huguesjohnson.debigulator.DebigulatorConstants
Status mesage indicating session is being loaded.
STATUS_SAVED - Static variable in class com.huguesjohnson.debigulator.DebigulatorConstants
Status mesage indicating session has been saved.
STATUS_SAVING - Static variable in class com.huguesjohnson.debigulator.DebigulatorConstants
Status mesage indicating session is being saved.

T

toString() - Method in enum com.huguesjohnson.BatchCompressionThreadParameters.ArchiveCompleteActions
 
toString() - Method in enum com.huguesjohnson.BatchCompressionThreadParameters.ArchiveTypes
 
toString() - Method in class com.huguesjohnson.BatchCompressionThreadParameters
Returns a string representation of the object.
toString() - Method in class com.huguesjohnson.debigulator.Debigulator
Returns a string representation of the object.
toString() - Method in class com.huguesjohnson.debigulator.DebigulatorProgressDialog
returns a string representation of the object
TrueTypeFontFileFilter - Class in com.huguesjohnson.fileFilter
TrueTypeFontFileFilter Filter to only accept True Type fonts
TrueTypeFontFileFilter() - Constructor for class com.huguesjohnson.fileFilter.TrueTypeFontFileFilter
Creates a new instance of TrueTypeFontFileFilter

U

updateCurrentFileProgress(String, int) - Method in class com.huguesjohnson.BatchCompressionThread
Updates status and percent complete for the current file.
updateStatus(String) - Method in class com.huguesjohnson.debigulator.DebigulatorWindow
Updates the status text in the progress bar.
updateTotalProgress(String, int) - Method in class com.huguesjohnson.BatchCompressionThread
Updates status and percent complete for the overall progress.

V

valueOf(String) - Static method in enum com.huguesjohnson.BatchCompressionThreadParameters.ArchiveCompleteActions
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.huguesjohnson.BatchCompressionThreadParameters.ArchiveTypes
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.huguesjohnson.BatchCompressionThreadParameters.ArchiveCompleteActions
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum com.huguesjohnson.BatchCompressionThreadParameters.ArchiveTypes
Returns an array containing the constants of this enum type, in the order they're declared.
VideoFileFilter - Class in com.huguesjohnson.fileFilter
VideoFileFilter Filter to only accept video files
VideoFileFilter() - Constructor for class com.huguesjohnson.fileFilter.VideoFileFilter
Creates a new instance of VideoFileFilter

X

XmlFileFilter - Class in com.huguesjohnson.fileFilter
XmlFileFilter Filter to only accept xml files
XmlFileFilter() - Constructor for class com.huguesjohnson.fileFilter.XmlFileFilter
Creates a new instance of XmlFileFilter

A B C D E F G I L M N O P R S T U V X

Copyright © 2000-2007 Hugues Johnson