Class Summary |
AboutDialog |
This class creates the so-called "About"-dialog, this dialog gives some
information about this program WordSuggester. |
DeleteDialog |
This class creates the so-called "Delete"-dialog, it confirms wheather a stem
is to be deleteted from the list of database. |
GuiGeneration |
This class contains the methods for creating basic parts of the main
window(e.g. the input-panel and output-panel), and methods for trigerring
different dialogs. |
OkDialog |
This class creates the so-called "Ok"-dialog, it shows the errors in the
input with correction advices. |
ShowStartDialog |
This class creates the so-called "ShowStart"-dialog, it confirms, for an
input whose stem was found in database, to show all the existing analysis results
or to process the download and analysis. |
StopDialog |
This class creates the so-called "Stop"-dialog, it advices that the process
of download and analysis is breakable. |
StopwordsDialog |
This class creates the so-called "Stopwords"-dialog, this dialog shows a list
of English stopwords or web-stopwords. |
TipsDialog |
This class creates the so-called "Tips"-dialog, this dialog gives some usage
tips to the program and GUI. |
UpdateOutputPanel |
This class contains the methods for writing and updating the output in
"WordSuggester"-pane and "WordNet"-pane, and highlighting the stems, which
were found in both of these output areas. |
WordSuggester |
This class calls the main method to open the main window(GUI)
and start the program. |
WsWnMenuBar |
The class creates all the menus of the main window. |
WsWnPopupMenu |
The class creates the popup-menu of the output areas. |
YesNoDialog |
This class creates the so-called "YesNo"-dialog, it confirms to start the download
and analysis process.
|