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

G

generateRandomNumber(int) - Static method in class mckay.utilities.staticlibraries.MathAndStatsMethods
Returns a random integer from 0 to max - 1, based on the uniform distribution.
generateSamplesBasicTone(double, int, float, double, int) - Static method in class mckay.utilities.sound.sampled.AudioMethodsSynthesis
Generates sample values for a tone consisting of a sinusoid at a fundamental frequency and additional sinusoids at 1.2 and 1.8 times this frequency.
generateSamplesDecayPulse(double, int, float, double, int) - Static method in class mckay.utilities.sound.sampled.AudioMethodsSynthesis
Generates sample values for a tone consisting of a single sinusoid that decays linearly to arrive at silence at the end of the audio.
generateSamplesFMSweep(double, int, float, double, int) - Static method in class mckay.utilities.sound.sampled.AudioMethodsSynthesis
Generates sample values for a tone consisting of a single sinusoid that undergoes a gradual linear frequency increase from 1/10 of the provided fundamental_frequency at the beginning of the sound to the fundamental_frequency at the end of the sound.
generateSamplesSineWave(double, int, float, double, int) - Static method in class mckay.utilities.sound.sampled.AudioMethodsSynthesis
Generates sample values for a tone consisting of a single sinusoid.
generateSamplesStereoPanning(double, int, float, double, int) - Static method in class mckay.utilities.sound.sampled.AudioMethodsSynthesis
Generates sample values for a sound consisting of a stereo sweep, starting with a relatively high frequency sinusoid on the left speaker and moving across to a sinusoid one octave lower on the right speaker.
generateSamplesStereoPingpong(double, int, float, double, int) - Static method in class mckay.utilities.sound.sampled.AudioMethodsSynthesis
Generates sample values for a sound consisting of a stereo pinpong, where the signal switches between the four channels four times per second.
generateWhiteNoise(int, int) - Static method in class mckay.utilities.sound.sampled.AudioMethodsSynthesis
Generates sample values for an audio wave consisting of randomly generated white noise.
get() - Method in class mckay.utilities.gui.progressbars.SwingWorker
Return the value created by the construct method.
getAllFilesInDirectory(File, boolean, FileFilter, Vector<File>) - Static method in class mckay.utilities.staticlibraries.FileMethods
Returns all files meeting the requirements of the given filter in the given directory and, if requested, its subdirectories.
getArraySum(double[]) - Static method in class mckay.utilities.staticlibraries.MathAndStatsMethods
Returns the sum of the contents of all of the entries of the given array.
getAudioFileFormatData(File) - Static method in class mckay.utilities.sound.sampled.AudioMethodsGeneral
Returns information regarding a given audio file.
getAudioFileFormatType(String) - Static method in class mckay.utilities.sound.sampled.AudioMethodsGeneral
Returns the appropriate AudioFileFormat.Type corresponding to the given String.
getAudioFormat(boolean) - Method in class mckay.utilities.sound.sampled.AudioFormatJFrame
Gets the AudioFormat corresponding to the settings on the GUI.
getAudioFormat() - Method in class mckay.utilities.sound.sampled.AudioSamples
Returns the AudioFormat associated with the stored samples.
getAudioFormatData(AudioFormat) - Static method in class mckay.utilities.sound.sampled.AudioMethodsGeneral
Returns information regarding a given AudioFormat.
getAudioInputStreamChannelSegregated() - Method in class mckay.utilities.sound.sampled.AudioSamples
Returns the stored audio samples in the form of an AudioInputStream.
getAudioInputStreamChannelSegregated(int, int) - Method in class mckay.utilities.sound.sampled.AudioSamples
Returns the stored audio samples between the given samples in the form of an AudioInputStream.
getAudioInputStreamChannelSegregated(double, double) - Method in class mckay.utilities.sound.sampled.AudioSamples
Returns the stored audio samples between the given times in the form of an AudioInputStream.
getAudioInputStreamMixedDown() - Method in class mckay.utilities.sound.sampled.AudioSamples
Returns the stored audio samples in the form of an AudioInputStream.
getAudioInputStreamMixedDown(int, int) - Method in class mckay.utilities.sound.sampled.AudioSamples
Returns the stored audio samples between the given samples in the form of an AudioInputStream.
getAudioInputStreamMixedDown(double, double) - Method in class mckay.utilities.sound.sampled.AudioSamples
Returns the stored audio samples between the given times in the form of an AudioInputStream.
getAutoCorrelation(double[], int, int) - Static method in class mckay.utilities.sound.sampled.AudioMethodsDSP
Calculates the auto-correlation of the given signal.
getAutoCorrelationLabels(double, int, int) - Static method in class mckay.utilities.sound.sampled.AudioMethodsDSP
Returns the bin labels for each bin of an auto-correlation calculation that involved the given paremeters (most likely using the getAutoCorrelation method).
getAvailableFileFormatTypes() - Static method in class mckay.utilities.sound.sampled.AudioMethodsGeneral
Returns the names of file types for which file writing support is provided by the system.
getAvailableMixerData() - Static method in class mckay.utilities.sound.sampled.AudioMethodsGeneral
Returns information in String form regarding all available system mixers.
getAverage(double[]) - Static method in class mckay.utilities.staticlibraries.MathAndStatsMethods
Returns the average of a set of doubles.
getAverage(int[]) - Static method in class mckay.utilities.staticlibraries.MathAndStatsMethods
Returns the average of a set of ints.
getBeginningOfString(String, int) - Static method in class mckay.utilities.staticlibraries.StringMethods
Returns a copy of the given string with all but the first number_characters eliminated.
getBeginningOfStringWithHyphenFiller(String, int) - Static method in class mckay.utilities.staticlibraries.StringMethods
Returns a copy of the given string with all but the first number_characters eliminated.
getBinLabels(double) - Method in class mckay.utilities.sound.sampled.FFT
Returns the frequency bin labels for each bin referred to by the real values, imaginary values, magnitudes and phase angles as determined by the given sampling rate.
getBottomCurrentAmountCompleted() - Method in class mckay.utilities.gui.progressbars.DoubleProgressBarTaskMonitor
Called from a DoubleProgressBarDialog to find out how many tasks for the sub-task progress bar have been done.
getBottomLengthOfTask() - Method in class mckay.utilities.gui.progressbars.DoubleProgressBarTaskMonitor
Called from a DoubleProgressBarDialog to find out how many tasks in the sub-task progress bar remain to be done.
getBottomTextMessage() - Method in class mckay.utilities.gui.progressbars.DoubleProgressBarTaskMonitor
Returns a string indicating, for the sub-task progress bar, how much time has already passed and the estimated time remaining.
getBytesFromAudioInputStream(AudioInputStream) - Static method in class mckay.utilities.sound.sampled.AudioMethodsGeneral
Generates an array of audio bytes based on the contents of the given AudioInputStream.
getCollator() - Method in class mckay.utilities.general.SmartComparator
Get the Collator used by this object.
getColumnClass(int) - Method in class mckay.utilities.gui.tables.TableSortModel
Returns the class of the column at the given index.
getColumnCount() - Method in class mckay.utilities.gui.tables.TableSortModel
Returns the number of columns in the table.
getColumnName(int) - Method in class mckay.utilities.gui.tables.TableSortModel
Returns the name of the column at the given index.
getContentsFramePath(String) - Static method in class mckay.utilities.general.HTMLWriter
Get the path of the left frame holding links to the frames that is created by the startNewFramesPage method.
getConvertedAudioFormat(AudioFormat) - Static method in class mckay.utilities.sound.sampled.AudioMethodsGeneral
Returns an AudioFormat with the same sampling rate and number of channels as the passed AudioFormat.
getConvertedAudioStream(AudioInputStream) - Static method in class mckay.utilities.sound.sampled.AudioMethodsGeneral
Returns a copy of the given AudioInputStream that uses big-endian signed linear PCM encoding, regardless of the original encoding.
getCopyOfArray(Object[]) - Static method in class mckay.utilities.staticlibraries.ArrayMethods
Returns a copy of the given array.
getCopyOfAudioFormat(AudioFormat) - Static method in class mckay.utilities.sound.sampled.AudioMethodsGeneral
Returns a copy of the given AudioFormat.
getCopyOfAudioSamples() - Method in class mckay.utilities.sound.sampled.AudioSamples
Returns a copy of this AudioSamples object.
getCopyOfSamples(double[][]) - Static method in class mckay.utilities.sound.sampled.AudioMethodsDSP
Returns a copy of the given array of samples.
getDataOutputStream(File) - Static method in class mckay.utilities.staticlibraries.FileMethods
Prepares a DataOutputStream that can be used to write a file.
getDefaultPageFramePath(String, String) - Static method in class mckay.utilities.general.HTMLWriter
Get the path of the default page for the right frame that is created by the startNewFramesPage method.
getDescription() - Method in class mckay.utilities.general.FileFilterImplementation
Returns a formatted list describing the file extensions that can pass the filter.
getDescription() - Method in class mckay.utilities.sound.sampled.FileFilterSampledAudio
 
