|
Class Summary |
| AbstractSorter |
Abstract class implementing Comparator and taking a Hashtable of RSSNewsItems
as the list of elements givin the ordering consists of keys to retrieve those
RSSNewsItems from the Hashtable. |
| AuthorSorter |
Class used to compare two RSSNewsItems by author. |
| CategorySorter |
Class used to compare two RSSNewsItems by category. |
| NewsFeedSorter |
Class used to compare two RSSNewsItems by newsfeed. |
| PubDateSorter |
Class used to compare two RSSNewsItems by publication date. |
| PublisherSorter |
Class used to compare two RSSNewsItems by publisher. |
| SortingSelectionAdapter |
SelectionAdapter implementing widgetSelected(...) to sort the table when a
header is clicked and update it. |
| StatusSorter |
Class used to compare two RSSNewsItems by status (read / unread). |
| TitleSorter |
Class used to compare two RSSNewsItems by title. |