Serialized Form


Package mckay.utilities.gui.progressbars

Class mckay.utilities.gui.progressbars.DoubleProgressBarDialog extends javax.swing.JFrame implements Serializable

Serialized Fields

task_monitor

DoubleProgressBarTaskMonitor task_monitor

timer

javax.swing.Timer timer

parent_window

javax.swing.JFrame parent_window

top_progress_bar

javax.swing.JProgressBar top_progress_bar

bottom_progress_bar

javax.swing.JProgressBar bottom_progress_bar

top_report_text_area

javax.swing.JTextArea top_report_text_area

bottom_report_text_area

javax.swing.JTextArea bottom_report_text_area

content_pane

java.awt.Container content_pane

progress_panel

javax.swing.JPanel progress_panel

button_panel

javax.swing.JPanel button_panel

cancel_button

javax.swing.JButton cancel_button

Class mckay.utilities.gui.progressbars.SimpleProgressBarDialog extends javax.swing.JDialog implements Serializable

Serialized Fields

parent

java.awt.Component parent
The window that called this dialog box and that is performing the task whose progress is being measured.


progress_bar

javax.swing.JProgressBar progress_bar
The progress bar measuring the progress of the task.


task_status

int task_status
The current task number being performed.


number_tasks

int number_tasks
The total number of tasks to be performed. The maximum value of the progress bar.


Package mckay.utilities.gui.tables

Class mckay.utilities.gui.tables.MultiLineCellRenderer extends javax.swing.JPanel implements Serializable

Serialized Fields

verticalAlignment

int verticalAlignment

horizontalAlignment

int horizontalAlignment

alignmentX

float alignmentX

foreground

java.awt.Color foreground

background

java.awt.Color background

font

java.awt.Font font

Package mckay.utilities.gui.templates

Class mckay.utilities.gui.templates.AboutDialog extends javax.swing.JDialog implements Serializable

Class mckay.utilities.gui.templates.HelpDialog extends javax.swing.JDialog implements Serializable

Serialized Fields

display_panel

HTMLFramesPanel display_panel
Where the actual help data is displayed.

Class mckay.utilities.gui.templates.HTMLFramesPanel extends javax.swing.JPanel implements Serializable

Serialized Fields

left_pane

javax.swing.JEditorPane left_pane
The left pane.


right_pane

javax.swing.JEditorPane right_pane
The right pane.

Class mckay.utilities.gui.templates.InformationDialog extends javax.swing.JDialog implements Serializable

Class mckay.utilities.gui.templates.ListInputPanel extends javax.swing.JPanel implements Serializable

Serialized Fields

file_parser

ListInputParser file_parser
An object that can bring up a file chooser, parse selected files and append the extracted contents to this object's text area.


text_area

javax.swing.JTextArea text_area
The text area stored in this object.


load_button

javax.swing.JButton load_button
A button that will bring up a file chooser to load strings from a file and add them to the text area. They are not cleaned or processed upon loading, they are simply dumped. They also do not replace any text that is already there, they are rather appended to the text.


save_button

javax.swing.JButton save_button
A button that will cause the unprocessed contents of the text area to be saved as a text file to the location of the user's choosing.


clear_button

javax.swing.JButton clear_button
A button that erases the contents of the text area.


organize_button

javax.swing.JButton organize_button
A button that alphabetizes the contents of the primary text area and also removes blank lines and removes duplicate lines.


save_chooser

javax.swing.JFileChooser save_chooser
A file chooser allowing the user to choose the location so save the contents of the text area.

Class mckay.utilities.gui.templates.PlotDisplay extends javax.swing.JFrame implements Serializable

Serialized Fields

x_min

double x_min

x_max

double x_max

y_min

double y_min

y_max

double y_max

x_tic_interval

double x_tic_interval

y_tic_interval

double y_tic_interval

x_min_tf

javax.swing.JTextField x_min_tf

x_max_tf

javax.swing.JTextField x_max_tf

y_min_tf

javax.swing.JTextField y_min_tf

y_max_tf

javax.swing.JTextField y_max_tf

x_tic_interval_tf

javax.swing.JTextField x_tic_interval_tf

y_tic_interval_tf

javax.swing.JTextField y_tic_interval_tf

canvases

java.awt.Canvas[] canvases

data_points

double[][] data_points

data_x_coordinates

