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

A

AboutDialog - Class in mckay.utilities.gui.templates
A basic information dialog box to provide information about a piece of software.
AboutDialog(JFrame, String, String, String, String) - Constructor for class mckay.utilities.gui.templates.AboutDialog
Prepares and displays the dialog box.
accept(File) - Method in class mckay.utilities.general.FileFilterImplementation
Returns whether the given file should pass through the filter.
accept(File) - Method in class mckay.utilities.sound.sampled.FileFilterSampledAudio
 
actionPerformed(ActionEvent) - Method in class mckay.utilities.gui.progressbars.DoubleProgressBarDialog
Calls the appropriate methods when the buttons are pressed.
actionPerformed(ActionEvent) - Method in class mckay.utilities.gui.templates.ListInputPanel
Calls the appropriate methods when the specified actions are performed.
actionPerformed(ActionEvent) - Method in class mckay.utilities.gui.templates.PlotDisplay
React to the Replot button by re-plotting the data sets given the values entered in the text field.
actionPerformed(ActionEvent) - Method in class mckay.utilities.gui.templates.ResultsDisplayPanel
Calls the appropriate methods when the specified actions are performed.
actionPerformed(ActionEvent) - Method in class mckay.utilities.sound.sampled.AudioFormatJFrame
Calls the appropriate methods when the buttons are pressed.
actionPerformed(ActionEvent) - Method in class mckay.utilities.webservices.NetworkSearchDialog
Calls the appropriate methods when the buttons are pressed.
addElement(String) - Method in class mckay.utilities.vectorsorter.StringSortableVector
Adds the given string to the SortableVector stored in this object.
addFrame(String, File, DataOutputStream) - Static method in class mckay.utilities.general.HTMLWriter
Adds a new HTML page to a frames-based interface, as prepared with the startNewFramesPage method.
addHorizontalRule(DataOutputStream) - Static method in class mckay.utilities.general.HTMLWriter
Writes a a horizontal rule to the given file.
addHorizontalRule(StringBuffer) - Static method in class mckay.utilities.general.HTMLWriter
Writes a a horizontal rule to the given StringBuffer.
addLineBreaksToArray(String[][]) - Static method in class mckay.utilities.general.HTMLWriter
Returns an array consisting of the given array but with the second dimension projected into one entry separated by
tags.
addList(String[], boolean, DataOutputStream) - Static method in class mckay.utilities.general.HTMLWriter
Writes the given list as a formatted HTML lsit to the given file.
addList(String[], boolean, StringBuffer) - Static method in class mckay.utilities.general.HTMLWriter
Writes the given list as a formatted HTML lsit to the given StringBuffer.
addParagraph(String, DataOutputStream) - Static method in class mckay.utilities.general.HTMLWriter
Writes the given paragraph as formatted HTML to the given file.
addParagraph(String, StringBuffer) - Static method in class mckay.utilities.general.HTMLWriter
Writes the given paragraph as formatted HTML to the given StringBuffer.
addRow(Object[]) - Method in class mckay.utilities.gui.tables.TableSortModel
Adds a row to the end of the TableModel.
addTable(String[][], String[], DataOutputStream) - Static method in class mckay.utilities.general.HTMLWriter
Writes the given table as formatted HTML to the given file.
addTable(String[][], String[], boolean, StringBuffer) - Static method in class mckay.utilities.general.HTMLWriter
Writes the given table as formatted HTML to the given StringBuffer.
addTableHighlightingHighestInRow(String[][], String[], boolean, StringBuffer) - Static method in class mckay.utilities.general.HTMLWriter
Writes the given table as formatted HTML to the given StringBuffer.
addTableModelListener(TableModelListener) - Method in class mckay.utilities.gui.tables.TableSortModel
Adds the given listener to the table model.
alignmentX - Variable in class mckay.utilities.gui.tables.MultiLineCellRenderer
 
