Serialized Form


Package SearchOperations

Class SearchOperations.Query extends KeywordTreeSet implements Serializable

Serialized Fields

_expression

java.lang.String _expression
Holds the raw query expression


Package TextDatabase

Class TextDatabase.Document extends KeywordTreeSet implements Serializable

Serialized Fields

_fileName

java.lang.String _fileName
Holds the filename of the document


_documentTreeSet

DocumentTreeSet _documentTreeSet
Holds the document TreeSet that contains this document

Class TextDatabase.DocumentTreeSet extends java.util.TreeSet implements Serializable

Serialized Fields

_globalKeywordTreeSet

KeywordTreeSet _globalKeywordTreeSet
Holds the global keyword tree set

Class TextDatabase.KeywordTreeSet extends java.util.TreeSet implements Serializable

Serialized Fields

_mostPopularKeyword

Keyword _mostPopularKeyword
Holds the keyword with the highest frequency

Class TextDatabase.StopWordTreeSet extends java.util.TreeSet implements Serializable

Serialized Fields

stopWordsFileName

java.lang.String stopWordsFileName
Holds the fileName with the collection of stopwords


Package UserInterface

Class UserInterface.ChildPanel extends javax.swing.JPanel implements Serializable

Serialized Fields

_masterContainer

java.awt.Container _masterContainer
Holds a reference to the Master Container

Class UserInterface.DocumentViewerDialog extends javax.swing.JDialog implements Serializable

Serialized Fields

_document

Document _document
Holds the document


_documentScrollPane

javax.swing.JScrollPane _documentScrollPane
Holds the documents text


_keywordsScrollPane

javax.swing.JScrollPane _keywordsScrollPane
Holds the document's keywords


_keywordColumns

java.util.Vector<E> _keywordColumns
Holds the column names for the document's keywords table


_contentPane

java.awt.Container _contentPane
Holds the dialog's content pane


_width

int _width
Holds the width of the dialog


_height

int _height
Holds the height of the dialog

Class UserInterface.MainFrame extends javax.swing.JFrame implements Serializable

Serialized Fields

_searchPanel

SearchPanel _searchPanel
Holds the search Panel


_resultPanel

ResultPanel _resultPanel
Holds the result Panel


_width

int _width
Holds the Main Frame's width


_height

int _height
Holds the Main Frame's height


_documentTreeSet

DocumentTreeSet _documentTreeSet
Holds the document Tree Set

Class UserInterface.ReadOnlyTable extends javax.swing.JTable implements Serializable

Class UserInterface.ResultPanel extends ChildPanel implements Serializable

Serialized Fields

_booleanScrollPane

javax.swing.JScrollPane _booleanScrollPane
Scroll Pane for the results of the Boolean Model


_vectorScrollPane

javax.swing.JScrollPane _vectorScrollPane
Scroll Pane for the results of the Vector Model


_booleanColumnNames

java.util.Vector<E> _booleanColumnNames
Vector for the column Names of the boolean Model


_vectorColumnNames

java.util.Vector<E> _vectorColumnNames
Vector for the column names of the Vector Model

Class UserInterface.SearchPanel extends ChildPanel implements Serializable

Serialized Fields

_searchTextField

javax.swing.JTextField _searchTextField
Holds the search expression


_searchButton

javax.swing.JButton _searchButton
Holds the button that initiates the search sequence


_label

javax.swing.JLabel _label
Search Label


_textLength

int _textLength
Holds the length of the search expression