double[][] data_x_coordinates

Class mckay.utilities.gui.templates.ResultsDisplayPanel extends javax.swing.JPanel implements Serializable

Serialized Fields

display_pane

javax.swing.JEditorPane display_pane
Pane to dislplay results


save_button

javax.swing.JButton save_button
A button that will cause the contents of the display_pane to be saved using a Save As dialog box in the format selected in the save_format_combo_box.


save_format_combo_box

javax.swing.JComboBox save_format_combo_box
Allows the user to choose the format to save the contents of the display_pane when the save_button is pressed.


save_chooser

javax.swing.JFileChooser save_chooser
A file chooser allowing the user to choose the location so save the contents of the text area.


saver

FileSaver saver
Performs the actual saving of files.


Package mckay.utilities.sound.sampled

Class mckay.utilities.sound.sampled.AudioFormatJFrame extends javax.swing.JFrame implements Serializable

Serialized Fields

temp_format

javax.sound.sampled.AudioFormat temp_format
Temporarily holds the AudioFormat corresponding to the GUI's settings whenever the setVisible method is called. For use in restoring settings if the cancel button is pressed.


content_pane

java.awt.Container content_pane

settings_panel

javax.swing.JPanel settings_panel

button_panel

javax.swing.JPanel button_panel

sampling_rate_rb_group

javax.swing.ButtonGroup sampling_rate_rb_group

sr_8000_rb

javax.swing.JRadioButton sr_8000_rb

sr_11025_rb

javax.swing.JRadioButton sr_11025_rb

sr_16000_rb

javax.swing.JRadioButton sr_16000_rb

sr_22050_rb

javax.swing.JRadioButton sr_22050_rb

sr_44100_rb

javax.swing.JRadioButton sr_44100_rb

sr_other_rb

javax.swing.JRadioButton sr_other_rb

sr_text_area

javax.swing.JTextArea sr_text_area

bit_depth_rb_group

javax.swing.ButtonGroup bit_depth_rb_group

bd_8_rb

javax.swing.JRadioButton bd_8_rb

bd_16_rb

javax.swing.JRadioButton bd_16_rb

bd_other_rb

javax.swing.JRadioButton bd_other_rb

bd_text_area

javax.swing.JTextArea bd_text_area

channels_rb_group

javax.swing.ButtonGroup channels_rb_group

chan_1_rb

javax.swing.JRadioButton chan_1_rb

chan_2_rb

javax.swing.JRadioButton chan_2_rb

chan_other_rb

javax.swing.JRadioButton chan_other_rb

chan_text_area

javax.swing.JTextArea chan_text_area

signed_rb_group

javax.swing.ButtonGroup signed_rb_group

signed_rb

javax.swing.JRadioButton signed_rb

unsigned_rb

javax.swing.JRadioButton unsigned_rb

endian_rb_group

javax.swing.ButtonGroup endian_rb_group

big_endian_rb

javax.swing.JRadioButton big_endian_rb

little_endian_rb

javax.swing.JRadioButton little_endian_rb

low_quality_button

javax.swing.JButton low_quality_button

mid_quality_button

javax.swing.JButton mid_quality_button

high_quality_button

javax.swing.JButton high_quality_button

cancel_button

javax.swing.JButton cancel_button

ok_button

javax.swing.JButton ok_button

Package mckay.utilities.vectorsorter

Class mckay.utilities.vectorsorter.SortableVector extends java.util.Vector<E> implements Serializable

serialVersionUID: 53006L

Serialized Fields

comparator

QuicksortComparator comparator
Performs comparisons.


Package mckay.utilities.webservices

Class mckay.utilities.webservices.NetworkSearchDialog extends javax.swing.JFrame implements Serializable

Serialized Fields

first_search_string_field

javax.swing.JTextField first_search_string_field
A string to base the search on, consisting of one or more words. This must be present.


second_search_string_field

javax.swing.JTextField second_search_string_field
Another string to base the search on, consisting of one or more words. This may be left blank if wished.


literal_search_checkbox

javax.swing.JCheckBox literal_search_checkbox
Whether the strings specified in first_search_string_field and second_search_string_field are to be searched literally. If so, all words must occur exactly as they appear and in the same order as in the first_search_string_field and second_search_string_field to result in a hit. This is also sometimes known as an exact search or a phrase search.


