Uses of Package
net.sourceforge.java.feednread.frontend.event.action

Packages that use net.sourceforge.java.feednread.frontend.event.action
net.sourceforge.java.feednread.frontend.event Provides classes for handling the events fired by the application. 
net.sourceforge.java.feednread.frontend.event.action Provides a collection of Actions handling events based on user actions.  
 

Classes in net.sourceforge.java.feednread.frontend.event.action used by net.sourceforge.java.feednread.frontend.event
AboutAction
           Shows the Feed'n Read AboutDialog.
AdjustNewsFeedTableColumnsAction
           This Action adjusts all columns in the NewsFeedTable inside the currently selected newsfeed tab in the NewsFeedTabBar component.
AggregateAction
           This Action acts as container for all sub actions defined to aggregate newsfeeds.
BrowserBackAction
           This Action is used if the user navigates back one page in the history of a Browser.
BrowserForwardAction
           This Action is used if the user navigates one page ahead in the history of a Browser.
BrowserHomeAction
           This Action is used if the user navigates back to the configured home page in a web Browser.
BrowserRefreshAction
           This Action is used if the user refreshes the current page in a web Browser.
BrowserStopAction
           This Action is used if the user stops the page loading process in a web Browser.
CloseAllTabsAction
           This Action closes all currently opened tabs in the NewsFeedTabBar component.
CloseTabAction
           This Action closes the currently selected tab in the NewsFeedTabBar component.
CollapseAllAction
           Collapses the entire NewsFeedFavoritesTree or NewsFeedWatchesTree based on the current selection in the SideBar component.
ConfigurationAction
           Displays the application preferences in a ConfigurationDialog.
EnclosureListAction
           This Action acts as container for EnclosureActions.
ExitAction
           Action to exit the application by closing the MainApplicationWindow.
ExpandAllAction
           Expands the entire NewsFeedFavoritesTree or NewsFeedWatchesTree based on the current selection in the SideBar component.
ExportAction
           This Action acts as container for all export related sub actions.
ImportAction
           This Action acts as container for all import related sub actions.
MarkNewsReadAction
           This Action marks a single NewsFeedEntry as read in the currently selected NewsFeed tab in the NewsFeedTabBar component.
MarkNewsUnreadAction
           This Action marks a single NewsFeedEntry as unread in the currently selected NewsFeed tab in the NewsFeedTabBar component.
MarkTabReadAction
           This Action marks all NewsFeedEntries inside a NewsFeed tab in the NewsFeedTabBar component as read.
MarkTreeElementReadAction
           Marks an ITreeElement as read.
NewsContentViewAction
           This Action is used to fade in/out the NewsContentView component.
NewsFeedAddressBarViewAction
           Toggles the visibility of the NewsFeedAddressBar component.
NewsFeedTabBarViewAction
           This Action is used to fade in/out the NewsFeedTabBar component.
NewTreeElementAction
           Used in a drop down Menu to display the elements which can be created in the NewsFeedFavoritesTree and NewsFeedWatchesTree components.
NextNewsAction
           This Action jumps to the next NewsFeedEntry in the currently selected NewsFeed tab in the NewsFeedTabBar component.
NextTabAction
           This Action selects the tab next to the currently selected tab in the NewsFeedTabBar component.
NextUnreadNewsAction
           This Action jumps to the next unread NewsFeedEntry in the currently selected NewsFeed tab in the NewsFeedTabBar component.
NotificationBarViewAction
           This Action is used to fade in/out the NotificationBar component.
OpenNewsAction
           Opens a NewsFeedEntry in a new browser tab or window depending on the browser setting in the application preferences.
OpenNewsFeedAction
           This Action opens the NewsFeed defined in the selected Favorite in a new tab inside the NewsFeedTabBar component.
OpenNewsInExternalBrowserAction
           Opens a NewsFeedEntry in an external browser window.
PreviousTabAction
           This Action selects the tab next to the currently selected tab in the NewsFeedTabBar component.
RemoveTreeElementAction
           Action to remove an IMutableTreeElement from the NewsfeedFavoritesTree or NewsFeedWatchesTree component .
ShowAllNewsAction
           Shows all news in all currently opened tabs in the NewsFeedTabBar component.
ShowApplicationAction
           Shows the application, i.e. restores it when minimized to system tray.
ShowLicenseAction
           Shows the application license in a browser tab in the NewsFeedTabBar.
ShowTaggedNewsAction
           Shows only tagged news in all currently opened tabs in the NewsFeedTabBar component.
ShowUnreadNewsAction
           Shows only unread news in all currently opened tabs in the NewsFeedTabBar component.
ShowWebPageAction
           Shows a specified url in a new browser tab in the NewsFeedTabBar component.
SideBarViewAction
           Fades in/out the SideBar component.
TagNewsAction
           Tags a NewsFeedEntry in a NewsFeedTable component.
ToolBarViewAction
           This Action is used to fade in/out the ToolBar component in the MainApplicationWindow.
TreeElementPropertiesAction
           This Action is used if the user edits the properties of a ITreeElement in either the NewsFeedFavoritesTree or NewsFeedWatchesTree component.
UntagNewsAction
           Untags a NewsFeedEntry in a NewsFeedTable component.
UpdateNewsFeedFavoritesTreeAction
           This Action updates all NewsFeeds defined in the NewsFeedFavoritesTree component.
UpdateNewsFeedTabAction
           Updates the NewsFeed defined in the selected tab in the NewsFeedTabBar.
UpdateTreeElementAction
           Updates an ITreeElement either in the NewsFeedFavoritesTree or in the NewsFeedWatchesTree depending on the current selection in the SideBar component.
 

Classes in net.sourceforge.java.feednread.frontend.event.action used by net.sourceforge.java.feednread.frontend.event.action
AddCategoryAction
           Displays a CategoryInputDialog and creates a new Category based on the data entered by the end-user.
AddFavoriteAction
           Displays a FavoriteInputDialog and creates a new Favorite based on the data entered by the end-user.
AddWatchAction
           Displays a WatchWizard and creates a new Watch based on the data entered by the end-user.
AddWatchFolderAction
           Displays a WatchFolderInputDialog and creates a new WatchFolder based on the data entered by the end-user.
AggregateAllAction
           This Action aggregates all Favorite instances from the NewsFeedFavoritesTree into one single AggregatedNewsFeed and adds it to a new tab in the NewsFeedTabBar.
AggregateCategoryAction
           This Action aggregates all Favorite instances from the selected Category in the NewsFeedFavoritesTree into one single AggregatedNewsFeed and adds it to a new tab in the NewsFeedTabBar
CheckboxAction
           Action to render a customized checkbox item from an Image.
OPMLExportAllAction
           Exports the complete NewsFeedFavoritesTree, i.e. the root Category to an OMPL File.
OPMLExportCategoryAction
           Exports the currently selected Category from the NewsFeedFavroitesTree component to an OMPL File.
OPMLImportAllAction
           Imports an OMPL File into the NewsFeedFavoritesTree, i.e. its root Category.
OPMLImportCategoryAction
           Imports an OMPL File into the currently selected Category within the NewsFeedFavoritesTree component.