appendStrings(String[]) - Method in class mckay.utilities.gui.templates.ListInputPanel
Appends each string in the new_strings parameter as a new line in the text area.
appendText(String) - Method in class mckay.utilities.gui.templates.ListInputPanel
Appends the contents of new_text to the text area without any modifications.
applyClickAvoidanceAttenuationEnvelope(double[][], double, float) - Static method in class mckay.utilities.sound.sampled.AudioMethodsDSP
Applies linear attenuation to either end of the given samples.
applyGain(double[][], double) - Static method in class mckay.utilities.sound.sampled.AudioMethodsDSP
Applies a gain to the given samples.
applyGainAndPanning(double[][], double, double) - Static method in class mckay.utilities.sound.sampled.AudioMethodsDSP
Apply an overall gain and panning to the provided set of samples.
areAllEntriesIdentical(String[]) - Static method in class mckay.utilities.staticlibraries.StringMethods
Checks the given array of strings to see if all of the contents are identical.
ArrayMethods - Class in mckay.utilities.staticlibraries
A holder class for general static methods that can be used for processing arrays.
ArrayMethods() - Constructor for class mckay.utilities.staticlibraries.ArrayMethods
 
audio_format - Variable in class mckay.utilities.sound.sampled.AudioSamples
The AudioFormat used to encode the samples field.
AudioEventLineListener - Class in mckay.utilities.sound.sampled
An implementation of the LineListener interface.
AudioEventLineListener() - Constructor for class mckay.utilities.sound.sampled.AudioEventLineListener
 
AudioFormatJFrame - Class in mckay.utilities.sound.sampled
JFrame used to select encoding options for recording or synthsizing audio.
AudioFormatJFrame() - Constructor for class mckay.utilities.sound.sampled.AudioFormatJFrame
Basic constructor.
AudioMethodsDSP - Class in mckay.utilities.sound.sampled
A holder class for general static methods relating to processing signals in the form of samples stored as arrays of doubles.
AudioMethodsDSP() - Constructor for class mckay.utilities.sound.sampled.AudioMethodsDSP
 
AudioMethodsGeneral - Class in mckay.utilities.sound.sampled
A holder class for general static methods relating to sampled audio.
AudioMethodsGeneral() - Constructor for class mckay.utilities.sound.sampled.AudioMethodsGeneral
 
AudioMethodsPlayback - Class in mckay.utilities.sound.sampled
A holder class for static methods and internal classes relating to playing back audio recordings.
AudioMethodsPlayback() - Constructor for class mckay.utilities.sound.sampled.AudioMethodsPlayback
 
AudioMethodsPlayback.PlayThread - Class in mckay.utilities.sound.sampled
A thread for playing an AudioInputStream directly to a SourceDataLine.
AudioMethodsRecording - Class in mckay.utilities.sound.sampled
A holder class for static methods and internal classes relating to recording audio.
AudioMethodsRecording() - Constructor for class mckay.utilities.sound.sampled.AudioMethodsRecording
 
AudioMethodsRecording.RecordThread - Class in mckay.utilities.sound.sampled
A thread for recording from a given TargetDataLine into a ByteArrayOutputStream.
AudioMethodsRecording.RecordToFileThread - Class in mckay.utilities.sound.sampled
A thread for recording from a given TargetDataLine into an audio file belonging to one of a number of types.
AudioMethodsSynthesis - Class in mckay.utilities.sound.sampled
A holder class for general static methods relating to sampled audio.
AudioMethodsSynthesis() - Constructor for class mckay.utilities.sound.sampled.AudioMethodsSynthesis
 
AudioSamples - Class in mckay.utilities.sound.sampled
A class for holding audio samples and associated audio formatting information.
AudioSamples(File, String, boolean) - Constructor for class mckay.utilities.sound.sampled.AudioSamples
Store the given audio file as samples and the corresponding AudioFormat.
AudioSamples(AudioInputStream, String, boolean) - Constructor for class mckay.utilities.sound.sampled.AudioSamples
Store the given AudioInputStream as samples and the corresponding AudioFormat.
AudioSamples(double[][], AudioFormat, String, boolean) - Constructor for class mckay.utilities.sound.sampled.AudioSamples
Store the given samples with the associated AudioFormat.
AudioSamples(double[][], float, String, boolean) - Constructor for class mckay.utilities.sound.sampled.AudioSamples
Store the given samples with the associated sampling rate.

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