Serialized Form


Package tp.view

Class tp.view.HelpView extends javax.swing.JEditorPane implements Serializable

Serialized Fields

actual_shown_help

java.lang.String actual_shown_help

Class tp.view.MainView extends javax.swing.JFrame implements Serializable

Serialized Fields

menu_bar

MenuView menu_bar

progress

ProgressView progress

help_view

HelpView help_view

tabs

TabView tabs

Class tp.view.MenuView extends javax.swing.JMenuBar implements Serializable

Serialized Fields

action_handler

java.awt.event.ActionListener action_handler

Class tp.view.ProgressView extends javax.swing.JProgressBar implements Serializable

Serialized Fields

msg

java.lang.String msg

Class tp.view.TabLoaderView extends javax.swing.JPanel implements Serializable

Serialized Fields

fc

javax.swing.JFileChooser fc

action_handler

java.awt.event.ActionListener action_handler

file_list

javax.swing.JList file_list

select_format

javax.swing.JComboBox select_format

Class tp.view.TabResultsView extends javax.swing.JPanel implements Serializable

Serialized Fields

action_handler

java.awt.event.ActionListener action_handler

count_documents

javax.swing.JLabel count_documents

count_features

javax.swing.JLabel count_features

max_count_features

javax.swing.JLabel max_count_features

avg_count_features

javax.swing.JLabel avg_count_features

max_frequent_feature

javax.swing.JLabel max_frequent_feature

avg_frequent_feature

javax.swing.JLabel avg_frequent_feature

max_tf_feature

javax.swing.JLabel max_tf_feature

avg_tf_feature

javax.swing.JLabel avg_tf_feature

max_tfidf_feature

javax.swing.JLabel max_tfidf_feature

avg_tfidf_feature

javax.swing.JLabel avg_tfidf_feature

stop_list

javax.swing.JLabel stop_list

stemming

javax.swing.JLabel stemming

features

javax.swing.JLabel features

model

javax.swing.JLabel model

Class tp.view.TabSaveView extends javax.swing.JPanel implements Serializable

Serialized Fields

action_handler

java.awt.event.ActionListener action_handler

save_controller

SaveControl save_controller

range_min_restrict

javax.swing.JLabel range_min_restrict

range_max_restrict

javax.swing.JLabel range_max_restrict

actual_count_features

javax.swing.JLabel actual_count_features

format_csv_panel

javax.swing.JPanel format_csv_panel

restrict_spin_min_occur

javax.swing.JSpinner restrict_spin_min_occur

restrict_spin_max_occur

javax.swing.JSpinner restrict_spin_max_occur

select_format

javax.swing.JComboBox select_format

Class tp.view.TabSettingsView extends javax.swing.JPanel implements Serializable

Serialized Fields

action_handler

java.awt.event.ActionListener action_handler

settings_controller

SettingsControl settings_controller

ngram_spin

javax.swing.JSpinner ngram_spin

ngram_occur

javax.swing.JSpinner ngram_occur

feature_ngram

javax.swing.JRadioButton feature_ngram

ngram_label

javax.swing.JLabel ngram_label

ngram_occur_label

javax.swing.JLabel ngram_occur_label

load_stop_list_btn

javax.swing.JCheckBox load_stop_list_btn

label_load_stop_list

javax.swing.JLabel label_load_stop_list

fc

javax.swing.JFileChooser fc

Class tp.view.TabView extends javax.swing.JTabbedPane implements Serializable

Serialized Fields

loader

TabLoaderView loader

settings

TabSettingsView settings

results

TabResultsView results

save

TabSaveView save