|
Class Summary |
| AboutAction |
This class is responsible for invoking the about dialog. |
| AddToOutbox |
AddToOutbox Action is responsible for adding an article to the outbox. |
| ChangeViewAction |
Action responsible for Changing the view. |
| DeleteFolderAction |
Action responsible for deleting a folder. |
| DeleteUserAction |
This class is responsible for deleting a user. |
| DeliciousAction |
Action responsible for submitting an article to the user's del.icio.us
account. |
| DiggAction |
Action responsible for submitting an article to digg. |
| EmptyTrashAction |
Action responsible for emptying the trash. |
| ExitAction |
ExitAction is the action responsible for closing the Application. |
| ExportFeedListAction |
This class is responsible for exporting a user's list of feeds as an opml file. |
| ExportOutboxAction |
The ExportOutboxAction class is responsible for exporting the users outbox to
an rss feed. |
| FeedPropertiesAction |
This class is responsible for opening the properties dialog for a feed to allow
the user to change a feed's title and update interval. |
| ImportFromFileAction |
Action responsible for importing a list of feeds from a local OPML file. |
| ImportFromURLAction |
Action responsible for importing a list of feeds from a remote OPML file over the internet. |
| MarkNewAction |
Action responsible for marking an article as new. |
| MarkReadAction |
Action responsible for marking an article as read. |
| NewArticleAction |
Action responsible for creating a new article |
| NewFolderAction |
Action responsible for creating a new folder |
| NewUserAction |
Action responsible for creating a new user |
| RefreshAction |
Action responsible for refreshing the view |
| ResetAction |
This class is responsible for resetting the program if for some reason the database has gotten
corrupted and the software is not working properly |
| SubscribeAction |
A SubscibeAction is invoked when the user tries to Subscribe to a new feed. |
| SwitchUserAction |
This class is responsible for opening a switch user dialog to allow
the user to swich user profiles |
| TrashAction |
Trash action is responsible for moving an article to the trash |
| UnSubscribeFeedAction |
UnSubscribeFeedAction is responsible for unsubscribing from the selected feed. |
| UnTrashAction |
UnTrash action is responsible for restoring an article from the trash to its original location |
| UpdateAllFeeds |
This class is responsible for updating all feeds the user is subscribed to |
| UpdateFeedAction |
UpdateFeedAction is responsible for updating the selected feed. |