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

Provides a collection of Actions handling events based on user actions.

See:
          Description

Class Summary
AboutAction Shows the Feed'n Read AboutDialog.
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.
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.
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
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.
CheckboxAction Action to render a customized checkbox item from an Image.
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.
EnclosureAction This Action downloads an enclosure and optionally starts the associated application of the downloaded file, e.g. the default music player if the enclosure is a podcast.
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.
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.
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.
UpdateNewsFeedFavoriteAction This Action updates the NewsFeed defined in the selected Favorite in the NewsFeedFavoritesTree 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.
 

Package net.sourceforge.java.feednread.frontend.event.action Description

Provides a collection of Actions handling events based on user actions.

Related Documentation

For detailed documentation of the JFace action framework see:

See Also:
org.eclipse.jface.action