getDirectoryName(String) - Static method in class mckay.utilities.staticlibraries.StringMethods
Returns the name of the directory that the given filename is found in.
getDoubleArraySortKey(double[]) - Static method in class mckay.utilities.staticlibraries.SortingMethods
Takes in an array of doubles and returns an array holding the rankings from lowest (0) to highest (to_sort -1) of each entry from lowest to highest.
getDoubleInScientificNotation(double, int) - Static method in class mckay.utilities.staticlibraries.StringMethods
Returns a formatted version of number_to_round that has been converted to scientific notation and includes the given number of significant_digits.
getDuration() - Method in class mckay.utilities.sound.sampled.AudioSamples
Returns the total length of the stored audio in seconds.
getExtension(String) - Static method in class mckay.utilities.staticlibraries.StringMethods
Returns the 2, 3 or 4 letter extension of the given file name.
getFactorial(long) - Static method in class mckay.utilities.staticlibraries.MathAndStatsMethods
Calculates the factorial of the given value.
getFileFormatExtension() - Method in class mckay.utilities.general.FileSaver
Provides an array of the extensions of file formats that may be saved with this object.
getFormatUsedForRecording() - Method in class mckay.utilities.sound.sampled.AudioMethodsRecording.RecordThread
Returns the AudioFormat that was used for recording.
getFrameSubdirectoryPath(String) - Static method in class mckay.utilities.general.HTMLWriter
Get the path of the subdirectory that is created by the startNewFramesPage method.
getHTMLFormattedSearchResults(String[][], int, String, String, String) - Method in class mckay.utilities.webservices.NetworkSearch
Takes the results produced by a NetworkSearch subclass search and formats them into an HTML page, which is returned.
getImaginaryValues() - Method in class mckay.utilities.sound.sampled.FFT
Returns the real values as calculated by the FFT.
getIndexOfLargest(float[]) - Static method in class mckay.utilities.staticlibraries.MathAndStatsMethods
Returns the index of the entry of an array of floats with the largest value.
getIndexOfLargest(double[]) - Static method in class mckay.utilities.staticlibraries.MathAndStatsMethods
Returns the index of the entry of an array of doubles with the largest value.
getIndexOfLargest(int[]) - Static method in class mckay.utilities.staticlibraries.MathAndStatsMethods
Returns the index of the entry of an array of itegers with the largest value.
getIndexOfLongestString(String[]) - Static method in class mckay.utilities.staticlibraries.StringMethods
Return the index of the longest string in the given array.
getIndexOfMedian(double[]) - Static method in class mckay.utilities.staticlibraries.MathAndStatsMethods
Returns the index of the entry of an array of doubles that corresponds.
getIndexOfSmallest(double[]) - Static method in class mckay.utilities.staticlibraries.MathAndStatsMethods
Returns the index of the entry of an array of doubles with the smallest value.
getIndexOfSmallest(int[]) - Static method in class mckay.utilities.staticlibraries.MathAndStatsMethods
Returns the index of the entry of an array of doubles with the smallest value.
getIndexOfString(String, String[]) - Static method in class mckay.utilities.staticlibraries.StringMethods
Returns the index in the possible_names array where the given_name parameter occurs.
getInputStream(ByteArrayOutputStream, AudioFormat) - Static method in class mckay.utilities.sound.sampled.AudioMethodsGeneral
Generates an AudioInputStream based on the given ByteArrayOutputStream and the given AudioFormat.
getInputStream(byte[], AudioFormat) - Static method in class mckay.utilities.sound.sampled.AudioMethodsGeneral
Generates an AudioInputStream based on the given array of bytes and the given AudioFormat.
getInputStream(File) - Static method in class mckay.utilities.sound.sampled.AudioMethodsGeneral
Generates an AudioInputStream based on the contents of the given File.
getIntInLimits(String, int, int) - Static method in class mckay.utilities.staticlibraries.StringMethods
Tests if the given string is an integer within the given bounds, and returns it as an integer if it is.
getLengthOfLongerString(String, String) - Static method in class mckay.utilities.staticlibraries.StringMethods
Returns the length of the longer of the two given strings.
getLengthOfShorterString(String, String) - Static method in class mckay.utilities.staticlibraries.StringMethods
Returns the length of the shorter of the two given strings.
getMagnitudeSpectrum() - Method in class mckay.utilities.sound.sampled.FFT
Returns the magnitudes spectrum.
getMaximumAmplitude() - Method in class mckay.utilities.sound.sampled.AudioSamples
Returns the maximum amplitude value in all of the channels.
getMIDIFileFormatData(File) - Static method in class mckay.utilities.sound.midi.MIDIMethods
Returns information regarding a given MIDI file.
getMixer(int, AudioEventLineListener) - Static method in class mckay.utilities.sound.sampled.AudioMethodsGeneral
Returns the Mixer object with the specified index.
getNewFileForWriting(String, boolean) - Static method in class mckay.utilities.staticlibraries.FileMethods
Gets a new File object to write to based on the given path.
getNumberBytesNeeded(double, AudioFormat) - Static method in class mckay.utilities.sound.sampled.AudioMethodsGeneral
Returns the number of bytes needed to store samples corresponding to audio of fixed duration.
getNumberBytesNeeded(int, AudioFormat) - Static method in class mckay.utilities.sound.sampled.AudioMethodsGeneral
Returns the number of bytes needed to store samples corresponding to the given number of samples in a given AudioFormat.
getNumberChannels() - Method in class mckay.utilities.sound.sampled.AudioSamples
Returns the number of channels of stored audio.
getNumberFormattedWithCommas(int) - Static method in class mckay.utilities.staticlibraries.StringMethods
Formats the given number with a comma every three digits.
getNumberFormattedWithCommas(long) - Static method in class mckay.utilities.staticlibraries.StringMethods
Formats the given number with a comma every three digits.
getNumberHits(String[], String[]) - Method in class mckay.utilities.webservices.GoogleWebSearch
Returns the number of hits for a query containing the given search strings, where the search is a boolean AND of the strings in the entries of the search_strings parameter.
getNumberHits(String, String[]) - Method in class mckay.utilities.webservices.NetworkSearch
Returns the number of hits for a query containing the given search strings.
getNumberHits(String[], String[]) - Method in class mckay.utilities.webservices.NetworkSearch
Returns the number of hits for a query containing the given search strings, where the search is a boolean AND of the strings in the entries of the search_strings parameter.
getNumberHits(String[], String[], int) - Method in class mckay.utilities.webservices.NetworkSearch
Returns the number of hits for a query containing the given search strings, where the search is a boolean AND of the strings in the entries of the search_strings parameter.
getNumberHits(String[], String[]) - Method in class mckay.utilities.webservices.YahooWebSearch
Returns the number of hits for a query containing the given search strings, where the search is a boolean AND of the strings in the entries of the search_strings parameter.
getNumberOccurencesOfSubString(String, String) - Static method in class mckay.utilities.staticlibraries.StringMethods
Returns the number of times that the given substring occurs in the given_string.
getNumberPerumutations(int, int) - Static method in class mckay.utilities.staticlibraries.MathAndStatsMethods
Calculates the number of permutations of the given parameters without replacement.
getNumberSamplesPerChannel() - Method in class mckay.utilities.sound.sampled.AudioSamples
Returns the total number of samples per channel in the stored audio.
getPercentage(int, int) - Static method in class mckay.utilities.staticlibraries.MathAndStatsMethods
Returns the percentage of the given total that the given value represents.
getPhaseAngles() - Method in class mckay.utilities.sound.sampled.FFT
Returns the phase angle for each frequency bin.
getPowerSpectrum() - Method in class mckay.utilities.sound.sampled.FFT
Returns the power spectrum.
getProcessedStrings() - Method in class mckay.utilities.gui.templates.ListInputPanel
Takes the contents of the text area and breaks them into an array with an entry for each line in the text area.
getProcessingTimeLogs(boolean) - Method in class mckay.utilities.gui.progressbars.DoubleProgressBarTaskMonitor
Returns a breakdown of how long each subtask took to complete.
getRandomOrdering(int) - Static method in class mckay.utilities.staticlibraries.MathAndStatsMethods
Returns an array number_entries arrays.
getRealValues() - Method in class mckay.utilities.sound.sampled.FFT
Returns the real values as calculated by the FFT.
getRecordedData() - Method in class mckay.utilities.sound.sampled.AudioMethodsRecording.RecordThread
Returns the stream of recorded data.
getRecordingInfo() - Method in class mckay.utilities.sound.sampled.AudioSamples
Returns a formatted description of the AudioFormat of the samples as well as the number of samples per channel, the duration in seconds of the recording and the maximum sample amplitude.
getRoundedDouble(double, int) - Static method in class mckay.utilities.staticlibraries.StringMethods
Returns a formatted version of number_to_round.
getRoundedDoubleWithCommas(double, int) - Static method in class mckay.utilities.staticlibraries.StringMethods
Returns a formatted version of number_to_round.
getRowCount() - Method in class mckay.utilities.gui.tables.TableSortModel
Returns the number of rows in the table.
getSamplesChannelSegregated() - Method in class mckay.utilities.sound.sampled.AudioSamples
Returns the stored audio samples.
getSamplesChannelSegregated(int, int) - Method in class mckay.utilities.sound.sampled.AudioSamples
Returns the stored audio samples between the given sample indices.
getSamplesChannelSegregated(double, double) - Method in class mckay.utilities.sound.sampled.AudioSamples
Returns the stored audio samples between the given times in secondes.
getSamplesMixedDown() - Method in class mckay.utilities.sound.sampled.AudioSamples
Returns the stored audio samples.
getSamplesMixedDown(int, int) - Method in class mckay.utilities.sound.sampled.AudioSamples
Returns the stored audio samples between the given sample indices.
getSamplesMixedDown(double, double) - Method in class mckay.utilities.sound.sampled.AudioSamples
Returns the stored audio samples between the given times.
getSamplesMixedDownIntoOneChannel(double[][]) - Static method in class mckay.utilities.sound.sampled.AudioMethodsDSP
Returns the given set of samples as a set of samples mixed down into one channel.
getSampleWindowsChannelSegregated(int) - Method in class mckay.utilities.sound.sampled.AudioSamples
Returns the stored audio samples divided into windows of equal lengths.
getSampleWindowsChannelSegregated(double) - Method in class mckay.utilities.sound.sampled.AudioSamples
Returns the stored audio samples divided into windows of equal lengths.
getSampleWindowsMixedDown(int) - Method in class mckay.utilities.sound.sampled.AudioSamples
Returns the stored audio samples divided into windows of equal lengths.
getSampleWindowsMixedDown(double) - Method in class mckay.utilities.sound.sampled.AudioSamples
Returns the stored audio samples divided into windows of equal lengths.
getSamplingRate() - Method in class mckay.utilities.sound.sampled.AudioSamples
Returns the sampling rate that is associated with the stored samples.
getSamplingRateAsDouble() - Method in class mckay.utilities.sound.sampled.AudioSamples
Returns the sampling rate that is associated with the stored samples.
getSeachServiceName() - Method in class mckay.utilities.webservices.GoogleWebSearch
Returns the name of the web services used by this class.
getSeachServiceName() - Method in class mckay.utilities.webservices.NetworkSearch
Returns the name of the web services used by the implementing class.
getSeachServiceName() - Method in class mckay.utilities.webservices.YahooWebSearch
Returns the name of the web services used by this class.
getSearchResults(String[], int, int, String[], String[]) - Method in class mckay.utilities.webservices.GoogleWebSearch
Returns the top results for a query containing the given search strings, where the search is a boolean AND of the strings in the entries of the search_strings parameter.
getSearchResults(String, int, int, String[], String[]) - Method in class mckay.utilities.webservices.NetworkSearch
Returns the top results for a query containing the given search string.
getSearchResults(String[], int, int, String[], String[]) - Method in class mckay.utilities.webservices.NetworkSearch
Returns the top results for a query containing the given search strings, where the search is a boolean AND of the strings in the entries of the search_strings parameter.
getSearchResults(String[], int, int, String[], String[]) - Method in class mckay.utilities.webservices.YahooWebSearch
Returns the top results for a query containing the given search strings, where the search is a boolean AND of the strings in the entries of the search_strings parameter.
getSearchServiceLimitations() - Method in class mckay.utilities.webservices.GoogleWebSearch
Returns the specific limitations of this web service in the context of all of the search parameters available to the NetworkSearch class and its subclasses.
getSearchServiceLimitations() - Method in class mckay.utilities.webservices.NetworkSearch
Returns the specific limitations of this web service in the context of all of the search parameters available to the NetworkSearch class and its subclasses.
getSearchServiceLimitations() - Method in class mckay.utilities.webservices.YahooWebSearch
Returns the specific limitations of this web service in the context of all of the search parameters available to the NetworkSearch class and its subclasses.
getSecondsPerTick(Sequence) - Static method in class mckay.utilities.sound.midi.MIDIMethods
Returns an array with an entry for each MIDI tick in the given MIDI sequence.
getSourceDataLine(AudioFormat, AudioEventLineListener) - Static method in class mckay.utilities.sound.sampled.AudioMethodsGeneral
Gets a SourceDataLine that can be used for purposes such as writing directly to a speaker.
getStandardDeviation(double[]) - Static method in class mckay.utilities.staticlibraries.MathAndStatsMethods
Returns the standard deviation of a set of doubles.
getStandardDeviation(int[]) - Static method in class mckay.utilities.staticlibraries.MathAndStatsMethods
Returns the standard deviation of a set of ints.
getStandardHighQualityRecordAudioFormat() - Static method in class mckay.utilities.sound.sampled.AudioFormatJFrame
Returns a new mono AudioFormat that uses an 44.1 kHz sampling rate, a 16 bit bit-depth (signed) and big endian linear PCM encoding.
getStandardLowQualityRecordAudioFormat() - Static method in class mckay.utilities.sound.sampled.AudioFormatJFrame
Returns a new mono AudioFormat that uses an 8 kHz sampling rate, a 8 bit bit-depth (signed) and big endian linear PCM encoding.
getStandardMidQualityRecordAudioFormat() - Static method in class mckay.utilities.sound.sampled.AudioFormatJFrame
Returns a new mono AudioFormat that uses an 8 kHz sampling rate, a 8 bit bit-depth (signed) and big endian linear PCM encoding.
getStrings() - Method in class mckay.utilities.gui.templates.ListInputPanel
Takes the contents of the text area and breaks them into an array with an entry for each line in the text area.
getStrings() - Method in interface mckay.utilities.gui.templates.ListInputParser
Open a file browser and load strings from the selected file.
getStrings() - Method in class mckay.utilities.gui.templates.ListInputTextParser
Opens a file browser and load strings from the selected textfile.
getSynthesisNames() - Static method in class mckay.utilities.sound.sampled.AudioMethodsSynthesis
Returns the names of the types of synthesis that can be performed.
getSynthesisTypeCode(String) - Static method in class mckay.utilities.sound.sampled.AudioMethodsSynthesis
Returns the code for use in the synthesis_type parameter of the synthesizeAndWriteToBuffer method that specifies to the given type of synthesis.
getTableCellRendererComponent(JTable, Object, boolean, boolean, int, int) - Method in class mckay.utilities.gui.tables.MultiLineCellRenderer
Implementation of TableCellRenderer interface
getTableCellRendererComponent(JTable, Object, boolean, boolean, int, int) - Method in class mckay.utilities.gui.tables.StripedTableCellRenderer
Implementation of TableCellRenderer interface
getTargetDataLine(AudioFormat, AudioEventLineListener) - Static method in class mckay.utilities.sound.sampled.AudioMethodsGeneral
Returns a TargetDataLine that can be used for purposes such as recording from a mic.
getTargetDataLine(AudioFormat, Mixer, AudioEventLineListener) - Static method in class mckay.utilities.sound.sampled.AudioMethodsGeneral
Returns a TargetDataLine that can be used for purposes such as recording from a mic.
getText() - Method in class mckay.utilities.gui.templates.ListInputPanel
Returns a dump of the contents of the text area.
getTopCurrentAmountCompleted() - Method in class mckay.utilities.gui.progressbars.DoubleProgressBarTaskMonitor
Called from a DoubleProgressBarDialog to find out how many tasks for the overall progress bar have been done.
getTopLengthOfTask() - Method in class mckay.utilities.gui.progressbars.DoubleProgressBarTaskMonitor
Called from a DoubleProgressBarDialog to find out how many tasks in the overall progress bar remain to be done.
getTopTextMessage() - Method in class mckay.utilities.gui.progressbars.DoubleProgressBarTaskMonitor
Returns a string indicating, for the overall progress bar, how much time has already passed and the estimated time remaining.
getTrueRowIndex(int) - Method in class mckay.utilities.gui.tables.TableSortModel
Returns the row index of the true table model that corresponds to the row index in the sorted table model.
getUniqueIdentifier() - Method in class mckay.utilities.sound.sampled.AudioSamples
Returns the identifier assigned to an object of this class at instantiation.
getValue() - Method in class mckay.utilities.gui.progressbars.SwingWorker
Get the value produced by the worker thread, or null if it hasn't been constructed yet.
getValueAt(int, int) - Method in class mckay.utilities.gui.tables.TableSortModel
Returns the corresponding contents of the real TableModel.
go() - Method in class mckay.utilities.gui.progressbars.DoubleProgressBarTaskCoordinator
Begin processing with the progress bar.
go() - Method in class mckay.utilities.gui.progressbars.DoubleProgressBarTaskMonitor
Called to start the overall task that the progress bar is monitoring.
GOOGLE_SOAP_CODE - Static variable in class mckay.utilities.webservices.NetworkSearch
The code used to identify searches using the GoogleWebSearch class that extends this class.
GoogleWebSearch - Class in mckay.utilities.webservices
Allows access to a variety of types of searches using the Google SOAP web services.
GoogleWebSearch(String) - Constructor for class mckay.utilities.webservices.GoogleWebSearch
Creates a new instance of GoogleWebSearch, stores the Google licesne key and sets the superclass' fields to their default values.

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