any_not_all_search_strings_checkbox

javax.swing.JCheckBox any_not_all_search_strings_checkbox
Whether all strings in both first_search_string_field and second_search_string_field are searched based on a boolean OR or AND. In the OR case, hits will occur if some but not all of the search words are present and in the AND case hits will only occur if all search words are present.


include_hits_with_similar_search_strings_checkbox

javax.swing.JCheckBox include_hits_with_similar_search_strings_checkbox
Whether hits may be included that do not contain one or more of the specified search string(s) but do contain terms very similar to them (e.g. alternative spellings).


first_excluded_string_field

javax.swing.JTextField first_excluded_string_field
A string that may not be contained in a hit. Also sometimes referred to as a filter string. This is optional.


second_excluded_string_field

javax.swing.JTextField second_excluded_string_field
Another string that may not be contained in a hit. Also sometimes referred to as a filter string. This is optional.


specific_domain_field

javax.swing.JTextField specific_domain_field
Specifies a specific network domain that a search can be limited to. Can be left blank if all available network sites are to be searched.


limit_to_language_combobox

javax.swing.JComboBox limit_to_language_combobox
Excludes hits that to not belong to the specified language. An entry of "No Limitations" places no language-based restrictions.


limit_to_country_combobox

javax.swing.JComboBox limit_to_country_combobox
Excludes hits that are not located in the specified country. An entry of "No Limitations" places no location-based restrictions.


searching_from_region_combobox

javax.swing.JComboBox searching_from_region_combobox
Performs the search using services located in the specified country, if possible (i.e. where the search service is located). Results are not limited to this country.An entry of "No Limitations" causes the default service to be used.


limit_to_file_type_combobox

javax.swing.JComboBox limit_to_file_type_combobox
Only searches for files of the specified type (extension). An entry of "No Limitations" places no file type-based restrictions.


suppress_similar_hits_checkbox

javax.swing.JCheckBox suppress_similar_hits_checkbox
Whether to suppress similar hits, namely ones with identical titles and descriptions or multiple hits from the same host.


suppress_adult_content_checkbox

javax.swing.JCheckBox suppress_adult_content_checkbox
Whether to suppress hits that are classified as adult by the search service.


max_results_combobox

javax.swing.JComboBox max_results_combobox
Specifies the maximum number of results for which the details will be reported. This is not a maximum on the number of overall hits reported.


left_web_service_combobox

javax.swing.JComboBox left_web_service_combobox
The web services to use for performing the search whose results are reported in the left_results_pane.


right_web_service_combobox

javax.swing.JComboBox right_web_service_combobox
The web services to use for performing the search whose results are reported in the right_web_service_combobox.


left_results_pane

javax.swing.JEditorPane left_results_pane
Reports the results of searches performed using the serivce specified in the left_web_service_combobox.


right_results_pane

javax.swing.JEditorPane right_results_pane
Reports the results of searches performed using the serivce specified in the right_web_service_combobox.


left_back_button

javax.swing.JButton left_back_button
Causes the left_results_pane to display earlier ranked results if they are available.


left_next_button

javax.swing.JButton left_next_button
Causes the left_results_pane to display later ranked results if they are available.


right_back_button

javax.swing.JButton right_back_button
Causes the right_results_pane to display earlier ranked results if they are available.


right_next_button

javax.swing.JButton right_next_button
Causes the right_results_pane to display later ranked results if they are available.


current_left_start

int current_left_start
The ranking of the first search result currently displayed in the left_results_pane, indexed starting at 1, not 0.


current_left_end

int current_left_end
The ranking of the last search result currently displayed in the left_results_pane, indexed starting at 1, not 0.


current_right_start

int current_right_start
The ranking of the first search result currently displayed in the right_results_pane, indexed starting at 1, not 0.


current_right_end

int current_right_end
The ranking of the last search result currently displayed in the right_results_pane, indexed starting at 1, not 0.


begin_search_button

javax.swing.JButton begin_search_button
Causes a search to be performed using the parameters specified in this dialog box.


yahoo_application_id

java.lang.String yahoo_application_id
The Application ID needed to identify the applciation to Yahoo! web services


google_license_key

java.lang.String google_license_key
The Google license key that is to be used to access the Google SOAP web services.


included_web_services

java.lang.String[] included_web_services
The web services that can be accessed by this dialog box.